Which of the following is the Amazon Resource Name (ARN) condition operator that can be used within an Identity and Access Management (IAM) policy to check the case-insensitive matching of the ARN?
Suggested Answer:D🗳️
Amazon Resource Name (ARN) condition operators let you construct Condition elements that restrict access based on comparing a key to an ARN. ArnLike, for instance, is a case-insensitive matching of the ARN. Each of the six colon-delimited components of the ARN is checked separately and each can include a multi- character match wildcard (*) or a single-character match wildcard (?). Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/AccessPolicyLanguage_ElementDescriptions.html
This question seem a bit out-dated.
Here says ArnLike is case-sensitive:
https://docs.aws.amazon.com/en_pv/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_ARN
While the Java SDK docs still reference it as "loose case-insensitive":
https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/policy/conditions/ArnCondition.ArnComparisonType.html#ArnLike
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html
ArnEquals, ArnLike
Case-sensitive matching of the ARN. Each of the six colon-delimited components of the ARN is checked separately and each can include a multi-character match wildcard (*) or a single-character match wildcard (?). These behave identically.
ArnNotEquals, ArnNotLike
Negated matching for ARN. These behave identically.
Answer is D.
Amazon Resource Name (ARN) condition operators let you construct Condition elements that restrict access based on comparing a key to an ARN. ArnLike, for instance, is a case-insensitive matching of the ARN. Each of the six colondelimited components of the ARN is checked separately and each can include a multicharacter match wildcard (*) or a single-character match wildcard (?). http://docs.aws.amazon.com/IAM/latest/UserGuide/AccessPolicyLanguage_ElementDescriptions.html
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
tan9
Highly Voted 3 years, 7 months ago01037
3 years, 6 months agoamministrazione
Most Recent 8 months, 3 weeks agoJJu
3 years, 6 months agomiracle
3 years, 7 months ago