Availability Zone 1a VPC subnet 10.0.1.0/24 subnet with a local traffic only route table called the private subnet. ! No traffic can reach outside, even the aws service, such as S3, EC2, …
Availability Zone 1a VPC subnet 10.0.1.0/24 How to make a public subnet ? create a internet gateway(IGW) for VPC, and attach the IGW to the existing or a new route table which associated with the subnets
internet ? I am a private subnet VPC subnet 10.0.2.0/24 I am a public subnet route table 10.0.0.0/16 -> local 0.0.0.0/0-> igw launch a NAT Instance in the public subnet route table 10.0.0.0/16 -> local ami: amzn-ami-vpc-nat
internet ? I am a private subnet VPC subnet 10.0.2.0/24 I am a public subnet route table 10.0.0.0/16 -> local 0.0.0.0/0-> igw configurate private subnet route table using nat-instance-id route table 10.0.0.0/16 -> local 0.0.0.0/0 -> nat-instance-id