Questions:
- Which types of scaling are there?
- How is autoscaling done in Amazon Web Services' (AWS) Elastic Container Service (ECS)?
- Why is Google Cloud's App Engine convenient?
Answers:
- We have:
- Horizontal scaling: Adding more servers to the mix.
- Vertical scaling: Adding more resources (RAM and CPU) to a server.
- AWS ECS uses horizontal scaling.
- It takes care of hosting, scaling, and monitoring all at once.