IAM’s Policy Evaluation Logic always starts with a default ____________ for every request, except for those
that use the AWS account’s root security credentials b
A.
Permit
B.
Deny
C.
Cancel
Explanation:
IAM’s Policy Evaluation Logic always starts with a default ____________ for every request, except for those
that use the AWS account’s root security credentials b
IAM’s Policy Evaluation Logic always starts with a default ____________ for every request, except for those
that use the AWS account’s root security credentials b
A.
Permit
B.
Deny
C.
Cancel
Explanation:
B. See here
http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html
By default, all requests are denied. (In general, requests made using the account credentials for resources in the account are always allowed.)
An explicit allow overrides this default.
An explicit deny overrides any allows.
Answer B
B
The evaluation logic follows these rules:
By default, all requests are denied. (In general, requests made using the account credentials for resources in the account are always allowed.)
An explicit allow overrides this default.
An explicit deny overrides any allows.
http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html
B.
Deny
I agree with the answer. B
B. Deny
IAM denies every thing by default.