We need to be able to build systems on top of VPCs rather than always relying on the default vpc. To do this, there are a number of core resources that we need to be able to build:
[X] VPC
[X] Subnet
[X] Internet Gateway
[X] RouteTable
[X] Route
[X] RouteTableAssociation (these will not be actual resources but will be the edges between the components RouteTable and Route)
[X] NatGateway
[X] Iam Role / Policy
[X] Cloudwatch Log Group
Ideally we should be able to create a VPC that has 3 public and 3 private Subnets and is able to route the traffic for the private subnets through the natgateway to the internet
We need to be able to build systems on top of VPCs rather than always relying on the default vpc. To do this, there are a number of core resources that we need to be able to build:
Ideally we should be able to create a VPC that has 3 public and 3 private Subnets and is able to route the traffic for the private subnets through the natgateway to the internet
From SyncLinear.com | COM-35