Intro to Terraform with AWS


This video is part of the following playlists:


Learn the basics of using terraform to manage your AWS infrastructure.

Chapters:

  • 0:00​ Intro
  • 2:10 Project Setup
  • 2:39 Setting up the project
  • 3:57 Terraform CLI
  • 5:46 EC2 Resource Block
  • 7:38 terraform apply
  • 8:55 terraform state
  • 11:34 Security Group Resource
  • 15:29 Idempotent
  • 18:16 terraform destroy
  • 19:20 Data Block
  • 22:35 Review

đŸ”—Code: https://github.com/Sam-Meech-Ward/intro-to-terraform

đŸ”—Other tutorials: Intro to Packer with AWS: https://youtu.be/dde-bWUeRMo Cloud Computing Playlist: https://youtube.com/playlist?list=PL0X6fGhFFNTcU-_MCPe9dkH6sqmgfhy_M

Variables and Outputs in Terraform: https://sammeechward.com/variables-and-outputs-in-terraform/ S3 and IAM with Terraform: https://sammeechward.com/s3-and-iam-with-terraform/ Cloud-init and Terraform with AWS: https://sammeechward.com/cloud-init-and-terraform-with-aws/

đŸ”—Installing Packer: https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started

Find an issue with this page? Fix it on GitHub