strepsirrhini-army / chaos-lemur

An adaptation of the Chaos Monkey concept to BOSH releases
Apache License 2.0
62 stars 32 forks source link

AWS Does not support Multi-Region #6

Open selisha-pivotal opened 8 years ago

selisha-pivotal commented 8 years ago

Hi.

The code as it stands only works with AWS Region US-EAST-1 as the EC2 API defaults to this. It would be great to add an environment variable to enable the region to be specified and the code needs tho be updated to implement region specification as per: http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-region-selection.html#region-selection-choose-region

I have hacked a fix in my local version - but it is not pull-request worthy!

hpejcinovic-pivotal commented 8 years ago

@selisha-pivotal I made a change for this issue and created a pull request. In the meantime you can use https://github.com/hpejcinovic-pivotal/chaos-lemur