We would like to ensure we are always running the latest version of the Amazon EC2 AMI to keep our OS running the latest security updates.
Currently to determine the latest release we are scraping http://aws.amazon.com/amazon-linux-ami/ but I am hoping there is either a mailing list or an API to determine new releases?
yum update -y? because according to the Amazon FAQ (section "How do I lock my AMI to a specific version?") it is equivalent: "Beginning with the 2011.09 release of the Amazon Linux AMI, the repository structure is configured to deliver a continuous flow of updates that allow you to roll from one version of the Amazon Linux AMI to the next."