An enterprise is migrating its multi-tier workloads to AWS and has established an organization in AWS Organizations. The enterprise has created separate OUs for development, testing, and production workloads. The security team mandates that employees must use their existing corporate IdP to access AWS resources. Additionally, the team requires that no administrator in any member account can disable or modify Amazon GuardDuty or AWS CloudTrail in their respective accounts. Which combination of actions should a solutions architect recommend to meet these requirements with the least operational overhead?
- Configure AWS IAM Identity Center to federate with the corporate IdP. Create an SCP at the organization root that denies permissions to delete or modify GuardDuty and CloudTrail resources, which automatically applies to all member accounts.Cevap
- BCreate individual IAM users in each member account for all employees and configure SAML 2.0 federation for each user. Apply local IAM policies in each account to deny permissions to modify GuardDuty and CloudTrail.
- CRequire administrators to use the root user credentials of the organization's management account to centrally manage all member accounts. Store the root access keys in a central repository to run daily automated verification scripts.
- DConfigure AWS IAM Identity Center for user federation. Store the sensitive API keys and configurations of GuardDuty and CloudTrail as plaintext parameters in AWS Systems Manager Parameter Store using standard String parameters to simplify cross-account validation.
Cevap
Configure AWS IAM Identity Center to federate with the corporate IdP, and apply an SCP at the organization root to deny permissions to delete or modify GuardDuty and CloudTrail resources.
The correct option addresses the requirements by configuring AWS IAM Identity Center to federate with the corporate IdP, which provides single sign-on access across all member accounts without the overhead of individual IAM users. It then applies an SCP at the organization root, which prevents administrators in member accounts from deleting or modifying GuardDuty and CloudTrail configurations, ensuring governance compliance.
Adım Adım Çözüm
Anahtar Kavram
Centralized multi-account governance using AWS Organizations Service Control Policies (SCPs) combined with AWS IAM Identity Center for federated identity management.