Process Flow - Internet Gateway for public access
Create VPC
Create Internet Gateway
Attach Internet Gateway to VPC
Create Public Subnet in VPC
Update Route Table
Add Route: 0.0.0.0/0 -> Internet Gateway
Launch Public Resources
Resources have public internet access
This flow shows how to create and attach an Internet Gateway to a VPC, then update routing so public subnet resources can access the internet.