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

[ECS] [request]: make EFS volume mount work in IPv6 subnets with DNS64 enabled #2456

Open
yann-soubeyrand opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
ECS Amazon Elastic Container Service Proposed Community submitted issue

Comments

@yann-soubeyrand
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request

Until IPv6 is available for EFS mount targets, we’d like ECS to use IPv4 for EFS volume mounts.

Which service(s) is this request for?

ECS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

We have a VPC with dual stack subnets having DNS64 enabled. We run an ECS Fargate cluster inside these subnets and we want to use EFS volumes for our tasks. We set up an EFS file system with mount targets inside the subnets and added an ingress rule to the mount target security group to allow traffic on port 2049 from the security group of our task. This doesn’t work unless we disable auto allocation of IPv6 address on the subnets.

Are you currently working around this issue?

We can work around this issue by adding an ingress rule allowing traffic on port 2049 from the NAT gateway subnets to the EFS mount targets security group.

@yann-soubeyrand yann-soubeyrand added the Proposed Community submitted issue label Oct 29, 2024
@jenmlinaws jenmlinaws added the ECS Amazon Elastic Container Service label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ECS Amazon Elastic Container Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

3 participants