A logistics company is setting up a multi-account structure on AWS using AWS Organizations. The company wants to implement a centralized identity management solution to allow employees to access multiple AWS accounts using their existing corporate Active Directory credentials. Additionally, the security team needs to ensure that no member accounts can disable AWS CloudTrail.
Which two actions should a solutions architect take to meet these requirements? (Select two.)
- Configure AWS IAM Identity Center to federate with the corporate Active Directory to manage user access across all AWS accounts.Answer
- Create a Service Control Policy (SCP) that denies permissions to disable or delete CloudTrail, and attach it to the organizational units containing the member accounts.Answer
- CCreate individual IAM users with long-term credentials in each member account mapping to each corporate Active Directory user.
- DWrite a restrictive IAM policy that denies the disabling of CloudTrail and attach it directly to the root user of each member account.
- ECreate IAM roles with administrative privileges in the management account and share the root credentials of the management account with Active Directory administrators.
Answer
Configure AWS IAM Identity Center to federate with the corporate Active Directory, and create a Service Control Policy (SCP) that denies permissions to disable or delete CloudTrail attached to the organizational units containing the member accounts.
Centralizing identity federation using AWS IAM Identity Center allows users to authenticate once using their Active Directory credentials and access their assigned roles across AWS accounts securely. Utilizing Service Control Policies (SCPs) at the Organizational Unit (OU) level provides a governance guardrail that prevents any entity, including administrators and the root user in member accounts, from stopping or deleting CloudTrail logging.
Step-by-Step Solution
Key Concept
AWS multi-account governance using AWS Organizations, Service Control Policies, and centralized federation with AWS IAM Identity Center.