I have a few queues on AWS that I would like to created alarms (when the amount of messages waiting to be interpreted are greater than 100 for example) and start another EC2 instance do help parse this messages quicker. However the group and action options continue empty/blocked even after I created groups using AWS CLI.
I created the groups with these commands:
as-create-launch-config NomeDaInstancia --image-id ami-b75373de --instance-type t1.micro
as-create-auto-scaling-group AutoScalingGroupTeste --launch-configuration NomeDaInstancia --region us-east-1 --availability-zones us-east-1a,us-east-1c,us-east-1d --min-size 1 --max-size 2
Anybody can tell me what is wrong? Everything is running North Virginia (US_East) region.
I recently experienced the same issue. If there is not a previous scaling policy created, the auto-scaling group will not appear in the alarms form. These are the steps I did:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With