Question 419 of 1,024
Security and CompliancemediumMultiple ChoiceObjective-mapped

CLF-C02 Security and Compliance Practice Question

This CLF-C02 practice question tests your understanding of security and compliance. 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 company is preparing for a PCI DSS compliance audit. The security team needs to ensure that all AWS API calls are logged and that the logs are continuously analyzed for suspicious or unauthorized activity. The team wants a managed security service that uses machine learning to identify threats, generates findings for review, and can trigger automated remediation through AWS Lambda. Which AWS service should the team use?

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

Amazon GuardDuty

Amazon GuardDuty is a managed threat detection service that uses machine learning and integrated threat intelligence to continuously monitor AWS API calls (via CloudTrail), VPC Flow Logs, and DNS logs for suspicious activity. It generates actionable security findings and can trigger automated remediation through AWS Lambda, making it the correct choice for the described requirements.

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.

  • AWS CloudTrail

    Why it's wrong here

    AWS CloudTrail logs all API calls made to the AWS environment, which is necessary for audit trails, but it does not analyze logs for threats or use machine learning to detect suspicious activity. It is a logging service, not a threat detection service.

    When this WOULD be correct

    A question that asks for a service to record API activity for auditing, compliance, and governance, without requiring threat detection or automated response, would make CloudTrail the correct answer.

  • Amazon GuardDuty

    Why this is correct

    Amazon GuardDuty is a managed threat detection service that continuously monitors for malicious or unauthorized behavior using machine learning and integrated threat intelligence. It analyzes CloudTrail logs, VPC Flow Logs, and DNS logs, generates findings, and can trigger automated responses through AWS Lambda, meeting all the requirements.

    Related concept

    Read the scenario before looking for a memorised answer.

  • AWS Config

    Why it's wrong here

    AWS Config is a service that evaluates your resource configurations against desired policies and tracks changes over time. It does not analyze API call logs for suspicious activity and does not use machine learning for threat detection.

    When this WOULD be correct

    A company needs to continuously monitor and record changes to AWS resource configurations, ensuring compliance with internal policies and auditing standards. They want automated checks for configuration drift and the ability to trigger remediation via AWS Lambda when non-compliant changes occur.

  • Amazon Inspector

    Why it's wrong here

    Amazon Inspector is a vulnerability assessment service that scans EC2 instances and container images for software vulnerabilities and network exposure. It does not analyze AWS API calls or monitor for unauthorized activity in CloudTrail logs.

    When this WOULD be correct

    A company needs to automatically assess EC2 instances for common vulnerabilities and exposures (CVEs) and deviations from security best practices, with findings reported for remediation. Amazon Inspector would be the correct choice.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.

Amazon GuardDutyCorrect answer

Why this is correct

Amazon GuardDuty is a managed threat detection service that continuously monitors for malicious or unauthorized behavior using machine learning and integrated threat intelligence. It analyzes CloudTrail logs, VPC Flow Logs, and DNS logs, generates findings, and can trigger automated responses through AWS Lambda, meeting all the requirements.

AWS CloudTrailWrong answer — click to see why

Why this is wrong here

AWS CloudTrail logs API calls but does not provide continuous analysis with machine learning to identify threats or generate findings for automated remediation.

★ When this WOULD be the correct answer

A question that asks for a service to record API activity for auditing, compliance, and governance, without requiring threat detection or automated response, would make CloudTrail the correct answer.

Why candidates choose this

Candidates may confuse CloudTrail's logging capability with the threat detection and automated response features that GuardDuty provides, assuming that logging alone satisfies the security monitoring requirement.

AWS ConfigWrong answer — click to see why

Why this is wrong here

AWS Config is a service for evaluating resource configurations against desired policies, not for continuous threat detection or analyzing API call logs for suspicious activity. It does not use machine learning to identify threats or generate findings for security incidents.

★ When this WOULD be the correct answer

A company needs to continuously monitor and record changes to AWS resource configurations, ensuring compliance with internal policies and auditing standards. They want automated checks for configuration drift and the ability to trigger remediation via AWS Lambda when non-compliant changes occur.

Why candidates choose this

Candidates may confuse AWS Config's compliance monitoring and rule evaluation with security threat detection, especially since it can trigger Lambda for remediation, but it lacks the ML-based threat detection and API call log analysis required in this question.

Amazon InspectorWrong answer — click to see why

Why this is wrong here

Amazon Inspector is a vulnerability management service that scans for software vulnerabilities and unintended network exposure, not a threat detection service that analyzes API call logs for suspicious activity using machine learning.

★ When this WOULD be the correct answer

A company needs to automatically assess EC2 instances for common vulnerabilities and exposures (CVEs) and deviations from security best practices, with findings reported for remediation. Amazon Inspector would be the correct choice.

Why candidates choose this

Candidates may confuse Inspector's security assessment capabilities with threat detection, or assume it can analyze API logs because it is a security service, but it focuses on host-level vulnerabilities, not API call analysis.

Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse AWS CloudTrail's logging capability with GuardDuty's threat detection, overlooking that CloudTrail alone does not analyze logs or trigger automated responses.

Detailed technical explanation

How to think about this question

GuardDuty ingests CloudTrail management and data events, VPC Flow Logs (using the AWS VPC Flow Logs format), and DNS query logs, then applies anomaly detection models and threat intelligence feeds (including AWS Security Hub and third-party sources) to generate findings. The service can automatically trigger Lambda functions via Amazon EventBridge rules, enabling near-real-time remediation such as isolating compromised instances or revoking IAM credentials.

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 healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.

Quick reference

Cloud Service Model Comparison

ModelYou ManageProvider ManagesExamples
IaaSOS, runtime, apps, dataHardware, hypervisor, networkingEC2, Azure VMs, GCP Compute Engine
PaaSApps and dataOS, runtime, middleware, hardwareElastic Beanstalk, Azure App Service
SaaSData and settings onlyEverything elseMicrosoft 365, Salesforce, Workday
FaaS / ServerlessFunction code onlyInfra, scaling, runtimeLambda, Azure Functions, Cloud Run
CaaSContainers and appsKubernetes, OS, hardwareEKS, AKS, GKE

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 CLF-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 CLF-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 CLF-C02 question test?

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

What is the correct answer to this question?

The correct answer is: Amazon GuardDuty — Amazon GuardDuty is a managed threat detection service that uses machine learning and integrated threat intelligence to continuously monitor AWS API calls (via CloudTrail), VPC Flow Logs, and DNS logs for suspicious activity. It generates actionable security findings and can trigger automated remediation through AWS Lambda, making it the correct choice for the described requirements.

What should I do if I get this CLF-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

Keep practising

More CLF-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 CLF-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 CLF-C02 exam.