Susan Potter
###

Auto Scaling

Below are my notes on my adventures using cloud auto scaling, specifically EC2 Auto Scaling Groups and AWS Lambda, the dynamic duo of scaling primitives in AWS.

In theory it frees developers from infrastructure management, allowing them to focus solely on writing and deploying code, however, in practice it often only provides blunt tools to workaround cloud provider (AWS in particular) shortcomings.


2023-05
Software The Pitfalls of Serverless Hosting

Join us as we dive into the world of serverless hosting and uncover the hidden challenges that come with this revolutionary approach. While serverless architectures promise scalability, …

2020-06
Software Experience report deploying PureScript to AWS Serverless (Lambda)

In this blog post, an experienced software engineer shares their successful deployment of a pure functional serverless function to AWS using PureScript. They spent around $15 per day on API Gateway …

2019-04
Talk Dynamically scaling a news and activism hub (5x traffic in 20 mins)

On any given day this news discussion site can receive traffic peaks up to five times our base traffic, sometimes requiring us to scale out to double our backend app server capacity within a 10-20 …