2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
Have a look at section "Increasing task density with ENI Trunking" of https://docs.aws.amazon.com/AmazonECS/latest/bestpracticesguide/networking-networkmode-awsvpc.html
It explains how ENI trunking can be used to attach multiple IP addresses to same container image (if you reduce the pool of ECS instance to 1 in the example presented)
Best,
Didier
0
No, I don’t believe you can have more than one IP address/ENI per container.
I’m curious to understand the use case for this?
Relevant content
- asked 10 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
Unfortunately the document doesn’t explain how to attach multiple IPs to a container. It explains how ENIs work with containers hosted on EC2 hosts