1

I deployed a dash app in aws ecs. Everything works fine and the task seems to be running.

enter image description here

enter image description here

However when i try to use the public or private ip on the port that the app is running (10000), it is not working. Any idea why it could be happening?

enter image description here

My port: enter image description here

Mark B
  • 183,023
  • 24
  • 297
  • 295
hippocampus
  • 347
  • 4
  • 9

1 Answers1

0

Make sure you have accepted inbound rules for your current IP for port 10000.

Shachar297
  • 599
  • 2
  • 7