I have searched through many resources but I haven't found a well-detailed way to set up a Django app on elastic beanstalk using Gunicorn and Nginx with RDS as a database. There are resources available for using it on ec2 machines directly but not through elastic beanstalk.
- What steps do I need to follow to make it happen
Also some of the questions I have,
- Do we need Nginx when using Django with beanstalk? as beanstalk comes with its own load balancers
- I know Django comes with an admin panel which is not a part of Angular. If I were to serve an Angular app through s3 and CloudFront do we still need Nginx to serve static assets? how big of a role does nginx play here?
- How many processes/workers and threads are idle for a micro ec2 machine that comes with aws free tier?
thank you in advance