-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore: deprecate latestAmazonLinux2022() #26284
chore: deprecate latestAmazonLinux2022() #26284
Conversation
@pahud can we find out if these images are still published and hardcode the latest values so people are not completely broken when using |
Co-authored-by: Momo Kornher <mail@moritzkornher.de>
I can confirm
This means:
I am not sure if we should completely remove the |
@pahud I meant can we find out what the actual AMI image ID is and put that in? |
Unfortunately I can't find anywhere about the latest AMI ID of Amazon Linux 2022 The latest release note is 20230118 https://docs.aws.amazon.com/linux/al2022/release-notes/relnotes-20230118.html and nothing else after then. |
minor fix
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
SSM parameter is not offering any al2022 AMIs as described in aws#26274. This PR marks `latestAmazonLinux2022()` as deprecated and uses `latestAmazonLinux2023()` instead. - [x] mark latestAmazonLinux2022 as deprecated - [x] update the aws-ec2 README to use latestAmazonLinux2023 instead Closes aws#26274 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
SSM parameter is not offering any al2022 AMIs as described in #26274. This PR marks
latestAmazonLinux2022()
as deprecated and useslatestAmazonLinux2023()
instead.Closes #26274
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license