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.27 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.26 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.25 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.24 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.23 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.22 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.21 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.20 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.19 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.18 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.17 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.16 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.15 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.14 example/resources/instances/bastion.json
aws-cfn-decompiler-0.9.6 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.13 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.12 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.9 example/resources/instances/bastion.json
aws-cfn-decompiler-0.9.5 example/resources/instances/bastion.json
aws-cfn-compiler-0.9.8 example/resources/instances/bastion.json