I would like to add a scale up and scale down policy to the existing autoscaling group created by EBS. I tried to add a config file under .ebextensions with:
I tried to define the new policy and alarms in resources.json, but the only way I could get it working is by creating and new load balancer to reference. I couldn't find a way to reference the default autoscaling group name in resources.json.
Any help to modify the existing scaling group policy and and more scale up and down policies would be great.
Hi,
I would like to add a scale up and scale down policy to the existing autoscaling group created by EBS. I tried to add a config file under .ebextensions with:
But nothing is changed. I also using CloudFormation template to create AWS resources and it is defined in my eb_deployer.yml:
I tried to define the new policy and alarms in resources.json, but the only way I could get it working is by creating and new load balancer to reference. I couldn't find a way to reference the default autoscaling group name in resources.json.
Any help to modify the existing scaling group policy and and more scale up and down policies would be great.
Thanks Rami