CCSP • Practice Questions 1 — 50 Questions
Free CCSP practice questions 1 — 50 questions with explanations. No signup required.
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"
}
}
}
]
}