How do I associate an Elastic IP with a Fargate container?

后端 未结 2 601
故里飘歌
故里飘歌 2020-12-31 00:54

I\'m exploring using the new Fargate option for my ECS containers. One constraint is that the running task must always be accessible at the same Public IP address.

M

2条回答
  •  自闭症患者
    2020-12-31 01:24

    Actually your can do it with Network Load balancer. It is a special type of load balancer, where elastic IP can be added. This instruction can really help https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html

提交回复
热议问题