CISA Protection of Information Assets • Set 4
CISA Protection of Information Assets Practice Test 4 — 15 questions with explanations. Free, no signup.
An organization has the S3 bucket policy shown. Which of the following is the MOST likely intent of this policy?
Refer to the exhibit.
```
{
"PolicyName": "DataRetentionPolicy",
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Action": "s3:DeleteObject",
"Resource": "arn:aws:s3:::corporate-data-archive/*",
"Condition": {
"Bool": {
"aws:SecureTransport": "false"
}
}
}
]
}
```