aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.18k stars 314 forks source link

[EKS][request]: Add support for tagging ENIs provisioned for worker nodes #1496

Open kishoreakshat opened 2 years ago

kishoreakshat commented 2 years ago

Tell us about your request

We would like to have support for propagation of custom tags to ENIs being used by worker nodes.

Which service(s) is this request for? EKS

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

Currently, if you add Resource Tags for Network Interfaces in a Launch Template and use this Launch Template to create/update a Managed Nodegroup, the new Launch Template created by created by EKS workflow does not copy these ENI resource tags and hence any custom tags are not propagated to the underlying ENIs.

Are you currently working around this issue?

There is no workaround currently. The only brute approach is to tag ENIs manually but that hardly helps in automating the process as nodes may get recycled and ENIs ay be detached and reattached.

We have already tried:

  1. aws autoscaling create-or-update-tags CLI command [1].

  2. using eksctl to apply tags

eksctl create nodegroup --managed --tags --cluster --region

but even with this, tags were not applied to ENIs.

[1] https://docs.aws.amazon.com/cli/latest/reference/autoscaling/create-or-update-tags.html

It would be great if this capability could be automated.

nikitacr7 commented 2 years ago

+1. It'll be very good to have that enhancement

julissamackey commented 2 years ago

+1!

21sahilsethi commented 2 years ago

+1

bubeamos commented 2 years ago

+1

markvankessel commented 1 year ago

+1

pranchals commented 1 year ago

+1

nls-gtomov commented 8 months ago

+1

gpaks commented 7 months ago

+1 Does this issue still persists?

hmontesdeoca commented 6 months ago

+1 Please add this. I had a 1 to many relationship (Policy-> Role) with a multi-tenant set up and faced an issue for a week because the ENI tags were not being created.

aarontavio commented 5 months ago

+1

Kartoshnikov commented 4 months ago

+1

not-ajay commented 2 months ago

+1

not-ajay commented 2 months ago

Need this for billing purposes, any update would be appreciated.

dstockton commented 1 month ago

+1

shencan commented 1 month ago

+1

TedCat commented 1 month ago

Public IP v4 addresses have become a paid service. Adding a tag to the ENI is a convenient way to distinguish the cost. Hope this feature can release asap.