Correct Answer: b) Vertical scaling increases CPU and memory resources; horizontal scaling adds more instances
Explanation: Vertical scaling increases the resources (CPU, memory) for a single instance, while horizontal scaling adds more instances to handle load.