Connecting to DynamoDB
Creating a new connection
- Open the connections dialogue. See managing connections for more information.
- Click the
New Connection
button at the bottom-left of the dialogue. - From the
Database
dropdown, selectDynamoDB
. - Give your connection a
Name
so you can easily identify it. - Select the AWS
Region
that your database lives in. - Provision an AWS IAM user Ezfire can use to access DynamoDB. See authenticating an AWS service for more information. In particular, the AWS IAM user needs one of the following roles:
AmazonDynamoDBReadOnlyAccess
for a read-only connectionAmazonDynamoDBFullAccess
for a read/write connection.
- Provide the
Access Key ID
andSecret Access Key
for a programmatic access key associated with the AWS IAM user. - Click the
Save
button to save your connection.
Your DynamoDB connection is now ready to use.