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

@vallamost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions