-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Is your feature request related to a problem? Please describe.
AMIgen8 is currently only known to support x86_64 instance-types. Some users will want to be able to use Graviton-based instance-types, particularly the ML-optimized ones: makes sense to try to ensure that AMIgen8 can also produce Graviton-compatible instance-types.
Describe the solution you'd like
Verify whether current automation can be used to produce Graviton (ARM) compatible instances types. Update code as necessary if not.
Use $ aws ec2 describe-images --owner 309956199498 --filters 'Name=name,Values=RHEL-8*' --query 'Images[?Arch]' to identify candidate bootstrap AMIs
Describe alternatives you've considered
N/A
Additional context
AWS is increasing efforts around their ARM-oriented Graviton instance types, particularly for functionality like AI and ML.