- Lab
- A Cloud Guru
Using Instance Scheduler to Automate Starting and Stopping EC2 and RDS Resources
In this lab, you will take what you have learned about Instance Scheduler and deploy the solution to the lab AWS account. You will use SSM Session Manager to access the provided `SchedulerAdmin` EC2 instance that has the scheduler CLI already installed and configure the appropriate IAM permissions for the instance. You will also configure periods and schedules for different dinosaurs (AWS resources) based on the proposed sleep schedule and associate each dinosaur with their own schedule.
Path Info
Table of Contents
-
Challenge
Deploy Instance Scheduler
Using the AWS Instance Scheduler documentation, deploy Instance Scheduler to the lab AWS account. Make sure to set scheduling for both EC2 and RDS resources.
-
Challenge
Log In to the SchedulerAdmin Instance
Using SSM Session Manager, connect and get logged into the
SchedulerAdmin
instance provided with the lab. -
Challenge
Use the Scheduler CLI to Configure Periods for the Dinosaur Sleep Schedules
Update the IAM role for the
SchedulerAdmin
instance to include the SchedulerAdminPolicy permission for scheduler CLI commands. Then use the scheduler CLI to configure periods based on the following sleep schedule table:|Name|Breed |Wake-Up Time |Bed Time | |--|--|--|--| |Stacy |Stegosaurus |7 a.m. UTC |9 p.m. UTC | |Terrance |T-Rex |9 a.m. UTC |10 p.m. UTC | |Ralph |Raptor |6 a.m. UTC |9:30 p.m. UTC | |Roxy* |Raptor |6 a.m. & 1:30 p.m. UTC |1:15 p.m. & 9:30 p.m. UTC | |Tami |Triceratops |11 a.m. UTC |8:30 p.m. UTC |
NOTE: Roxy needs to get a checkup by her doctors every day due to a recent surgery
-
Challenge
Use the Scheduler CLI to Configure Schedules for Each Dinosaur
Create a unique schedule for each dinosaur and associate the periods created to the appropriate schedules. All schedules should have the timezone set to UTC and the
enforced
parameter enabled. -
Challenge
Tag Each Dinosaur with Their Schedule
Using the table below to map the dinosaurs to their respective AWS resources, tag each AWS resource with the dinosaur's schedule:
|Dinosaur Name |AWS Resource | |--|--| |Stacy |EC2 - t3.micro | |Terrance |RDS - t3.micro | |Ralph |EC2 - t3.micro | |Roxy |EC2 - t3.micro | |Tami |EC2 - t3.micro |
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.