Sha256: 6e627f9e078dab05a6a182a79e114213f34b7856f59ce41e708d3b6e34cf42b3

Contents?: true

Size: 506 Bytes

Versions: 72

Compression:

Stored size: 506 Bytes

Contents

{ "AccessIP" : {
    "Type" : "AWS::EC2::EIP",
    "Properties" : {
      "Domain" : "vpc",
      "InstanceId" : { "Ref" : "AccessA1" }
    }
  },

  "AccessA1" : {
    "Type" : "AWS::EC2::Instance",

    "Properties" : {
      "InstanceType" : "m1.small",
      "ImageId" : { "Fn::FindInMap" : [ "AWSRegionArch2AMI", { "Ref" : "AWS::Region" }, "64" ]},
      "SecurityGroupIds" : [{ "Ref" : "AccessSG" }],
      "SubnetId" : { "Ref" : "PublicASubnet" },
      "KeyName" : { "Ref" : "KeyName" }
    }
  }
}

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
aws-cfn-compiler-0.9.7 example/resources/instances/bastion.json
aws-cfn-decompiler-0.9.3 example/resources/instances/bastion.json
aws-cfn-decompiler-0.9.2 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.5 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.4 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.3 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.2 example/resources/instances/bastion.json
aws-cfn-decompiler-0.9.1 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.1 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.10 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.9 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.8 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.7 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.6 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.5 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.4 example/resources/instances/bastion.json
aws-cfn-decompiler-0.8.2 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.3 example/resources/instances/bastion.json
aws-cfn-compiler-0.8.2 example/resources/instances/bastion.json
aws-cfn-decompiler-0.8.1 example/resources/instances/bastion.json