04-04 High Elasticity
Your ability to automatically increase or decrease your capacity based on the current demand of traffic, memory and computing power
# Horizontal Scaling
- Scaling Out - Add more servers of the same size
- Scaling In - Removing underutilized servers of the same size
Note
Vertical Scaling is generally hard for traditional architecture so you’ll usually only see horizontal scaling described with Elasticity.
# Auto Scaling Groups (ASG)
#aws-service
An AWS feature that will automatically add or remove servers based on scaling rules you define based on metrics.