Netflix / SimianArmy

Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
Apache License 2.0
7.98k stars 1.13k forks source link

Allows overriding the SimpleDB region #307

Open kwizzn opened 7 years ago

kwizzn commented 7 years ago

Not every AWS region supports SimpleDB, e.g. eu-central-1. The result is that SimpleDBRecorder, SimpleDBConformityClusterTracker and SimpleDBJanitorResourceTracker fail with HTTP errors while connecting to SimpleDB.

This PR adds support for an override configuration that can be enabled when using these regions.