Commit 5c92d3bb by Feanil Patel

Update subnet and defaulte admin instance size.

parent 3ad526d8
......@@ -14,7 +14,7 @@
"AdminInstanceType":{
"Description":"WebServer EC2 instance type",
"Type":"String",
"Default":"m1.small",
"Default":"m1.large",
"AllowedValues":[
"t1.micro",
"m1.small",
......@@ -129,7 +129,7 @@
"SubnetConfig":{
"VPC": { "CIDR":"10.0.0.0/16" },
"Public01": { "CIDR":"10.0.0.0/24" },
"Admin": { "CIDR":"10.0.200.0/24" }
"Admin": { "CIDR":"10.0.185.0/24" }
},
"MapRegionsToAvailZones":{
"us-east-1": { "AZone2":"us-east-1d", "AZone0":"us-east-1b", "AZone1":"us-east-1c" },
......
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