Created
September 26, 2013 17:23
-
-
Save MarkRoddy/6717509 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simius Quies: Block all networking on the instance using EC2 security groups (network failure) | |
Simius Desertus: Null-route the 10.0.0.0 network (failure of the internal EC2 network) | |
Simius Perditus: Cause packet loss (degradation of EC2 network) | |
Simius Tardus: Add packet latency (degradation of EC2 network) | |
Simius Politicus: Cause packet corruption (degradation of EC2 network) | |
Simius Nonomenius: Block all DNS traffic (failure of DNS servers) | |
Simius Amnesius: Null-route S3 traffic (S3 failure) | |
Simius Noneccius: Null-route EC2 API traffic (EC2 control plane failure) | |
Simius Nodynamus: Null-route DynamoDB traffic (DynamoDB failure) | |
Simius Amputa: Disconnect all EBS volumes (EBS failure) | |
Simius Cogitarius: Burn CPU (noisy-neighbor / CPU issue) | |
Simius Occupatus: Burn disk I/O (noisy-neighbor / disk issue) | |
Simius Plenus: Fill up all available space on the root disk (disk full error or disk failure) | |
Simius Delirius: Kill all java & python processes on the machine repeatedly (general application fault) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment