Amazon Fault Injection Simulator · Arazzo Workflow
AWS FIS Run Experiment to Completion
Version 1.0.0
Create an experiment template, start an experiment from it, and poll until the experiment reaches a terminal state.
Provider
Workflows
run-experiment-to-completion
Create a template, start an experiment, and poll until it reaches a terminal state.
Creates an experiment template, starts an experiment from the returned template id, then polls getExperiment, looping while the experiment is pending, initiating, or running and ending when it is completed, stopped, or failed.
1
createTemplate
createExperimentTemplate
Create an experiment template defining the targets, actions, and stop conditions for the fault injection experiment.
2
startExperiment
startExperiment
Start a fault injection experiment from the newly created experiment template.
3
pollExperiment
getExperiment
Read the current state of the running experiment. Branches back to itself while the experiment is still pending, initiating, or running, and ends when the experiment reaches a terminal state (completed, stopped, or failed).