Database Reference
In-Depth Information
Note that before we apply this policy, you should add one more policy that will allow new
users to access the DynamoDB console using the following policy document so that you
won't be surprised to see a Not Authorized message on the DynamoDB console.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"cloudwatch:DescribeAlarms",
"cloudwatch:ListMetrics",
"dynamodb:DescribeTable",
"dynamodb:ListTables"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Also, don't forget to add the given user to the newly created group.
Search WWH ::




Custom Search