Question
How can access to tables from DynamoDB be restricted after setting up a connector?
Environment
Connector: DynamoDB
Answer
To only allow access to certain tables, you need to change the Resource parameter of the IAM Policy to outline the specific tables you want to provide access to.
More info on this setting can be found at: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_dynamodb_specific-table.html
Cause
In our setup guide to create the IAM Policy, the Resource parameter is set to `*`. This will give access to all tables.
Comments
0 comments
Please sign in to leave a comment.