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.
[IPv6 only] Specifies an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "AWS::EC2::EgressOnlyInternetGateway", "Properties" : { "VpcId" :String} }
Type: AWS::EC2::EgressOnlyInternetGateway Properties: VpcId:String
VpcIdThe ID of the VPC for which to create the egress-only internet gateway.
Required: Yes
Type: String
Update requires: Replacement
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ID of the egress-only Internet gateway (the physical resource ID).
For more information about using the Ref function, see Ref.
myEgressOnlyInternetGateway: Type: AWS::EC2::EgressOnlyInternetGateway Properties: VpcId: vpc-1a2b3c4d
{ "myEgressOnlyInternetGateway" : { "Type" : "AWS::EC2::EgressOnlyInternetGateway", "Properties" : { "VpcId" : "vpc-1a2b3c4d" } } }
CreateEgressOnlyInternetGateway in the Amazon Elastic Compute Cloud API Reference