Commit 8889fd91 by Feanil Patel

Correct NAT Backup Image type.

parent e338300f
...@@ -1506,17 +1506,11 @@ ...@@ -1506,17 +1506,11 @@
"SourceDestCheck":"false", "SourceDestCheck":"false",
"ImageId":{ "ImageId":{
"Fn::FindInMap":[ "Fn::FindInMap":[
"AWSRegionArch2AMI", "AWSNATAMI",
{ {
"Ref":"AWS::Region" "Ref":"AWS::Region"
}, },
{ "AMI"
"Fn::FindInMap":[
"AWSInstanceType2Arch",
"t1.micro",
"Arch"
]
}
] ]
}, },
"SecurityGroupIds":[ "SecurityGroupIds":[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment