dash app not working when deployed in AWS ECS

0

Hi all. I deployed a python dash app in ECS. Everything works fine and the task seems to be running. https://i.stack.imgur.com/C8jZh.png?s=556 https://i.stack.imgur.com/mywPI.pngs=556

However when i try to access it with the public or private ip on the port that the app is running (10000), it is not working as you can see below. Any idea why it could be happening? https://i.stack.imgur.com/dhamC.png?s=556

Apologies, not sure how to post images.

1개 답변
0

Was the task created through a Service or directly?

A few things you can check:

  • Did you configure the network bindings in your container to expose port 10000? (portMappings section in the Task Definition)
  • Check the inbound rules of the security group attached to your task ENI to make sure port 10000 is allowed
  • Verify you don't have any NACL on the subnet that could block some traffic
profile pictureAWS
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠