v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141617367.5 KB

Creates an experiment template.

An experiment template includes the following components:

  • Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags.

  • Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment.

  • Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm.

For more information, see Experiment templates in the Fault Injection Simulator User Guide.

post/experimentTemplates

Request body

clientTokenstring required

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

descriptionstring required

A description for the experiment template.

targetsobject

The targets for the experiment.

actionsobject required

The actions for the experiment.

roleArnstring required

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

tagsobject

The tags to apply to the experiment template.

Response

Success