0 votes
in AWS by

You are using Amazon Cognito identity pools to assign authenticated SAML users temporary access for downloading data fromAmazon S3 buckets.

For this, you have created multiple rules for each role that gets assigned to users.

Which of the following criteria is matched for evaluating these rules?

1 Answer

0 votes
by

Correct option is :- D. Rules are evaluated in sequential order & IAM role for first matching rule is used ,unless a ‘CustomRoleArn” is specified to override the order.

When multiple rules are assigned, rules are evaluated in a sequential order & the IAM role for the first matching rule is used unless a‘CustomRoleArn”attribute is added to modify this sequence.

Option B is incorrect as a standard attribute does not alter rule evaluation.

Option A & C are incorrect as for each rule there is no preference value.

Related questions

0 votes
asked Apr 27 in AWS by DavidAnderson
0 votes
asked Apr 23 in AWS by DavidAnderson
...