During migration on AWS, I created a new cluster on AWS and deployed several docker application with Fargate approach. During each update of task definition, new task is launched inside service and new public IP is assigned from AWS public IP pool
Is there any solution or instruction on how I can attach static IP adderes to the service tasks?
I saw similar question here How do I associate an Elastic IP with a Fargate container?
but still can't find any solution