Commit 97b04c02 by Feanil Patel

Add services to all autoscaling groups where we'll be using asgard.

parent 14b3568c
...@@ -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