Create a load balancer for existing ECS service

偶尔善良 提交于 2019-12-11 06:47:41

问题


After creating a service without an LB, is there a way to create an LB for the service after the fact?

for some reason the UI doesn't seem to allow me to do this :(


回答1:


No, attaching an Application Load Balancer and TargetGroup must be done at service creation. It can't be added after. You'll have to delete and re-create the service.



来源:https://stackoverflow.com/questions/57385899/create-a-load-balancer-for-existing-ecs-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!