CCSP • Exam Simulation
CCSP exam simulation — 100 questions, 120 minutes. Mirrors real exam conditions with full explanations. Free.
Refer to the exhibit. An administrator is reviewing an AWS S3 bucket policy. Based on the policy, which of the following is true?
Refer to the exhibit.
exhibit:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*",
"Condition": {
"StringEquals": {
"aws:SourceIp": "192.0.2.0/24"
}
}
}
]
}