ECS service with Quarkus app exposed on port 8080 not reachable

0

Hi, I am using ECS service with Quarkus app exposed on port 8080, but app is not reachable.

I check it using -

public_ip_of_task:8080
curl: (28) Failed to connect to "some ip" port 8080 after 21034 ms: Couldn't connect to server

What I checked:

SG is fine

NACL is fine

Port mapping is done inside ECS (host 8080, container 8080)

Application exposed port 8080

1 個回答
0
已接受的答案

Is the task connected to a public subnet with a default route of 0.0.0.0/0 routes to an internet gateway?

profile picture
專家
已回答 4 個月前
  • No, it's connected to vpc endpoint only

  • How do you want to access your service?

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

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

回答問題指南