Cloudformation fails with “AMI cannot be described”

amazon-cloudformationamazon-web-services

I made a change to my cloudformation template, just adding mappings, and userdata in the AWS::AutoScaling::LaunchConfiguration,
and now it fails to create my stack with the message "AMI cannot be described".

Any idea why? Google does bring much help here.

Best Answer

The AMI was deleted by another user at the same time I did my edits.

The message "AMI cannot be described" actually means "AMI could not be found".

Hope this helps someone.