amazon web services - Deploy python web server on AWS Elastic Beanstalk -
i'm deploying python web server on aws , have question it. i'm using websocket communicate between end , front end.
- do have use framework django or flask?
- if not, should put index.html file? in other word, after deploying, how aws know default page of application?
thanks in advance.
aws doesn't "know" content. webserver install configured point "root" directory in index.html (or equivalent) should be.
since depends on webserver (django, flask, jinja etc) install - should lookup documentation!
Comments
Post a Comment