Serverless is good for doing extreme parallelism. You can literally have 5,000 CPU cores working on your task in seconds.
You can’t do that with EC2 nearly as easily or cost effective.
This is where serverless really shines. If you have a fixed static load, you should be using the cheapest available compute instance from EC2 as possible. Reserved instances & test performance in lower cost data centers.
You can’t do that with EC2 nearly as easily or cost effective.
This is where serverless really shines. If you have a fixed static load, you should be using the cheapest available compute instance from EC2 as possible. Reserved instances & test performance in lower cost data centers.