Articles → AWS → Private And Public Subnets In AWS
Private And Public Subnets In AWS
What Are Private And Public Subnets?
How Do You Make A Subnet Public?
- Create an Internet gateway
- Associate the subnet with a route table
- In the route table, add an entry of internet gateway with the following values
Destination | Target |
---|
0.0.0.0/0 | Internet gateway in VPC |