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

Updated aws sdb endpoint when using weste europe region. #337

Open smii opened 6 years ago

smii commented 6 years ago

sdb endpoint is leaning on the region variable which causes problems in west europe when choosing a region endpoint other then 'eu-west-1' ,

So for example when selecting eu-west-2 as a region endpoint, the sdb connection fails because it can't connect to the (non existing) sdb.eu-west-2.amazonaws.com.

This fix makes sure when setting a eu-west-* region endpoint it will 0set the sdb endpoint to 'sdb.eu-west-1.amazonaws.com'