- Lab
- A Cloud Guru
Configuring AWS Fault Injection Simulator Experiments
The challenge for this lab is to configure and run three AWS Fault Injection Simulator (AWS FIS) experiments in the provided lab environment.
Path Info
Table of Contents
-
Challenge
Successfully Run an Experiment to Stop an EC2 Instance
Successfully run an experiment to test the following hypothesis:
If an EC2 instance is stopped, the Elastic Load Balancer will mark the instance as unhealthy.
Use an action type of
aws:ec2:stop-instances
and resource type ofaws:ec2:instance
.Run the experiment using the
my-test-fis-role
IAM role provided in the lab environment. -
Challenge
Successfully Run an Experiment to Reboot an EC2 Instance
Successfully run an experiment to test the following hypothesis:
If the
httpd
service fails to start after an instance is rebooted, the Elastic Load Balancer will mark the instance as unhealthy.Use an action type of
aws:ec2:reboot-instances
and resource type ofaws:ec2:instance
.Run the experiment using the
my-test-fis-role
IAM role provided in the lab environment. -
Challenge
Successfully Run an Experiment to Terminate an EC2 Instance
Successfully run an experiment to test the following hypothesis:
If an EC2 instance is terminated, the Auto Scaling group will launch a new instance and register it with the Elastic Load Balancer.
Use an action type of
aws:ec2:terminate-instances
and resource type ofaws:ec2:instance
.Run the experiment using the
my-test-fis-role
IAM role provided in the lab environment.
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.