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.

Grigas
質問済み 2年前270ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ