0% found this document useful (0 votes)
21 views1 page

Te Candidate Server

Te Candidate Server

Uploaded by

phatdogg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Te Candidate Server

Te Candidate Server

Uploaded by

phatdogg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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