AWS Certified Solutions Architect – Professional — Question 113

If a single condition within an IAM policy includes multiple values for one key, it will be evaluated using a logical______.

Answer options

Correct answer: A

Explanation

The correct answer is A, OR, because when multiple values are specified for a key in an IAM policy condition, the evaluation checks if any of those values match. The other options, NAND, NOR, and AND, do not accurately represent how multiple values for a single key are logically processed in this context.