CS0-003 • Practice Test 31
Free CS0-003 practice test — 15 questions with explanations. Set 31. No signup required.
A security analyst reviews the above bucket policy. Which of the following BEST describes the risk associated with this policy?
Refer to the exhibit.
Exhibit:
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*"
}
]
}
```