SAP-C02 - Design Solutions for Organizational Complexity - Section 1.2

Design centralised security auditing, event notification and encryption strategy using AWS CloudTrail, AWS Security Hub, AWS KMS and AWS Certificate Manager.

Design a centralised security posture using AWS CloudTrail for audit logging, AWS Security Hub for aggregating findings, AWS KMS for envelope encryption, and AWS Certificate Manager for certificate lifecycle management. Recognise which service each addresses and how findings flow from member accounts to a security audit account.

AWS CloudTrailAWS Security HubAWS KMSAWS Certificate Manager

Practice question for this objective

Free sampleDesign Solutions for Organizational Complexityhard

A media organisation with 90 accounts in AWS Organizations wants one account, rather than the management account, to operate its security tooling and view findings from every member account. The security team needs Amazon GuardDuty and AWS Security Hub findings aggregated organisation-wide, automatic enrolment of new accounts, and a design that keeps the management account out of day-to-day security operations to limit its blast radius. Which approach BEST achieves centralised security operations across the organisation?

  • AOperate GuardDuty and Security Hub from the management account directly, inviting each member account individually and re-running the invitation process by hand whenever a new account is created anywhere in the organisation.
  • BConfigure an AWS Config organisation aggregator in the security account and rely on its conformance pack compliance status to surface the threat findings the security team needs from every member account.
  • CDesignate the dedicated security account as the delegated administrator for GuardDuty and Security Hub in AWS Organizations, then enable automatic enablement so new member accounts are onboarded as they join. Correct
  • DReplicate each member account's GuardDuty and Security Hub findings into a central S3 bucket with EventBridge rules and have the security team query the consolidated objects with Amazon Athena.
Use organisation delegated administration with automatic enablement to centralise security findings in a dedicated account away from the management account. AWS Organizations lets a member account be the delegated administrator for services such as GuardDuty and Security Hub, so security operations run from a dedicated account rather than the high-privilege management account. With automatic enablement, every existing and newly joined member account is onboarded and its findings aggregate centrally, which manual invitations, a Config aggregator or custom S3 export pipelines cannot match for coverage and low overhead.

Why A is wrong: Running security tooling from the management account widens its blast radius, and manual per-account invitations do not auto-enrol new accounts, so coverage drifts as the organisation grows.

Why B is wrong: A Config aggregator centralises configuration and rule compliance, but it does not collect GuardDuty threat detections or Security Hub findings, so the security team would lack the threat data the requirement names.

Why C is correct: Delegated administration moves GuardDuty and Security Hub operations into the dedicated security account and away from the management account, and turning on automatic enablement onboards every current and future member account so findings aggregate organisation-wide.

Why D is wrong: Per-account EventBridge export to S3 can collect findings, but it is custom plumbing that each account must keep configured and gives no native aggregated console, duplicating capability the delegated administrator already provides.

See more SAP-C02 practice questions, answers explained.

More in this domain

Back to all Design Solutions for Organizational Complexity objectives, or the SAP-C02 cert hub.

Examworthy is not affiliated with or endorsed by Amazon Web Services. Original, blueprint-aligned practice material only.