amazonaws.com

Fault Injection Simulator is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Simulator User Guide .

🔑 oauth2 16 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Lists the available FIS actions.
curl \
  -H "Authorization: $API_KEY" \
  http://fis.us-east-1.amazonaws.com/actions
Lists your experiments.
curl \
  -H "Authorization: $API_KEY" \
  http://fis.us-east-1.amazonaws.com/experiments
Gets information about the specified FIS action.
curl \
  -H "Authorization: $API_KEY" \
  http://fis.us-east-1.amazonaws.com/actions/{id}
Endpoints (16 total)
GET
/actions
Lists the available FIS actions.
GET
/experiments
Lists your experiments.
GET
/actions/{id}
Gets information about the specified FIS action.
GET
/experiments/{id}
Gets information about the specified experiment.
GET
/tags/{resourceArn}
Lists the tags for the specified resource.
GET
/experimentTemplates
Lists your experiment templates.
GET
/targetResourceTypes
Lists the target resource types.
GET
/experimentTemplates/{id}
Gets information about the specified experiment template.
GET
/targetResourceTypes/{resourceType}
Gets information about the specified resource type.
POST
/experiments
Starts running an experiment from the specified experiment template.
POST
/tags/{resourceArn}
Applies the specified tags to the specified resource.
POST
/experimentTemplates
<p>Creates an experiment template. </p> <p>An experiment template includes th…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints16
Authoauth2
Categories1
http://fis.us-east-1.amazonaws.com