Beginner AWS / Cloud Computing
Q9 / 100

What is the difference between "horizontal scaling" and "vertical scaling"?

Correct! Well done.

Incorrect.

The correct answer is A) Horizontal scaling adds more instances/machines to handle load, while vertical scaling increases the resources (CPU, RAM) of an existing machine

A

Correct Answer

Horizontal scaling adds more instances/machines to handle load, while vertical scaling increases the resources (CPU, RAM) of an existing machine

Explanation

Horizontal scaling ("scaling out") adds more machines/instances, while vertical scaling ("scaling up") increases the capacity of a single machine, such as upgrading to a larger EC2 instance type.

Progress
9/100