How to select an Amazon EC2 kernel

amazon ec2amazon-web-services

When launching an instance, I'm presented with this most cryptic list:

enter image description here

There seems to be absolutely zero documentation on Amazon as to which kernel does what. They explain fairly well what these kernels are for, but without knowing what those numbers mean, kernels appear to be utterly useless.

Where can I find out what a given kernel means, or what the latest kernel is for a given OS?

Best Answer

Kernels are usually very tightly coupled with the OS they're supposed to run along. Usually, we rather use a AMI (Amazon Machine Image) which includes both the Kernel (AKI) and the associated AMI data to ensure the whole VM will boot without error.

To identify a given AMI, you should use some tools:

Good Luck with EC2 :-)