So I am trying to deploy my django app(which mostly has REST Apis) but when I use Amazon CLI, I end up having Fedora instance, while I want to use Ubuntu instance.
So I tried to do this, I made an ubuntu instance, made a repository of my code, installed git on ubuntu and cloned the code from git to ubuntu. Next thing, I installed all the requirements.txt dependencies and everything is in virtualenv and working fine.
But here's the catch, python manage.py runserver runs it on localhost(not really surprising). So the question is, how to serve those apis(not on localhost)?