How can I use a static or Elastic IP address for an Amazon ECS task on Fargate ?

0

My ecs task running with application load balancing and want to access access to global via NAT Gateway. Could you tell me how ?

Lunar
已提問 9 個月前檢視次數 449 次
1 個回答
1
已接受的答案

Hello.
The subnet where the ECS task is deployed should be a private subnet.
Also, make sure that there is a route to the NAT Gateway in the route table of the deployed subnet.
The configuration is similar to the following document.
https://docs.aws.amazon.com/AmazonECS/latest/bestpracticesguide/networking-outbound.html#networking-private-subnet

profile picture
專家
已回答 9 個月前
profile pictureAWS
專家
已審閱 9 個月前
  • Thanks for you answers, actually I also try a private subnet sir, It able to access to global via nat but the static ip still not get on ecs task

  • As described in this document, it is not possible to set an Elastic IP directly to a task. https://repost.aws/knowledge-center/ecs-fargate-static-elastic-ip-address
    In other words, if the destination has IP address restrictions or other restrictions, it is necessary to register to allow the NAT Gateway's IP address.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南