FC0-U61 • Practice Test 18
Free FC0-U61 practice test — 15 questions with explanations. Set 18. No signup required.
Based on the exhibit, what actions are permitted by this policy?
Refer to the exhibit.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*"
},
{
"Effect": "Deny",
"Action": "s3:DeleteObject",
"Resource": "arn:aws:s3:::example-bucket/*"
}
]
}