⚖️

Auto Scaling

Owner
Verification
Tags
Last edited time

Scaling Polices

Lifecycle hooks - preform actions before EC2 is in or out or service

👣
to update AMI - update the launch configuration > terminate /instance refresh for auto scaling

Scaling Processes

Launch - add new

Terminate - remove

Health Checks - check EC2

Replace Unhealthy - terminate and recreate unhealthy instances

AZRebalance - balancer the number of instances across AZ

ScheduledActions - run actions on EC2 based on time

AddToLoadBalancer - adds EC2 to the target group

Instance Refresh - run refresh on instance (update AMI)

Health Checks

how to update an application in an ASG