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 Answer
0
Accepted Answer

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
EXPERT
answered 4 months ago
  • No, it's connected to vpc endpoint only

  • How do you want to access your service?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions