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

Add VPC Endpoint Gateway to S3 #226

Open
malparty opened this issue Sep 20, 2023 · 0 comments
Open

Add VPC Endpoint Gateway to S3 #226

malparty opened this issue Sep 20, 2023 · 0 comments
Labels
type : feature New feature or request

Comments

@malparty
Copy link
Member

Why

When the Fargate Tasks need to download anything from S3, the traffic will currently pass through the NAT Gateway. This generates extra costs.

VPC Endpoint Gateways are free. They allow all subnets in a VPC to communicate directly with the targetted service (e.g. S3) at not costs and with higher performances.

Who Benefits?

Clients with lower cloud costs.
Users with faster traffic between S3 and the tasks.

@malparty malparty added the type : feature New feature or request label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type : feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant