ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 25 - DOP-C02 discussion

Report
Export

An ecommerce company has chosen AWS to host its new platform. The company's DevOps team has started building an AWS Control Tower landing zone. The DevOps team has set the identity store within AWS IAM Identity Center (AWS Single Sign-On) to external identity provider (IdP) and has configured SAML 2.0.

The DevOps team wants a robust permission model that applies the principle of least privilege. The model must allow the team to build and manage only the team's own resources.

Which combination of steps will meet these requirements? (Choose three.)

A.
Create IAM policies that include the required permissions. Include the aws:PrincipalTag condition key.
Answers
A.
Create IAM policies that include the required permissions. Include the aws:PrincipalTag condition key.
B.
Create permission sets. Attach an inline policy that includes the required permissions and uses the aws:PrincipalTag condition key to scope the permissions.
Answers
B.
Create permission sets. Attach an inline policy that includes the required permissions and uses the aws:PrincipalTag condition key to scope the permissions.
C.
Create a group in the IdP. Place users in the group. Assign the group to accounts and the permission sets in IAM Identity Center.
Answers
C.
Create a group in the IdP. Place users in the group. Assign the group to accounts and the permission sets in IAM Identity Center.
D.
Create a group in the IdP. Place users in the group. Assign the group to OUs and IAM policies.
Answers
D.
Create a group in the IdP. Place users in the group. Assign the group to OUs and IAM policies.
E.
Enable attributes for access control in IAM Identity Center. Apply tags to users. Map the tags as key-value pairs.
Answers
E.
Enable attributes for access control in IAM Identity Center. Apply tags to users. Map the tags as key-value pairs.
F.
Enable attributes for access control in IAM Identity Center. Map attributes from the IdP as key-value pairs.
Answers
F.
Enable attributes for access control in IAM Identity Center. Map attributes from the IdP as key-value pairs.
Suggested answer: B, C, F

Explanation:

Using the principalTag in the Permission Set inline policy a logged in user belonging to a specific AD group in the IDP can be permitted access to perform operations on certain resources if their group matches the group used in the PrincipleTag. Basically you are narrowing the scope of privileges assigned via Permission policies conditionally based on whether the logged in user belongs to a specific AD Group in IDP. The mapping of the AD group to the request attributes can be done using SSO attributes where we can pass other attributes like the SAML token as well.

https://docs.aws.amazon.com/singlesignon/latest/userguide/abac.html

asked 16/09/2024
Radoslaw Gajewski
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first