UpdateFISExperimentTemplate
Update an existing AWS FIS experiment template to modify fault injection targets, actions, stop conditions, and logging for your resilience tests.
Instructions
Update an existing AWS FIS experiment template.
This tool updates an existing experiment template with new parameters for
fault injection experiments, including targets, actions, and stop conditions.
Args:
ctx: The MCP context for logging and communication
id: ID of the experiment template to update
description: Updated description of the experiment template
stop_conditions: Updated conditions that stop the experiment
targets: Updated target resources for the experiment
actions: Updated actions to perform during the experiment
role_arn: Updated IAM role ARN for experiment execution
log_configuration: Updated configuration for experiment logging
experiment_options: Updated experiment options
experiment_report_configuration: Updated configuration for experiment reporting
Returns:
Dict containing the updated experiment template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the experiment template to update | |
| actions | No | Updated actions to perform during the experiment | |
| targets | No | Updated target resources for the experiment | |
| role_arn | No | Updated IAM role ARN for experiment execution | |
| description | No | Updated description of the experiment template | |
| stop_conditions | No | Updated conditions that stop the experiment | |
| log_configuration | No | Updated configuration for experiment logging | |
| experiment_options | No | Updated experiment options | |
| experiment_report_configuration | No | Updated configuration for experiment reporting |