Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ec2): add new latest amazon linux machine images (#25083)
This PR introduces 3 new methods on `MachineImage` corresponding to the 3 available generations of amazon linux. We will be deprecating the `latestAmazonLinux` method in favor of these separate methods per generation. Each generation is a slightly different format, and having them separate is more clear to the user what `latest` means. closes #21011, closes #24873, closes #23523 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information