AWS FIS Chaos Engineering

Workflow capability for executing chaos engineering experiments using AWS FIS. Enables resilience engineers and SREs to design, execute, and monitor fault injection experiments across AWS infrastructure.

Run with Naftiko AWS FISChaos EngineeringResilienceSREDevOps

What You Can Do

GET
List experiment templates — List templates
/v1/experiment-templates
POST
Create experiment template — Create template
/v1/experiment-templates
GET
Get experiment template — Get template
/v1/experiment-templates/{id}
PATCH
Update experiment template — Update template
/v1/experiment-templates/{id}
DELETE
Delete experiment template — Delete template
/v1/experiment-templates/{id}
GET
List experiments — List experiments
/v1/experiments
POST
Start experiment — Start experiment
/v1/experiments
GET
Get experiment — Get experiment
/v1/experiments/{id}
DELETE
Stop experiment — Stop experiment
/v1/experiments/{id}
GET
Get safety lever — Get safety lever
/v1/safety-levers/{id}
PATCH
Update safety lever state — Update safety lever state
/v1/safety-levers/{id}

MCP Tools

list-experiment-templates

List all fault injection experiment templates

read-only
create-experiment-template

Design a new fault injection scenario with targets, actions, and stop conditions

get-experiment-template

Get the configuration of an experiment template

read-only
update-experiment-template

Modify targets, actions, or stop conditions of an experiment template

delete-experiment-template

Remove an experiment template

start-experiment

Execute a fault injection experiment from a template

get-experiment

Monitor the status and progress of a fault injection experiment

read-only
list-experiments

List all experiments and their current status

read-only
stop-experiment

Abort a running fault injection experiment

list-actions

Discover all available fault injection action types

read-only
get-action

Get details and parameters for a specific FIS action

read-only
get-safety-lever

Check the status of a safety lever for experiment control

read-only
update-safety-lever-state

Engage or disengage a safety lever to allow or block experiments

APIs Used

fis