Open selisha-pivotal opened 9 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!
@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
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!