Commit 0f2b8148 by Feanil Patel

Get rid of the environment tag, that doesn't make sense in this case.

parent 96e4fe68
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
"AWSTemplateFormatVersion":"2010-09-09", "AWSTemplateFormatVersion":"2010-09-09",
"Description":"Bring up a VPC for operations.", "Description":"Bring up a VPC for operations.",
"Parameters":{ "Parameters":{
"EnvironmentTag":{
"Type":"String",
"Description":"A tag value applied to the hosts in the VPC indicating which environment to use during the configuration phase, e.g., stage, prod, sandbox",
"Default":"sandbox"
},
"DeploymentTag":{ "DeploymentTag":{
"Type":"String", "Type":"String",
"Description":"A tag value applied to the hosts in the VPC indicating which deployment this is, e.g., edx, edge, <university>, <org>" "Description":"A tag value applied to the hosts in the VPC indicating which deployment this is, e.g., edx, edge, <university>, <org>"
...@@ -79,7 +74,7 @@ ...@@ -79,7 +74,7 @@
"NATInstanceType":{ "NATInstanceType":{
"Description":"NAT Device EC2 instance type", "Description":"NAT Device EC2 instance type",
"Type":"String", "Type":"String",
"Default":"m1.small", "Default":"t1.micro",
"AllowedValues":[ "AllowedValues":[
"t1.micro", "t1.micro",
"m1.small", "m1.small",
...@@ -659,13 +654,6 @@ ...@@ -659,13 +654,6 @@
"Value":"bastion" "Value":"bastion"
}, },
{ {
"Key":"environment",
"Value":{
"Ref":"EnvironmentTag"
},
"PropagateAtLaunch":true
},
{
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
...@@ -781,13 +769,6 @@ ...@@ -781,13 +769,6 @@
"Value":"admin" "Value":"admin"
}, },
{ {
"Key":"environment",
"Value":{
"Ref":"EnvironmentTag"
},
"PropagateAtLaunch":true
},
{
"Key":"deployment", "Key":"deployment",
"Value":{ "Value":{
"Ref":"DeploymentTag" "Ref":"DeploymentTag"
......
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