We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: