Can I Restrict Access to Amazon DynamoDB Tables?
Question
How do I restrict access to tables in the Amazon DynamoDB source after setting up a connector?
Environment
Database: Amazon DynamoDB
Answer
You can allow access to only certain tables in your database. To do this, you need to change the Resource
parameter of the IAM Policy to outline the specific tables that you want to provide access to.
For more information, see Amazon's Documentation.
Cause
In our setup guide to create the IAM Policy, the Resource
parameter is set to `*`, which provides access to all tables.