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.97k stars 1.14k forks source link

Problems connecting to SimpleDB from europe region #335

Open smii opened 6 years ago

smii commented 6 years ago

There should be a seperate variable for setting the SDB region This because the SDB service is not available in every region and makes use of the AWS_REGION var.. (For example our servers are hosted in eu-west-2 and SDB is only avaiable in eu-west-1) .

This can be easily solved by adding an extra if else statement @ "public AmazonSimpleDB sdbClient()" in ./src/main/java/com/netflix/simianarmy/client/aws/AWSClient.java