Infrastructure as code on AWS using Terraform. VPC, Internet Gateway, Route Table, ELB, SG, EC2

preview_player
Показать описание
This video will show you how to provision your infrastructure on AWS using Terraform. A new VPC with 3 public subnets will be created, one subnet per availability zone and one EC2 instance on each subnet will be created. An Internet gateway and a route table will allow every EC2 instance to access Internet. An Apache server will be installed on each EC2 instance and a classic load balancer will distribute traffic between those 3 EC2 instances
Рекомендации по теме
Комментарии
Автор

very informative, do you have the git repo for the code so I can do a pull request? thanks in advance.

US-jimboy