Cfn
view release on metacpan or search on metacpan
t/cfn_json/001.json view on Meta::CPAN
{
"Description" : "",
"Parameters" : {
"DBSnapshot" : {
"Type" : "String"
},
"AMI" : {
"Type" : "String"
},
"StackName" : {
"Type" : "String"
}
},
"AWSTemplateFormatVersion" : "2010-09-09",
"Outputs" : {
"testendpointaddress" : {
"Value" : {
"Ref" : "ElbRecordSet"
}
},
"databaseendpointaddress" : {
"Value" : {
"Fn::GetAtt" : [
"MySQLRDSTest",
"Endpoint.Address"
]
}
},
"elasticacheendpointaddress" : {
"Value" : {
"Fn::GetAtt" : [
"ElastiCacheTest",
"ConfigurationEndpoint.Address"
]
}
},
"elbendpointaddress" : {
"Value" : {
"Fn::GetAtt" : [
"ELB",
"DNSName"
]
}
},
"elasticacheendpointport" : {
"Value" : {
"Fn::GetAtt" : [
"ElastiCacheTest",
"ConfigurationEndpoint.Port"
]
}
},
"databaseendpointport" : {
"Value" : {
"Fn::GetAtt" : [
"MySQLRDSTest",
"Endpoint.Port"
]
}
}
},
"Resources" : {
"ElbSGHTTPIngress" : {
"Type" : "AWS::EC2::SecurityGroupIngress",
"Properties" : {
"FromPort" : "80",
"ToPort" : "80",
"CidrIp" : "0.0.0.0/0",
"IpProtocol" : "tcp",
"GroupId" : {
"Ref" : "ElbSG"
}
}
},
"FrontTestSGHTTPIngress" : {
"Type" : "AWS::EC2::SecurityGroupIngress",
"Properties" : {
"ToPort" : "80",
"FromPort" : "80",
"IpProtocol" : "tcp",
"CidrIp" : "0.0.0.0/0",
"GroupId" : {
"Ref" : "FrontTestSG"
}
}
},
"FrontTestSGSSHIngress" : {
"Type" : "AWS::EC2::SecurityGroupIngress",
"Properties" : {
"IpProtocol" : "tcp",
"CidrIp" : "0.0.0.0/0",
"FromPort" : "22",
"ToPort" : "22",
"GroupId" : {
"Ref" : "FrontTestSG"
}
}
},
"FrontTestProfile" : {
"Properties" : {
"Path" : "/",
"Roles" : [
{
"Ref" : "FrontTestRole"
}
]
},
"Type" : "AWS::IAM::InstanceProfile"
},
"ElastiCacheTestSubnetGroup" : {
"Type" : "AWS::ElastiCache::SubnetGroup",
"Properties" : {
"SubnetIds" : [
( run in 0.767 second using v1.01-cache-2.11-cpan-5a3173703d6 )