CCSP • Quick Quiz
CCSP quick quiz — 10 questions in under 10 minutes. Instant answers and explanations. Perfect daily warm-up.
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"
}
}
}
]
}