Skip to content

Add docs on cpu_architecture for ECSCluster #442

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

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Add docs on cpu_architecture for ECSCluster #442

merged 1 commit into from
Jan 6, 2025

Conversation

jameslamb
Copy link
Member

Using FargateCluster tonight, I found myself wanting to create a cluster using arm64 servers, because I was working with container images that were only built from arm64.

Thankfully, as of #425, that's now configurable easily via the cpu_architecture argument 🎉

... but I didn't know what the valid values were for that. arm64? aarch64? does capitalization matter?

This proposes adding a link to the relevant AWS docs to help answer that question.

Notes for Reviewers

Tested cpu_architecture="ARM64" tonight and it worked great 😁

ref: jameslamb/lightgbm-dask-testing#68

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks!

@jacobtomlinson jacobtomlinson merged commit 5031aa7 into dask:main Jan 6, 2025
7 checks passed
@jacobtomlinson jacobtomlinson added the provider/aws/ecs Cluster provider for AWS ECS label Jan 6, 2025
@jacobtomlinson jacobtomlinson changed the title [aws] add docs on cpu_architecture for ECSCluster Add docs on cpu_architecture for ECSCluster Jan 6, 2025
@jameslamb jameslamb deleted the docs/fargate-cpu branch January 6, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider/aws/ecs Cluster provider for AWS ECS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants