CCSP • Practice Test 4 — 25 Questions
Free CCSP practice test 4 — 25 questions with explanations. No signup required.
Refer to the exhibit. A security engineer has attached the above IAM policy to a user. What is the effect of this policy?
Refer to the exhibit.
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::my-bucket/*",
"Condition": {
"StringEquals": {
"s3:x-amz-server-side-encryption": "AES256"
}
}
}
]
}
```