AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 219

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.)

Answer options

Correct answer: B, E

Explanation

The correct answer is B, as using AWS IAM Identity Center with SAML 2.0 enables identity federation, allowing users to authenticate via the corporate IdP. Option E is also correct because creating a Service Control Policy (SCP) to deny password creation for IAM users ensures that only federated logins are permitted. The other options do not directly address the requirement for authentication through the corporate IdP.