I have several queues on AWS that I would like to generate alarms (when the number of messages waiting to be interpreted exceeds 100, for example) and starting another instance of EC2 will help me deal with these messages faster. However, the group and action parameters remain empty / locked even after I created the groups using the AWS CLI.
I created groups with these commands:
as-create-launch-config NomeDaInstancia
as-create-auto-scaling-group AutoScalingGroupTeste
Can anyone tell me what is wrong? Everything works in Northern Virginia (USA).
source
share