Which of the following statements about this S3 bucket policy is true?

A.
Denies the server with the IP address 192.166 100.0 full access to the “mybucket” bucket
B.
Denies the server with the IP address 192.166 100.188 full access to the “mybucket bucket
C.
Grants all the servers within the 192 168 100 0/24 subnet full access to the “mybucket” bucket
D.
Grants all the servers within the 192 168 100 188/32 subnet full access to the “mybucket” bucket
The answer should is B.
C is incorrect because it allows all IP while the question doesn’t allow 192.168.100.188.
19
1
The Answer is C.
It is not B because the statement says “Denies the server IP 192.168.100.188 full access” the keyword there being “full access” seeming to indicate that it grants 192.168.100.188 some kind of access.
2
10
C does not “Grant all the servers within the 192 168 100 0/24 subnet full access” because that subnet includes 192.168.100.188 which is explicitly denied
B is correct
3
1
Crap question. It is B. Because the 188 is in the range.
1
0