An enterprise is designing a secure, multi-account governance strategy using AWS Organizations. The security team wants to delegate CloudTrail administration to a dedicated Security Tooling account. All member accounts must have their API activity logged to a centralized Amazon S3 bucket in the Security Tooling account, encrypted with an AWS KMS Customer Managed Key (CMK). The configuration must be enforced across the organization to prevent member accounts from modifying or bypassing the logging structure.
What is the correct sequence of steps to establish this centralized, secure organization trail using the principle of least privilege in the management account?
- 1From the Organizations management account, enable trusted access for AWS CloudTrail.
- 2From the Organizations management account, register the Security Tooling account as a delegated administrator for AWS CloudTrail.
- 3In the Security Tooling account, create the KMS CMK and the Amazon S3 bucket, configuring their policies to permit the CloudTrail service principal to write logs and encrypt data for the entire organization.
- 4From the Security Tooling account, create and configure the organization trail to log to the centralized S3 bucket and use the KMS CMK for encryption.
- 5From the Organizations management account, attach a Service Control Policy (SCP) to the organization root preventing member accounts from modifying CloudTrail settings or deleting the logging resources.
Cevap
The correct sequence starts by enabling trusted access for CloudTrail from the management account, followed by registering the Security Tooling account as the delegated administrator. Next, the KMS CMK and S3 bucket are created and configured with appropriate resource policies in the Security Tooling account. Then, the organization trail is created from the Security Tooling account. Finally, a Service Control Policy (SCP) is attached from the management account to the organization root to enforce the logging configuration and protect resources from tampering.
The correct sequence begins with enabling trusted access for AWS CloudTrail from the Organizations management account, followed by registering the Security Tooling account as the delegated administrator for CloudTrail. Next, the logging destination (Amazon S3 bucket) and encryption resources (KMS CMK) are created and configured with resource policies in the Security Tooling account to allow CloudTrail access. The organization trail is then created from the Security Tooling account. Finally, an SCP is attached to the organization root from the management account to enforce logging compliance across all member accounts.
Adım Adım Çözüm
Anahtar Kavram
Delegated administration of AWS CloudTrail and centralizing organization-level logging under AWS Organizations governance.