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

Allow disabling VPC interface endpoints only #495

Open
evan10s opened this issue Sep 16, 2024 · 0 comments
Open

Allow disabling VPC interface endpoints only #495

evan10s opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@evan10s
Copy link

evan10s commented Sep 16, 2024

Describe the outcome you'd like

VPC interface endpoints are pretty expensive (>50% of our AFT costs). It would be nice to be able to disable the interface endpoints only; currently, setting var.aft_vpc_endpoints to false will also disable the VPC Gateway endpoints, which are free (so there's not really a reason to disable them).

Is your feature request related to a problem you are currently experiencing? If so, please describe.

While not a huge deal in the grand scheme of things, some people might decide the cost tradeoff to have VPC interface endpoints for every AWS service used by AFT is not worth it. It would be nice to have the choice to disable the VPC interface endpoints if you so decide. But in doing so, currently, the free Gateway endpoints would also be disabled, and we'd like to keep those around.

Additional context

n/a

@evan10s evan10s added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant