I have a CloudFormation script that specifies an AMI ID. Now I get API: ec2:RunInstances Not authorized for images: [ami-1523bd2f]
so apparently I need to update my AMI.
But I have forgotten the type of the machine, or the CloudFormation script was created by someone else. And since I can't create an instance due to this error, I can't just lookup the OS and version from inside of it. I have to go entirely from the AMI ID, how do I find out which OS and version it points to?