From the course: AWS Global Networking in Terraform

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Demo: Deploy remaining VPCs

Demo: Deploy remaining VPCs

- Now that we've deployed one of our regional VPC networks, let's just take a really quick look at the actual AWS resources in the console just to verify that what we expected to happen, actually happened. So if we go to the VPC dashboard, US East one. Click on VPCs, we have a couple of preexisting ones, including the default VPC, but here's the one we're looking for: us-east-1-prod-main-vpc. It has the sider range we expect. And if we were to select this and look at tags, we'll see that all the tags were applied correctly. In addition, we can look at subnets and see that if we order these by name, we have our private subnets, us-east-1bcd, public-subnets-us-east-bcd. We're all good there. We see that route tables. We have one public route table, three private route tables. And if we click on one of these route tables and go to routes, we'll find that everything in there is in place as expected. We have our VPC endpoint, as well as our Nat gateway. So all of that is good to go. The…

Contents