Internet Gateway

The format for Internet Gateway is:

{ "Type" : "AWS::EC2::InternetGateway","Properties" : {  "Tags" : [ Resource Tag, ... ]}}   

Example:

"InternetGateway" : {  "Type" : "AWS::EC2::InternetGateway",    "Properties" : {  "Tags" : [ "Key" : "Name", "Value" : { "Ref" : "AWS::StackName"} ] }  },

Get AWS Networking Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.