Skip to content

Instantly share code, notes, and snippets.

@bigsnarfdude
bigsnarfdude / gist:b6ae4dbd1b9b60d40cba
Created January 7, 2016 17:23
incident report template
Example infrastructure outage incident report
Friday, May 13, 2077
By the Example Security Team
Earlier this week we experienced an outage in our API infrastructure. Today we’re providing an incident report that details the nature of the outage and our response.
The following is the incident report for the Example Security outage that occurred on April 30, 2077. We understand this service issue has impacted our valued developers and users, and we apologize to everyone who was affected.
@thecarlhall
thecarlhall / 0test.log
Last active February 28, 2018 18:34
Maven setup for integration testing with DynamoDB
[INFO] --- download-maven-plugin:1.2.1:wget (install-dynamodb_local) @ app ---
[INFO] Got from cache: /home/carl/.m2/repository/.cache/maven-download-plugin/dynamodb_local_latest.zip
[INFO]
[INFO] --- process-exec-maven-plugin:0.7:start (dynamodb_local) @ app ---
[INFO] arg: java
[INFO] arg: -Djava.library.path=dynamodb/DynamoDBLocal_lib
[INFO] arg: -jar
[INFO] arg: dynamodb/DynamoDBLocal.jar
[INFO] arg: -port
[INFO] arg: 53351