Explainer2 min · animated+15 XP Public vs private subnet: it is the route table, not the name
Nothing in AWS marks a subnet public. A subnet is public when its route table sends 0.0.0.0/0 to an Internet Gateway, and a private subnet reaches the internet through a NAT Gateway that has to live in a public one.
#AWS#VPC#Networking