mediummultiple choiceObjective-mapped

A SOC analyst needs an immutable, centralized audit record of configuration and API changes across multiple AWS accounts. Recently, an operator changed an IAM role trust policy, and investigators must determine exactly which principal made the change and which parameters were used.

Your current setup sends application logs to CloudWatch Logs, but there is no organization-level API audit logging.

Which approach best satisfies the requirement?

Question 1mediummultiple choice
Full question →

A SOC analyst needs an immutable, centralized audit record of configuration and API changes across multiple AWS accounts. Recently, an operator changed an IAM role trust policy, and investigators must determine exactly which principal made the change and which parameters were used.

Your current setup sends application logs to CloudWatch Logs, but there is no organization-level API audit logging.

Which approach best satisfies the requirement?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Enable an AWS Organizations CloudTrail organization trail that delivers management event logs (including IAM) to a centralized S3 bucket in a dedicated audit account, for all regions.

CloudTrail management events provide authoritative audit logs for API actions like IAM policy changes and can be centralized via an organization trail.

B

Distractor review

Use CloudWatch Logs metric filters on application logs to infer which principals changed trust policies.

CloudWatch metric filters cannot capture AWS management API calls for IAM changes unless explicitly logged by the application.

C

Distractor review

Rely on GuardDuty alerts to provide the full request parameters for every IAM policy change.

GuardDuty focuses on threat detection and does not provide comprehensive, authoritative audit trails for every IAM change.

D

Distractor review

Enable AWS Config only and store periodic snapshots without CloudTrail management events.

AWS Config records configuration state changes, but CloudTrail is the primary service for detailed API action audit logging.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Enable an AWS Organizations CloudTrail organization trail that delivers management event logs (including IAM) to a centralized S3 bucket in a dedicated audit account, for all regions. — CloudTrail is the service built for auditability of AWS API activity. When an operator changes an IAM role trust policy, that action is a management event that CloudTrail records with the actor identity, timestamps, resources, and request details. An Organizations organization trail further centralizes logs across accounts and regions into a dedicated S3 location, improving investigation workflows and supporting tamper-evident storage patterns. CloudWatch application logs, GuardDuty detections, or AWS Config snapshots alone typically don’t provide complete request-level audit details. Why others are wrong: Option B won’t work because application logs generally do not include AWS management API request details for IAM changes. Option C is incorrect because GuardDuty is not an audit trail; it produces detection findings, not complete request parameters for every change. Option D is partially related but incomplete: AWS Config tracks configuration changes, while CloudTrail is required for authoritative API-level audit records and forensic timelines.

What should I do if I get this SAA-C03 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.