Commit 070360c9 by Feanil Patel

Merge pull request #882 from edx/feanil/cfn_add_services

Add services to all autoscaling groups where we'll be using asgard.
parents d46c3fbe 97b04c02
...@@ -3412,6 +3412,11 @@ ...@@ -3412,6 +3412,11 @@
"PropagateAtLaunch":true "PropagateAtLaunch":true
}, },
{ {
"Key":"services",
"Value":"xqueue",
"PropagateAtLaunch":true
},
{
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
...@@ -4293,6 +4298,11 @@ ...@@ -4293,6 +4298,11 @@
"PropagateAtLaunch":true "PropagateAtLaunch":true
}, },
{ {
"Key":"services",
"Value":"xserver",
"PropagateAtLaunch":true
},
{
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
...@@ -4945,6 +4955,11 @@ ...@@ -4945,6 +4955,11 @@
"PropagateAtLaunch":true "PropagateAtLaunch":true
}, },
{ {
"Key":"services",
"Value":"forum",
"PropagateAtLaunch":true
},
{
"Key":"environment", "Key":"environment",
"Value":{ "Value":{
"Ref":"EnvironmentTag" "Ref":"EnvironmentTag"
......
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