Skip to content

Instantly share code, notes, and snippets.

@achoimet
Created August 10, 2018 15:24
Show Gist options
  • Save achoimet/af1a848d8f3bbfb26084863109b23a1b to your computer and use it in GitHub Desktop.
Save achoimet/af1a848d8f3bbfb26084863109b23a1b to your computer and use it in GitHub Desktop.
journal.json chaos toolkit
{
"chaoslib-version": "0.20.0",
"platform": "Windows-10-10.0.14393-SP0",
"node": "XXXXXXXXX",
"experiment": {
"version": "0.1.0",
"title": "Stopping a given EC2 instance",
"description": "Stopping a given EC2 instance",
"tags": [],
"steady-state-hypothesis": {
"title": "Normal state",
"probes": []
},
"configuration": {
"aws_region": "eu-west-1",
"aws_profile_name": "tf-deployer-role"
},
"method": [
{
"type": "action",
"name": "stop-several-ec2-instances",
"provider": {
"type": "python",
"module": "chaosaws.ec2.actions",
"func": "stop_instance",
"arguments": {
"instance_id": "i-0c7b48a8cdd320473"
}
}
}
],
"dry": false
},
"start": "2018-08-10T15:18:55.820950",
"status": "completed",
"steady_states": {
"before": {
"steady_state_met": true,
"probes": []
},
"after": {
"steady_state_met": true,
"probes": []
}
},
"run": [
{
"activity": {
"type": "action",
"name": "stop-several-ec2-instances",
"provider": {
"type": "python",
"module": "chaosaws.ec2.actions",
"func": "stop_instance",
"arguments": {
"instance_id": "i-0c7b48a8cdd320473"
}
}
},
"output": {
"StoppingInstances": [
{
"CurrentState": {
"Code": 64,
"Name": "stopping"
},
"InstanceId": "i-0c7b48a8cdd320473",
"PreviousState": {
"Code": 16,
"Name": "running"
}
}
],
"ResponseMetadata": {
"RequestId": "69f8c90a-61ec-4b28-9f0a-ed430033d581",
"HTTPStatusCode": 200,
"HTTPHeaders": {
"content-type": "text/xml;charset=UTF-8",
"content-length": "579",
"date": "Fri, 10 Aug 2018 15:18:56 GMT",
"server": "AmazonEC2"
},
"RetryAttempts": 0
}
},
"status": "succeeded",
"start": "2018-08-10T15:18:55.821950",
"end": "2018-08-10T15:18:57.052466",
"duration": 1.230516
}
],
"rollbacks": [],
"end": "2018-08-10T15:18:57.053465",
"duration": 1.2345144748687744
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment