Subnet

Subnet Presets

Ready-to-deploy configuration presets for Subnet. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Private Subnet

A private subnet whose default route points at a NAT gateway: instances can reach the internet outbound (patching, image pulls, external APIs) but cannot be reached from it. This is the standard...

02

Public Subnet

A public subnet whose default route points at an internet gateway, with launch-time public IP assignment enabled. This is where internet-facing resources live: application load balancers, bastion...

03

Isolated Subnet

A subnet with no route rules of its own: it stays on the VPC main route table and has no path to the internet. This is the right placement for data stores and other resources that should only ever be...