This template creates a route in a route table (rtb-123456789) that points to an internet gateway that is created in the template as well. The destination CIDR block is set to `0.0.0.0/0`, which represents all IP addresses.

myRoute
AWS::EC2::Route


InternetGateway
AWS::EC2::InternetGateway


CloudFormation Template

Share Template