easymultiple choiceObjective-mapped

A security team needs an audit trail to investigate suspicious API activity across multiple AWS accounts. Which AWS approach best provides centralized visibility into who did what, when, for service API calls?

Question 1easymultiple choice
Full question →

A security team needs an audit trail to investigate suspicious API activity across multiple AWS accounts. Which AWS approach best provides centralized visibility into who did what, when, for service API calls?

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

Create an AWS CloudTrail organization trail that delivers logs to a centralized, access-controlled S3 bucket.

An AWS Organizations organization trail centralizes management and API activity logs across accounts. CloudTrail provides detailed event records including the requesting principal, source information, event time, and the specific API action, which supports forensic investigation.

B

Distractor review

Enable AWS Config only for EC2 security groups and rely on it for API call auditing.

AWS Config captures configuration changes and evaluations (for example, resource state and rule compliance). It is not a complete substitute for API-level auditing across all services and accounts.

C

Distractor review

Turn on S3 server access logging for every bucket and assume it covers all AWS services.

S3 server access logging records requests made to S3 buckets. It does not provide audit logs for IAM, KMS, Secrets Manager, or other service API calls.

D

Distractor review

Use only Amazon CloudWatch alarms with no logging destination to reduce storage costs.

CloudWatch alarms are for monitoring and alerting on metrics. Without a retained log destination such as CloudTrail, they do not provide the detailed “who/what/when” event records needed for investigation.

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: Create an AWS CloudTrail organization trail that delivers logs to a centralized, access-controlled S3 bucket. — AWS CloudTrail records API and management events, capturing information such as the requesting identity (user/role), source, event time, event name, and related parameters. Using an AWS Organizations organization trail provides coverage across multiple accounts from a centralized location, which is ideal for detective and forensic investigations. Delivering logs to a hardened, access-controlled S3 bucket supports retention and later analysis. AWS Config and CloudWatch alarms can complement monitoring, but they do not provide the same API-level audit event granularity across accounts. AWS Config focuses on configuration history and compliance evaluations, not complete API activity auditing for all services. S3 access logs only cover S3 requests and cannot answer questions about other AWS service API usage. CloudWatch alarms can notify you of issues, but without retained detailed event logs, they do not provide enough information for root-cause analysis and “who did what” investigation.

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.