This template creates a public NAT gateway and a route that sends all internet-bound traffic from the private subnet (subnet-123456789) with EC2 instances to the NAT gateway. A public NAT gateway uses an elastic IP address to provide it with a public IP address that doesn't change. The template includes the creation of a NAT gateway, an elastic IP address, and a route table entry.

NATGateway
AWS::EC2::NatGateway


NATGatewayEIP
AWS::EC2::EIP


RouteNATGateway
AWS::EC2::Route


CloudFormation Template

Share Template