I am contemplating where to deploy a Django web app. Main considerations are handling traffic spikes and ease of maintenance. I narrowed it down to the following options and would appreciate any advice or experience with them:
1. AWS Auto Scale Group + Elastic Load Balancer
2. Elastic Beanstalk
3. AWS Lambda Serverless with Zappa