AWS - Identity and Access Management
Given this IAM policy snippet attached to a user:
What will the user be able to do?
{"Effect": "Allow", "Action": ["s3:ListBucket"], "Resource": ["arn:aws:s3:::my-bucket"]}What will the user be able to do?
