I have an EC2 instance which runs an outdated Amazon Linux AMI (ami-5256b825
).
To upgrade to the most recent version, I first want to know what the differences between 2 images are. I only have the AMI ID (like ami-6e7bd919
) and not the version number (like 2014.09
).
I know that ami-6e7bd919
corresponds to 2014.09.1
by looking at the AMI details when I follow the steps in the wizard to launch a new instance, but that's the most I could find out.
I have found the release notes for each version number, but I don't know how to match them with an AMI ID.
Does Amazon provide any official documentation in which I can match AMI ID's with their corresponding version numbers?