Lab: Creating a Multi-Region Network with VPC Peering Using SGs, IGW, and RTs
Introduction
Solution
Log in to the Terraform Controller Node EC2 Instance
ssh cloud_user@<IP-OF-TERRAFORM-CONTROLLER>terraform version
Clone the GitHub Repo for Terraform Code
git clone https://github.com/linuxacademy/content-deploying-to-aws-ansible-terraform.gitcd content-deploying-to-aws-ansible-terraform/lab_network_vpc_peeringls
Deploy the Terraform Code
Last updated