Sha256: a71fec71995c70aaf6e90f61698b1a148ed1a805d5f5f7d62ce583b1f048d610

Contents?: true

Size: 393 Bytes

Versions: 72

Compression:

Stored size: 393 Bytes

Contents

{ "NATDevice" : {
    "Type" : "AWS::EC2::Instance",
    "Properties" : {
      "InstanceType" : "t1.micro",
      "KeyName" : { "Ref" : "KeyName" },
      "SubnetId" : { "Ref" : "PublicASubnet" },
      "SourceDestCheck" : "false",
      "ImageId" : { "Fn::FindInMap" : [ "AWSRegionArch2AMINAT", { "Ref" : "AWS::Region" }, "64" ]},
      "SecurityGroupIds" : [{ "Ref" : "NATSG" }]
    }
  }
}

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
aws-cfn-compiler-0.2.3 example/resources/instances/nat.json
aws-cfn-decompiler-0.2.1 example/resources/instances/nat.json
aws-cfn-compiler-0.2.1 example/resources/instances/nat.json
aws-cfn-decompiler-0.0.3 example/resources/instances/nat.json
aws-cfn-decompiler-0.0.2 example/resources/instances/nat.json
aws-cfn-compiler-0.1.0 example/resources/instances/nat.json
aws-cfn-compiler-0.0.8 example/resources/instances/nat.json
aws-cfn-compiler-0.0.7 example/resources/instances/nat.json
aws-cfn-compiler-0.0.6 example/resources/instances/nat.json
aws-cfn-compiler-0.0.5 example/resources/instances/nat.json
aws-cfn-compiler-0.0.4 example/resources/instances/nat.json
aws-cfn-compiler-0.0.3 example/resources/instances/nat.json