dask / dask/dask-cloudprovider

Add support for private only Fargate clusters

Open
#14 3 comments 0 reactions 0 assignees View on GitHub
enhancement provider/aws/ecs
Dominant language
Python
Stars
147
Forks
119
PR merge metrics
No merged PRs in 30d

Description

Currently when running in Fargate mode the scheduler and workers must be issued a public IP address.

This is due to a limitation in AWS where Fargate is unable to pull docker images without external networking. Having a public IP provides this networking.

An alternative would be to have a NAT gateway in the VPC subnets used by Fargate which will handle the internet traffic. Some users may have one already if they are using an existing VPC.

This needs some thought.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.