Skip to content

Commit 5031aa7

Browse files
authored
[aws] add docs on cpu_architecture for ECSCluster (#442)
1 parent c6eb826 commit 5031aa7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dask_cloudprovider/aws/ecs.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,10 @@ class ECSCluster(SpecCluster, ConfigMixin):
485485
486486
Defaults to ``daskdev/dask:latest`` or ``rapidsai/rapidsai:latest`` if ``worker_gpu`` is set.
487487
cpu_architecture: str (optional)
488-
Runtime platform CPU architecture
488+
Runtime platform CPU architecture.
489+
Typically either ``X86_64`` or ``ARM64``.
490+
Valid values are documented here:
491+
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-tasks-services.html#fargate-task-os
489492
490493
Defaults to ``X86_64``.
491494
scheduler_cpu: int (optional)

0 commit comments

Comments
 (0)