AWS - Identity and Access Management
Given this IAM policy statement snippet:
What permission does this statement grant?
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::example-bucket"
}What permission does this statement grant?
