Is it possible to tag ENI created by Load Balancer?

0

Enter image description here I've 2 public load balancers and each of them is connected to 2 availability zones so in total I've 4 ENI created automatically. Is there a way to tag those ENI automatically with Env, Role, and State tags each time that ENI is re-created?

Gridics
asked 2 months ago216 views
1 Answer
0

Hello.

When an ALB ENI is created, an event called "CreateNetworkInterface" is recorded in CloudTrail.
I think it is possible to set tags on the created ENI by starting Lambda from EventBridge using this event.
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-rule.html

profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions