Overview

Auto-scaling ensures that you have the right number of resources to handle the load on your application. It scales out (adds resources) during traffic spikes and scales in (removes resources) when demand drops to save costs.

Triggers

Can be based on CPU usage, memory usage, network traffic, or custom metrics.

Related Terms