CC

Full exam simulation

2:00:00
1

Security Principles

medium

Refer to the exhibit. Which security principle is this policy primarily enforcing?

Exhibit

{
   "Version": "2012-10-17",
   "Statement": [
      {
         "Effect": "Allow",
         "Action": "s3:GetObject",
         "Resource": "arn:aws:s3:::example-bucket/*",
         "Condition": {
            "IpAddress": {
               "aws:SourceIp": "192.168.1.0/24"
            }
         }
      }
   ]
}
0 of 90 answered