AWS - Identity and Access Management
Given the following IAM group policy attached to group
Admins:
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
}]
}
If user bob is added to the Admins group, what permissions does bob have on S3?