Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly query image by ID by default for deprecated AMIs #587

Open
sillidev opened this issue Jul 12, 2022 · 0 comments
Open

Explicitly query image by ID by default for deprecated AMIs #587

sillidev opened this issue Jul 12, 2022 · 0 comments

Comments

@sillidev
Copy link

🙍 Problem Statement

AWS changed image visibility for deprecated ones (ref). In short, non-owner user can only describe deprecated AMI by by specifying its ID.

AFAIK, for Debian 8/Centos 6/Centos 7, all matched results returned from image_search are all older than 2 years. Soon they will no longer visible in search query.

Impact:

  • Instance cannot be created for Debian 8/Centos 6/Centos 7.

End user can set image_id for such platform in their kitchen.yml as work-around. It's nice that the driver works out-of-box.

❔ Possible Solution

For end-of-life OS which doesn't have new AMI anymore, we can explicitly set their image_id.

⤴️ Describe alternatives you've considered

n/a

➕ Additional context

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant