Question 450 of 1,738
Management and Security GovernanceeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is AWS CloudTrail, because it records every API call made in your AWS account, including all IAM policy changes such as CreatePolicy, PutRolePolicy, and AttachUserPolicy. CloudTrail captures these events as log entries that detail who made the change, the exact timestamp, and the source IP address, creating a complete audit trail for security teams. On the AWS Certified Security Specialty SCS-C02 exam, this concept tests your understanding of how to meet compliance and auditing requirements—a common trap is confusing CloudTrail with AWS Config, which tracks resource configuration changes rather than API-level actions. Remember that CloudTrail is the service for “who did what and when” via API calls, while Config answers “what changed in my resource settings.” A quick memory tip: think of CloudTrail as the “API call recorder” for IAM policy audit trails.

SCS-C02 Management and Security Governance Practice Question

This SCS-C02 practice question tests your understanding of management and security governance. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A security team needs to audit all changes to IAM policies in their AWS account. Which AWS service should they use to record policy changes?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

AWS CloudTrail

AWS CloudTrail is the correct service because it records all API calls made in the AWS account, including IAM policy changes (e.g., CreatePolicy, PutRolePolicy, AttachUserPolicy). These events are captured as CloudTrail log entries, providing a complete audit trail of who made the change, when, and from which source IP. This directly meets the requirement to audit all changes to IAM policies.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Amazon Inspector

    Why it's wrong here

    Inspector assesses application security.

  • AWS CloudTrail

    Why this is correct

    CloudTrail logs all API calls, including IAM policy changes.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon GuardDuty

    Why it's wrong here

    GuardDuty is a threat detection service.

  • AWS Config

    Why it's wrong here

    Config records configuration changes but is not the primary audit trail.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse AWS Config (which tracks resource configuration state) with CloudTrail (which tracks API call history), leading them to choose AWS Config because it can detect drift, but it does not provide the detailed audit trail of who made the change and when.

Detailed technical explanation

How to think about this question

CloudTrail records IAM policy changes as management events, which are enabled by default and delivered to an S3 bucket or CloudWatch Logs. Each event includes the user identity (IAM user, role, or federated principal), the request parameters, and the response elements, enabling forensic analysis. A subtle behavior is that CloudTrail does not record read-only IAM operations (e.g., GetPolicy) unless you enable data events, but all write operations like PutRolePolicy are always captured.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SCS-C02 practice-question pages

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

Practice this exam

Start a free SCS-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SCS-C02 question test?

Management and Security Governance — This question tests Management and Security Governance — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: AWS CloudTrail — AWS CloudTrail is the correct service because it records all API calls made in the AWS account, including IAM policy changes (e.g., CreatePolicy, PutRolePolicy, AttachUserPolicy). These events are captured as CloudTrail log entries, providing a complete audit trail of who made the change, when, and from which source IP. This directly meets the requirement to audit all changes to IAM policies.

What should I do if I get this SCS-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

4 more ways this is tested on SCS-C02

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company needs to audit all changes to IAM policies in their AWS account for compliance. Which AWS service should be enabled to record the API calls that modify IAM policies?

easy
  • A.Amazon CloudWatch Logs
  • B.AWS Config
  • C.AWS CloudTrail
  • D.VPC Flow Logs

Why C: Option C is correct because AWS CloudTrail records API calls, including IAM policy changes. Option A is incorrect because AWS Config records resource configurations but not API call history. Option B is incorrect because VPC Flow Logs capture network traffic. Option D is incorrect because CloudWatch Logs stores logs but does not capture API calls directly.

Variation 2. A company needs to audit all changes to IAM policies in its AWS account. Which AWS service should be used to record the change history of IAM policies?

medium
  • A.Amazon CloudWatch Logs
  • B.Amazon GuardDuty
  • C.AWS CloudTrail
  • D.AWS Config

Why C: Option A is correct because AWS CloudTrail records API calls, including IAM policy changes (CreatePolicy, PutPolicy, etc.). Option B is wrong because AWS Config records resource configurations but not the full history of each change. Option C is wrong because Amazon GuardDuty does not log changes. Option D is wrong because AWS CloudWatch Logs stores logs but does not automatically capture IAM changes.

Variation 3. A company needs to audit all changes to IAM policies in their AWS account. Which AWS service should they use to record these changes?

easy
  • A.Amazon S3
  • B.Amazon CloudWatch Logs
  • C.AWS Config
  • D.AWS CloudTrail

Why D: AWS CloudTrail records API calls, including IAM policy changes. Option B is correct because CloudTrail logs all IAM policy modifications. Option A is wrong because AWS Config records resource state changes but not API calls. Option C is wrong because CloudWatch Logs stores logs but does not record API calls. Option D is wrong because S3 is a storage service.

Variation 4. A security team wants to audit all changes to IAM policies in the AWS account. Which AWS service should be used to track these changes?

easy
  • A.AWS Config
  • B.AWS Trusted Advisor
  • C.AWS CloudTrail
  • D.AWS CloudWatch Logs

Why C: AWS CloudTrail records all API calls, including IAM policy changes. Config records resource configuration changes but CloudTrail provides detailed event history.

Keep practising

More SCS-C02 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SCS-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SCS-C02 exam.