I am not able to figure out how to specify the availability zone while creating a DynamoDB table using the AWS SDK for Java. It creates a table in the US East region by default.
Appreciate your help, thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In AWS SDK for Java 1.3.8, it is still not implemented.
I believe it will be implemented in the next SDK update.
In the meanwhile as a WORKAROUND you can set it manually after the construction of the
AmazonDynamoDBClientobject with the functionsetEndpoint.For example for EU: