CISSP • Practice Test 17
Free CISSP practice test — 15 questions with explanations. Set 17. No signup required.
Refer to the exhibit. What is a potential security weakness in this policy?
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example-bucket/*",
"Condition": {
"IpAddress": {
"aws:SourceIp": "10.0.0.0/8"
}
}
}
]
}