DOP-C02 - Security and Compliance - Section 6.6

Automate compliance auditing and evidence collection with AWS CloudTrail, AWS Config conformance packs and AWS Audit Manager.

Collect evidence of compliance posture automatically using AWS Audit Manager assessments that map AWS Config conformance pack results to audit frameworks. Rely on AWS CloudTrail organisation trails to produce a tamper-evident log of all API actions across accounts as audit-ready evidence.

AWS CloudTrailAWS Config conformance packsAWS Audit ManagerCompliance reporting

Practice question for this objective

Free sampleSecurity and Compliancemedium

A regulated company runs workloads across 40 member accounts in AWS Organizations and must continuously check that every account satisfies the same set of CIS benchmark controls. The compliance team wants one place to deploy the rule set, have it apply automatically to any new account that joins, and view a single aggregated compliance status. They want to avoid maintaining copies of the rules in each account. Which approach meets these requirements with the least ongoing administration?

  • AUse an AWS CloudFormation StackSet to deploy individual AWS Config managed rules into each member account and re-run the StackSet manually whenever the organisation onboards a new member account that needs the controls.
  • BEnable AWS Security Hub in one account and rely on its CIS standard there, asking each member-account team to review their own findings separately in their own Security Hub console whenever an audit is requested.
  • CDeploy an AWS Config conformance pack as an organisation conformance pack from the delegated administrator account so it applies to all current and future member accounts, then view results through the organisation aggregator. Correct
  • DWrite an AWS Lambda function that calls the AWS Config API in each account on a schedule, evaluates the CIS controls in custom code, and writes a combined compliance summary to a central Amazon S3 bucket for the team.
Use an organisation AWS Config conformance pack from the delegated administrator to deploy and aggregate a control set across all member accounts automatically. An organisation conformance pack is authored once and deployed by the AWS Config delegated administrator across the whole organisation, automatically including accounts that join later; combined with an organisation aggregator it surfaces a single compliance status, so there is one rule set to maintain rather than a copy per account.

Why A is wrong: A StackSet of per-account rules is tempting because it does push config to many accounts, but it requires re-running on each new account and leaves the rule set duplicated everywhere, which fails the auto-enrol and no-copies requirements.

Why B is wrong: Security Hub does run CIS checks, but enabling it in only one account leaves the other accounts unevaluated and forces per-account manual review, so it neither aggregates organisation-wide status nor auto-enrols new accounts.

Why C is correct: An organisation conformance pack deployed from the delegated administrator is provisioned once, automatically reaches every current and future member account, and its results roll up through an organisation aggregator, meeting the central-deploy and auto-enrol requirements with minimal administration.

Why D is wrong: A hand-built Lambda evaluator can technically read each account, but it duplicates logic AWS Config already provides, needs cross-account credentials and ongoing maintenance, and is far more operational overhead than an organisation conformance pack.

See more DOP-C02 practice questions, answers explained.

More in this domain

Back to all Security and Compliance objectives, or the DOP-C02 cert hub.

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