AWS Cloudwatch - Auto-save groups are not displayed when I try to create an alarm for SQS

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.

enter image description here I created 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

Can anyone tell me what is wrong? Everything works in Northern Virginia (USA).

+4
source share
1 answer

. , . , :

  • "".
  • EC2 > .
  • .
  • ( ) ( , 1).
  • Cloudwatch, .
+9

All Articles