Static IPs in Fargate

0

I’m running a few workloads in Fargate, and I want to be able to give my tasks a static IP address like I can in EC2. Is this possible?

質問済み 8ヶ月前529ビュー
1回答
1
承認された回答

No, it is not currently possible to add a static IP or Elastic IP address directly to a Fargate task. However, you can first create a Fargate Service with a Network Load Balancer, and then attach the Elastic IP address of the task to the Load Balancer.

You can find more details about this process here: https://repost.aws/knowledge-center/ecs-fargate-static-elastic-ip-address

AWS
Olivia
回答済み 8ヶ月前
profile picture
エキスパート
レビュー済み 8ヶ月前
profile pictureAWS
エキスパート
レビュー済み 8ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ