Outbound Internet Access
Instances in private subnets do not have public IP addresses. To allow these instances to access the internet (e.g., for software updates) without being reachable from the outside, you use a NAT Gateway.How it works
The NAT Gateway sits in a public subnet and routes traffic from your private instances to the internet, translating their private IPs to its own public IP.Deployment
- Navigate to Networking > NAT Gateways.
- Click “Create NAT Gateway”.
- Select a VPC and Subnet: Choose a public subnet for the gateway.
- Attach to Route Table: Update your private subnet’s route table to point
0.0.0.0/0traffic to the new NAT Gateway.

