CCSP • Practice Test 13
Free CCSP practice test — 15 questions with explanations. Set 13. No signup required.
Refer to the exhibit. A security engineer reviews this CloudTrail log entry. The company has a policy that all deletion operations must be approved by the compliance team. What is the most likely compliance issue?
{
"eventSource": "s3.amazonaws.com",
"eventName": "DeleteObject",
"requestParameters": {
"bucketName": "prod-customer-data",
"key": "records/2023/01/taxinfo.csv"
},
"userIdentity": {
"arn": "arn:aws:iam::123456789012:user/john.doe",
"accountId": "123456789012"
},
"sourceIPAddress": "10.0.0.5",
"responseElements": {
"x-amz-id-2": "example"
}
}