make sure u choose the same VPCs and subnets that you chose in the previous step
Set up the rule for which kind of requests you want to listen
ex. HTTPs requests
Create a new target group - a collection of instances (EC2, containers, IP addresses, etc.) that receive traffic from a load balancer
group of instances that will be used for forwarding requests to
If a load balancer is connected to an auto scaling group, then it will automatically add all instances that are created by that auto scaling group to this target group
Health check
is an instance healthy - capable of receiving requests
Choose Auto scaling conditions
set the capacities you want to have for your instances
desired capacity - the default capacity you want to have
minimum/maximum capacity
scaling policy
define the metric where you want to scale up
CPU utilization, network, etc
Choose notifs
maybe an email so you know when an instance is added