# Scale and Load Balance Your Architecture
https://hackmd.io/@marcsaez/elb
[TOC]
## Creating a Load Balancer
#### Load Balancer:

#### Target group:

## Auto scaling groups
- Minimum 2 instances
- Maxiimum 6 instances
- When cpu is above 50% it creates another instance

## Additional Instances:

## Cloud Watch Alarm:
- If the cpu is above 50%, the alarm will warn us

## SNS email notification
I have created the notification so that when the alarm is above 50% it sends an email to my email, but this lab does not allow editing or creating alarms, so I cannot attach it to it
