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

One or more AMIs are Unavailable #6

Description

@vallamost

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions