Commit c4fc63af by Feanil Patel

Merge pull request #692 from edx/feanil/admin_cfn

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