pycon
pycon copied to clipboard
Investigate migration off lambda to ecs
- [ ] Load balancer setups (pricing if going for ALB or what setup would be needed for a "self-hosted" load balancer?)
- [ ] pricing calculation
- [ ] benefits of the migration: API request time improvements
- [ ] scalability
Useful links:
Route53 failover / healthchecks pricing calculator: https://calculator.aws/#/createCalculator/Route53
Highly connected to https://github.com/pythonitalia/pycon/issues/3810
The biggest pain point was the nat instance networking configuration conflicting with the Docker network configuration so if we can get rid of lambda we won't need a nat instance anymore
Now that we have a setup where we launch a Fargate task to process anything "heavy"