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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则