A Solutions Architect is designing a security governance framework for a healthcare technology provider. The provider has a multi-account environment managed through AWS Organizations, structured with separate OUs for Production, Testing, and Shared Services. The compliance team mandates that no IAM user or role within any member account—including administrative users—can create unencrypted Amazon EBS volumes or delete AWS KMS customer managed keys. Furthermore, the organization wants to manage human access centrally via an existing Microsoft Entra ID tenant without maintaining long-term security credentials in individual member accounts.
Which combination of actions should the Solutions Architect take to satisfy these governance and security requirements? (Select TWO.)
- Configure AWS IAM Identity Center to federate with Microsoft Entra ID as the external identity provider, and assign permission sets to manage user access across the member accounts.Answer
- Create a Service Control Policy (SCP) that denies kms:DeleteKey and ec2:CreateVolume actions if encryption is not enabled, and attach the policy to the organization's root or specific organizational units.Answer
- CApply a Service Control Policy (SCP) to the organization's management account to block kms:DeleteKey and ec2:CreateVolume actions, ensuring the management account's administrative users are subject to the same compliance constraints.
- DCreate individual IAM users with long-term credentials in each member account for every user in Microsoft Entra ID, and use IAM groups to map permissions.
- EConfigure AWS Directory Service for Microsoft Active Directory inside each member account to directly synchronize user identities from the external cloud identity provider, mapping them to local IAM users.