Amazon Fault Injection Simulator · Arazzo Workflow
AWS FIS Start Then Stop Experiment
Version 1.0.0
Start an experiment from an existing template, confirm it is running, stop it, and poll until it is fully stopped.
Provider
Workflows
start-then-stop-experiment
Start an experiment from a template, then stop it and poll until terminal.
Starts an experiment from a supplied experiment template id, verifies it is running, stops the experiment, then polls getExperiment until the state leaves stopping.
1
startExperiment
startExperiment
Start a fault injection experiment from the supplied template id.
2
confirmRunning
getExperiment
Read the experiment back to confirm it has begun before requesting a stop.
3
stopExperiment
stopExperiment
Stop the running experiment. The stopExperiment operation is the DELETE on /experiments/{id} and transitions the experiment into the stopping state.
4
pollStopped
getExperiment
Poll the experiment until it leaves the stopping state. Loops back while the status is still stopping and ends once the experiment is stopped, completed, or failed.