SSCP Access Controls • Set 3
SSCP Access Controls Practice Test 3 — 15 questions with explanations. Free, no signup.
Based on the exhibit, if the user attempts to upload (put) a file to the S3 bucket corporate-data, what is the result?
Refer to the exhibit. The following IAM policy is attached to a user:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::corporate-data/*"
},
{
"Effect": "Deny",
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::corporate-data/*"
}
]
}