Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Build a Dev Environment with Terraform and AWS
Introduction
Welcome (1:48)
What We're Going to Build (1:49)
AWS IAM Setup (2:01)
Local Environment Setup (4:01)
Install Terraform
Course Code
Let's Build!
AWS Provider and Terraform Init (4:48)
A VPC and Terraform Apply (6:19)
The Terraform State (3:50)
Terraform Destroy (1:53)
A Subnet and Referencing (5:07)
An IGW and Terraform fmt (3:37)
A Route Table (4:21)
A Route Table Association (2:48)
A Security Group (5:54)
An AMI Datasource (5:48)
A Key Pair (4:10)
An EC2 Instance (5:06)
Userdata and the File Function (5:22)
SSH Config Scripts (3:33)
The Provisioner and Templatefile (7:26)
The Deployment and Replace (4:29)
Variables (4:42)
Variable Precedence (6:04)
Conditional Expressions (5:39)
Outputs (3:43)
Conclusion
Where to go Next
Upcoming Terraform Minicamp!
The Deployment and Replace
in this lesson, we're going to redeploy our ec2 instance and finally see if everything works!
Complete and Continue