Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AWS Certified DevOps Engineer - Professional DOP-C02 topic 1 question 231 discussion

A company uses AWS Organizations to manage its AWS accounts. A DevOps engineer must ensure that all users who access the AWS Management Console are authenticated through the company’s corporate identity provider (IdP).

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

  • A. Use Amazon GuardDuty with a delegated administrator account Use GuardDuty to enforce denial of IAM user logins.
  • B. Use AWS IAM Identity Center to configure identity federation with SAML 2.0.
  • C. Create a permissions boundary in AWS IAM Identity Center to deny password logins for IAM users.
  • D. Create IAM groups in the Organizations management account to apply consistent permissions for all IAM users.
  • E. Create an SCP in Organizations to deny password creation for IAM users.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
limelight04
1 week, 5 days ago
Selected Answer: BC
Use AWS IAM Identity Center to configure identity federation with SAML 2.0: Configure SAML-based federation between your corporate IdP and AWS IAM. This allows users to authenticate via your corporate identity provider when accessing the AWS Management Console. Create a permissions boundary in AWS IAM Identity Center: Set up a permissions boundary to deny password logins for IAM users. This ensures that users must authenticate through the corporate IdP rather than using IAM user credentials.
upvoted 1 times
...
jamesf
1 month, 1 week ago
Selected Answer: BE
Option B: Configure identity federation with SAML 2.0 using AWS IAM Identity Center. Option E: Implement an SCP to deny password creation for IAM users, enforcing IdP authentication. Incorrect for C - Permissions Boundaries - Permissions boundaries in AWS IAM Identity Center define the maximum permissions an IAM entity can have but are not used to control login methods or deny password logins. - Permissions boundaries do not restrict authentication methods or enforce federation. - Permissions boundaries are not applicable for denying IAM user logins.
upvoted 1 times
...
tgv
1 month, 3 weeks ago
---> BE
upvoted 1 times
...
trungtd
1 month, 3 weeks ago
Selected Answer: BE
of course B. E enforce that users cannot log in directly with IAM credentials. Instead, they must use the SSO setup provided by AWS IAM Identity Center, ensuring compliance with the requirement to authenticate through the corporate IdP.
upvoted 2 times
...
KaranNishad
2 months, 1 week ago
Selected Answer: BE
BE is answer { "Version": "2012-10-17", "Statement": [ { "Effect": "Deny", "Action": [ "iam:CreateLoginProfile", "iam:UpdateLoginProfile" ], "Resource": "*" } ] }
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...