From the course: AWS: Automation and Optimization (2019)
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Scheduled scaling - Amazon Web Services (AWS) Tutorial
From the course: AWS: Automation and Optimization (2019)
Scheduled scaling
- [Instructor] Scheduled Scaling can be useful when you'd like to scale your application in response to predictable load changes. For example, every week the traffic to your application starts to increase on Friday, remains high on Saturday and Sunday, and starts to decrease on Monday. Right now, I'm under the Auto Scaling Groups tab of the AWS EC2 console, and here's the Auto Scaling group that we configured earlier called myASG. To configure a Sheduled Scaling activity, click on the Scheduled Actions tab, click on Create Scheduled Action. Let's name this activity as Scale Out. The Scale Out activity is planned for Friday when we see increased traffic, and to handle this, we'll set the minimum as two, maximum as four with the desired capacity as three. This means that at any time, we'd like to have three EC2 instances running, not allowing the Auto Scale group to go below two or go above four. The Recurrence option has pre-defined values with the option to write a cron. Since we want…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Auto Scaling3m 36s
-
(Locked)
Set up a launch configuration/launch template6m 11s
-
(Locked)
Create an Auto Scaling group4m 57s
-
Verify the Auto Scaling group3m 8s
-
(Locked)
Manual scaling3m 41s
-
(Locked)
Scheduled scaling3m 3s
-
(Locked)
Target tracking2m 41s
-
(Locked)
Simple scaling4m 8s
-
(Locked)
Step scaling5m 28s
-
-
-
-
-
-
-
-