且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

允许访问特定表的 DynamoDB 控制台的 IAM 策略

更新时间:2023-11-30 11:20:04

很抱歉这个坏消息,但是 AWS 管理控制台需要 DescribeTableListTables 权限整个 DynamoDB 才能正常运行.

Sorry for the bad news, but the AWS Management Console requires both DescribeTable and ListTables permissions against the whole of DynamoDB in order to operate correctly.

但是,有一个小解决方法...您可以为控制台用户提供一个 URL,将他们直接带到表中,并且可以正常查看和添加项目等.

However, there is a small workaround... You can give Console users a URL that takes them directly to the table, and operates fine for viewing and adding items, etc.

只需从具有正确权限的用户那里复制 URL,例如:

Just copy the URL from a user that has correct permissions, eg:

https://REGION.console.aws.amazon.com/dynamodb/home?region=REGION#explore:name=TABLE-NAME