Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Allocates an internet gateway for use with a VPC. After creating the Internet gateway, you then attach it to a VPC.
To declare this entity in your AWS CloudFormation template, use the following syntax:
TagsAny tags to assign to the internet gateway.
Required: No
Type: List of Tag
Update requires: No interruption
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name.
For more information about using the Ref function, see Ref.
The following example creates an Internet gateway and assigns it a tag.
"Resources" : { "myInternetGateway" : { "Type" : "AWS::EC2::InternetGateway", "Properties" : { "Tags" : [ {"Key" : "foo", "Value" : "bar"}] } } }
myInternetGateway: Type: AWS::EC2::InternetGateway Properties: Tags: - Key: foo Value: bar
CreateInternetGateway in the Amazon EC2 API Reference
InternetGateways in the Amazon Virtual Private Cloud User Guide
Use the AWS::EC2::VPCGatewayAttachment resource to associate an Internet gateway with a VPC