Amazon Fault Injection Simulator · Arazzo Workflow
AWS FIS Update Template Then Run
Version 1.0.0
Fetch an existing experiment template, update its description, and start an experiment from the revised template.
Provider
Workflows
update-template-then-run
Get a template, update it, then start an experiment from the revised template.
Fetches an experiment template by id, applies an update to it, then starts an experiment from the updated template and reads back the experiment's initial state.
1
getTemplate
getExperimentTemplate
Read the experiment template to confirm it exists before updating it.
2
updateTemplate
updateExperimentTemplate
Apply an update to the experiment template, revising its description. The updateExperimentTemplate operation is the PATCH on /experimentTemplates/{id}.
3
startExperiment
startExperiment
Start a fault injection experiment from the updated template.