You are on page 1of 1

{

"AWSTemplateFormatVersion": "2010-09-09",
"Resources": {
"instancei4c8b02d0": {
"Type": "AWS::EC2::Instance",
"Properties": {
"AvailabilityZone": "us-east-1a",
"DisableApiTermination": "false",
"EbsOptimized": "false",
"InstanceInitiatedShutdownBehavior": "stop",
"ImageId": "ami-7eba4013",
"InstanceType": "r3.8xlarge",
"KeyName": "apexprod",
"Monitoring": "true",
"Tags": [
{
"Key": "Name",
"Value": "apex-te-testapp02"
}
],
"NetworkInterfaces": [
{
"DeleteOnTermination": "true",
"Description": "Primary network interface",
"DeviceIndex": 0,
"SubnetId": {
"Ref": "subnet2d389240"
},
"PrivateIpAddresses": [
{
"PrivateIpAddress": "10.2.0.6",
"Primary": "true"
}
],
"GroupSet": [
{
"Ref": "sgphase2ApexProdAppServers"
}
]
}
],
"SecurityGroups":[],
"Tenancy": default
}
}
}

You might also like