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

using deprecated ami id's #34

Open
Zeebrow opened this issue Jul 24, 2022 · 0 comments
Open

using deprecated ami id's #34

Zeebrow opened this issue Jul 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Zeebrow
Copy link
Owner

Zeebrow commented Jul 24, 2022

Hello,

On March 31, 2022, EC2 announced that all public AMIs will have the deprecation time set to two years after their creation date [1]. Once an AMI is deprecated, it will no longer appear in DescribeImages [2] API calls for users that are not the owner of the AMI. Deprecating an AMI only reduces the visibility of the AMI in untargeted searches, but continues to be usable and available to you. Users of a deprecated AMI can continue to launch instances and describe the deprecated AMI using its ID.

We have identified that your public AMIs which will be deprecated over two weeks starting July 30, 2022, have been used for instance launches recently. While these AMIs remain available using the AMI IDs, they will not be visible on the public AMI catalog by default. This message is to notify you of the upcoming change, and does not require any action from you.

A list of old public AMIs you have used for instance launches and the corresponding Region can be found at the end of this notification.

To learn more about viewing and managing the deprecation time for your AMIs, please refer to the "Deprecate an AMI" documentation [3].

If you have any further questions or comments regarding this matter, please contact AWS Support [4].

[1] https://aws.amazon.com/about-aws/whats-new/2022/03/amazon-machine-images-public-visibility-two-years/
[2] https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html
[3] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html
[4] https://aws.amazon.com/support

Public AMIs | Region

ami-0b898040803850657 | US-EAST-1

Confirmed this ami is being run by main.py describe.

DescribeAmis is called only when new instances are made. I don't think any action is required on my part, but it is worth checking on, and hopefully refine it a wee bit.

@Zeebrow Zeebrow added the enhancement New feature or request label Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant