Как получить доступ к react или django в браузере внутри экземпляра ubuntu ec2

I have built a django and react application

структура папок

full_stack
    |
    |         backend /
    |
    ------- >  

              frontend /

in my computer i can serve them on local separately on 127.0.0.1:8000 for the backend and 127.0.0. 1:3000 for the frontend but i noticed that when i push the full_stack folder that include both application into an AWS EC2 instance, even though inside the terminal after spinning up them individually there is no error and it is served, nothing is rendered when i try to access them on the browser using the public IPV4 DNS:3000 and public IPV4 DNS:8000. (public IPV4 DNS image below)

введите описание изображения здесь

есть ли что-то, что я делаю неправильно?

Как получить доступ к каждому приложению, запущенному в ec2, через браузер?

Обратите внимание, что с ним не связаны ни docker, ни docker-compose. только непосредственно приложения.

Заранее спасибо

Вернуться на верх