CCSP • Practice Test 36
Free CCSP practice test — 15 questions with explanations. Set 36. No signup required.
Refer to the exhibit. A security analyst finds this IAM policy attached to an S3 bucket. What is the primary security issue?
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*",
"Principal": "*"
}
]
}