awslabs / mlmax

Example templates for the delivery of custom ML solutions to production so you can get started quickly without having to make too many design choices.
https://mlmax.readthedocs.io/en/latest/
Apache License 2.0
66 stars 19 forks source link

EC2 default AMI is the latest alinux2 for x64 #95

Closed verdimrc closed 2 years ago

verdimrc commented 3 years ago

Issue #, if available: N/A

Description of changes: ec2.yaml refers to AMI id directly, which requires the template be updated frequently after every alinux2 release in order to benefit from patches & security updates. The proposed change should alleviates this problem by avoiding direct reference to AMI id, and instead, let SSM to resolve the AMI id of the latest alinux2.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 60 days with no activity. Please update or respond to this comment if you're still interested in working on this.

yapweiyih commented 2 years ago

Thanks!