I'm trying to setup a CloudWatch Alarm that automatically recover my instance if it goes down.
The problem is that CloudWatch allows me to automatically send an email but it doesn't let me check the Recover instance button.
Given the following documentation: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/UsingAlarmActions.html
I've checked that: - My instance is m3.xlarge - My instance is located on EU-Ireland - My instance is VPC - My instance tenancy property is set to default - My instance uses EBS exclusively (root device type set to EBS)
Does anyone know why it doesn't allow me to add a "Recover this instance" to the CloudWatch Alarm?