Amazon EC2 Auto Scaling¶
Components¶
- Launch template or configuration
- Amazon EC2 Auto Scaling groups
- minimum, maximum and desired capacity
- Scaling policies: When should the resources be added or removed?
References¶
- AWS EssentialsModule 6
- AWS website: Amazon EC2 Auto Scaling(opens in a new tab)
- AWS website: Amazon EC2 Auto Scaling FAQs(opens in a new tab)
- AWS user guide: [Set capacity limits on your Auto Scaling group(opens in a new tab)](https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-capacity-limits.html
- AWS user guide: Step and simple scaling policies for Amazon EC2 Auto Scaling(opens in a new tab)
- AWS user guide: Target tracking scaling policies for Amazon EC2 Auto Scaling(opens in a new tab)
- AWS user guide: Create an Auto Scaling group using a launch template