StartFISExperiment
Starts an AWS FIS experiment using a template ID and required name, with optional tags and action mode. Returns immediately after starting.
Instructions
Starts an AWS FIS experiment and returns immediately after starting.
Args:
ctx: The MCP context for logging and communication
id: The experiment template ID
name: Required name for the experiment
tags: Optional additional tags to apply to the experiment
action: The actions mode (default: 'run-all')
Returns:
Dict containing experiment start response
Raises:
Exception: For AWS API errors or when writes are disabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The experiment template ID to execute | |
| name | Yes | Required name for the experiment (will be added as Name tag) | |
| tags | No | Optional additional tags to apply to the experiment | |
| action | No | The actions mode for experiment execution (run-all, skip-all, or stop-on-failure) | run-all |