Skip to content

[Feature Request] Try to support Graviton-based Instance-Types #53

@ferricoxide

Description

@ferricoxide

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions