You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: