SCS-C02 Security Logging and Monitoring • Set 10
SCS-C02 Security Logging and Monitoring Practice Test 10 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An IAM policy is attached to an IAM user. The user reports that they can upload objects to the S3 bucket but cannot list the contents of the bucket. Which statement explains this behavior?
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:PutObject", "s3:GetObject"],
"Resource": "arn:aws:s3:::example-bucket/*"
}
]
}