A financial analytics firm uses AWS Organizations to manage 100 member accounts grouped under a single Production Organizational Unit (OU). The firm wants to implement single sign-on (SSO) using its on-premises SAML 2.0-compliant Identity Provider (IdP). The Solutions Architect must establish federation to grant a group of data analysts read-only access to specific Amazon S3 buckets located across the member accounts. A Service Control Policy (SCP) is applied at the Production OU level to prevent any modification of S3 buckets and objects. Federated users must assume an IAM role in each member account to perform their duties. Which of the following configuration steps must the Solutions Architect perform to successfully establish the federation and ensure the analysts have the necessary access? (Select TWO.)
- In each member account, configure the trust policy of the IAM role with the local SAML provider as the Principal, and set the Action to sts:AssumeRoleWithSAML with a Condition checking the SAML:aud attribute.Cevap
- In each member account, attach an IAM permission policy to the federated IAM role that explicitly allows the required S3 read actions, ensuring the policy does not exceed the boundaries set by the OU-level SCP.Cevap
- CIn each member account, configure the trust policy of the IAM role with the external Identity Provider as the Principal, and set the Action to sts:AssumeRole to allow federation tokens to be exchanged.
- DRely on the SCP attached at the Organizational Unit (OU) level to grant the S3 read-only permissions to the federated users, without attaching an IAM permission policy to the role in the member accounts.
- EConfigure the external Identity Provider as an OpenID Connect (OIDC) provider in the management account, and set the Action in the member account trust policies to sts:AssumeRoleWithWebIdentity.