From the course: AWS Elastic Load Balancing Essentials

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Target tracking scaling policy

Target tracking scaling policy

- [Instructor] Let's configure the first dynamic scaling policy type, known as target tracking scaling. So here is the auto scaling group that we created earlier. It has one instance running. The desired capacity is one, minimum is one and maximum is two. Let's configure a target tracking policy that will maintain the average CPU utilization of the group at 70%. So select your auto-scaling group, then go to the automatic scaling tab and then click create dynamic scaling policy. Here we have the three policy types we discussed: target tracking scaling, step scaling and simple scaling. We'll use the first option. Then we'll provide a name for the policy. I'm going to call this as Maintain CPU at 70. Then we have the metric types we discussed. Average CPU utilization, average network in, average network out and application load balancer request count per target. We'll use the first metric, average CPU utilization and…

Contents