Skip to content
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

Determine default instance types based on AMI architecture #449

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

cartermckinnon
Copy link
Member

Description of changes:

When --instance-types is not specified, we set a default list of x86_64 instance types. This adds an ec2:DescribeImages call to determine the AMI's architecture, so that arm64 AMI's don't always require an --instance-types override.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@cartermckinnon cartermckinnon enabled auto-merge (squash) June 14, 2024 19:06
@cartermckinnon cartermckinnon merged commit cb6ad01 into main Jun 14, 2024
3 checks passed
@cartermckinnon cartermckinnon deleted the default-instance-types-ami-arch branch June 14, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants