Amazon Fis Experiment Example

Chaos EngineeringDevOpsFault InjectionResilience Testing

Amazon Fis Experiment Example is an example object payload from Amazon Fault Injection Simulator, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idarnexperimentTemplateIdroleArnstatetargetsactionsstopConditionsstartTimeendTimetags

Example Payload

Raw ↑
{
  "id": "EXP123",
  "arn": "arn:aws:fis:us-east-1:123456789012:experiment/EXP123",
  "experimentTemplateId": "EXT123",
  "roleArn": "arn:aws:fis:us-east-1:123456789012:resource/EX123",
  "state": "example-value",
  "targets": {},
  "actions": {},
  "stopConditions": [
    {}
  ],
  "startTime": "example-value",
  "endTime": "example-value",
  "tags": {}
}