Fault Injection Simulator Flashcards
This deck aims to help retain concepts related to the AWS Fault Injection Simulator service.
1
Q
What AWS managed service provides functionality for performing fault injection experiments on your AWS workloads?
A
AWS Fault Injection Simulator
2
Q
Which parameters can be specified in an AWS Fault Injection Simulator experiment template to target specific EC2 instances in designated availability zones?
A
Use the ‘filters’ section in the Target component of the experiment template, specifying the ‘path’ and ‘values’:
{
"filters": [{
"path": "Placement.AvailabilityZone",
"values": ["us-east-1a"]
}]
}