Connect to a container via ECS Service connect

0

Hi, I created dummy container and can connect to it via public ip. I don't want to use ip that is changed all the time. So I want to use a DNS name. I created ECS Service connect but I can't connect to it via browser: http://angular-app:80 My set up: Enter image description here

Should I have the ability to connect to it via terminal on my PC?

Thanks

1 個回答
1
已接受的答案

Hello.

Service Connect allows you to reference and connect services by logical name using the namespace provided by AWS Cloud Map for communication between ECS tasks, and automatically distributes traffic between ECS tasks without introducing or configuring a load balancer.
In other words, it is a function that allows Service Connect to allocate a private host name to tasks and allow the tasks to communicate with each other using that name.
Therefore, it is not possible to directly access "http://angular-app:80" from a browser that is not communicating between ECS.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect-concepts.html

If you want to access an ECS task from a browser, you need to use the public IP address of the task or link the ALB to the ECS task and access the ALB.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-application-load-balancer.html

profile picture
專家
已回答 2 個月前

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

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

回答問題指南