This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Description
When deploying to us-west-2 with CloudFormation using the latest templates, I'm getting an error stating "Not authorized for image: [ami-155cc475]" when running from an AWS admin user.
Can someone please verify if the AMI IDs listed in the template are correct?
As a workaround I pulled the latest AMIs for commercial regions using this command:
aws ec2 describe-images \
--owners 895557238572 \
--query 'sort_by(Images,&Name)[*].{Name:Name,ImageID:ImageId}' \
--output=text