2 Answers
- Newest
- Most votes
- Most comments
2
In the case of 1000+ users no because cost will be increased to a big value. In this case you can use the EC2+autoscaling group.
Regards, Andrii
2
Hello.
If you're just starting out and your tasks are short-lived, going the Lambda + CloudWatch route is simpler, possibly cheaper, and requires less maintenance. CloudWatch can trigger your Lambda function at desired intervals, and your Django REST backend can reside in AWS Lambda as well using frameworks like Zappa.
Regards, Andrii
Relevant content
- asked 6 months ago
- Accepted Answerasked 2 years ago
- asked 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
Thanks for your help. Would you also recommended this route when adding the handling of web requests and scaling to 1000+ users?