- A
AWS Config
Why wrong: AWS Config is a service that evaluates and records configuration changes of AWS resources, but it does not provide access to AWS compliance reports or certifications.
- B
AWS Artifact
AWS Artifact is the correct service. It is a self-service portal that provides on-demand access to AWS compliance reports, such as SOC reports and ISO certifications, without requiring manual requests or infrastructure management.
- C
AWS Audit Manager
Why wrong: AWS Audit Manager helps customers assess their own compliance with internal policies and regulations by auditing AWS usage, but it does not host AWS compliance reports for download.
- D
AWS Trusted Advisor
Why wrong: AWS Trusted Advisor provides best practice recommendations across cost optimization, performance, security, and fault tolerance, but it does not provide compliance reports or certifications.
Download AWS SOC Reports — AWS Artifact Self-Service Portal
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's internal audit team needs to download the latest AWS SOC 2 Type II report and ISO 27001 certificate to include in their compliance documentation for an upcoming external audit. The team requires a centralized, self-service portal where they can access these reports and any other relevant AWS compliance artifacts. They do not want to contact AWS Support or manage any infrastructure to obtain these documents. Which AWS service should the audit 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
AWS Artifact
AWS Artifact is the correct service because it provides a centralized, self-service portal for on-demand access to AWS compliance reports, such as SOC 2 Type II and ISO 27001 certificates, without requiring any infrastructure management or contacting AWS Support. The audit team can simply log in, browse the available artifacts, and download the latest versions directly, meeting their requirement for a no-touch, self-service solution.
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 Config
Why it's wrong here
AWS Config is a service that evaluates and records configuration changes of AWS resources, but it does not provide access to AWS compliance reports or certifications.
When this WOULD be correct
A company needs to continuously monitor and record changes to AWS resource configurations, and automatically evaluate them against desired policies (e.g., ensuring S3 buckets are not publicly accessible). AWS Config would be the correct service for this scenario.
- ✓
AWS Artifact
Why this is correct
AWS Artifact is the correct service. It is a self-service portal that provides on-demand access to AWS compliance reports, such as SOC reports and ISO certifications, without requiring manual requests or infrastructure management.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
AWS Audit Manager
Why it's wrong here
AWS Audit Manager helps customers assess their own compliance with internal policies and regulations by auditing AWS usage, but it does not host AWS compliance reports for download.
When this WOULD be correct
A company needs to automate evidence collection for internal audits and continuously monitor compliance against frameworks like SOC 2 or ISO 27001. They want to schedule assessments and generate audit reports without manual effort.
- ✗
AWS Trusted Advisor
Why it's wrong here
AWS Trusted Advisor provides best practice recommendations across cost optimization, performance, security, and fault tolerance, but it does not provide compliance reports or certifications.
When this WOULD be correct
A company wants to check their AWS account against AWS best practices for security and receive actionable recommendations to improve their security posture, such as enabling MFA or closing security groups that are too permissive.
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.
✓AWS ArtifactCorrect answer▾
Why this is correct
AWS Artifact is the correct service. It is a self-service portal that provides on-demand access to AWS compliance reports, such as SOC reports and ISO certifications, without requiring manual requests or infrastructure management.
✗AWS ConfigWrong answer — click to see why▾
Why this is wrong here
AWS Config is used for evaluating and auditing resource configurations, not for downloading compliance reports like SOC 2 or ISO 27001. It does not provide a centralized portal for accessing AWS compliance artifacts.
★ When this WOULD be the correct answer
A company needs to continuously monitor and record changes to AWS resource configurations, and automatically evaluate them against desired policies (e.g., ensuring S3 buckets are not publicly accessible). AWS Config would be the correct service for this scenario.
Why candidates choose this
Candidates may confuse 'audit' in the question with AWS Config's auditing capabilities, not realizing that AWS Artifact is the specific service for downloading compliance reports.
✗AWS Audit ManagerWrong answer — click to see why▾
Why this is wrong here
AWS Audit Manager helps continuously audit AWS usage to assess risk and compliance, but it does not provide a self-service portal to download AWS compliance reports like SOC 2 or ISO 27001. Those reports are obtained via AWS Artifact.
★ When this WOULD be the correct answer
A company needs to automate evidence collection for internal audits and continuously monitor compliance against frameworks like SOC 2 or ISO 27001. They want to schedule assessments and generate audit reports without manual effort.
Why candidates choose this
The name 'Audit Manager' suggests it manages audit-related documents, leading candidates to assume it provides compliance reports, but it focuses on automating audit evidence collection, not distributing AWS's own compliance artifacts.
✗AWS Trusted AdvisorWrong answer — click to see why▾
Why this is wrong here
AWS Trusted Advisor provides recommendations for cost optimization, performance, security, and fault tolerance, but it does not provide access to compliance reports like SOC 2 or ISO 27001 certificates.
★ When this WOULD be the correct answer
A company wants to check their AWS account against AWS best practices for security and receive actionable recommendations to improve their security posture, such as enabling MFA or closing security groups that are too permissive.
Why candidates choose this
Candidates may confuse Trusted Advisor's security checks with compliance documentation, assuming it provides reports needed for audits.
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 may confuse AWS Audit Manager's role in audit evidence collection with the ability to download pre-existing AWS compliance reports, but AWS Artifact is the only service designed specifically for self-service access to those artifacts.
Detailed technical explanation
How to think about this question
AWS Artifact operates as a self-service portal that aggregates compliance reports and agreements under a unified console, using AWS Identity and Access Management (IAM) policies to control access. Under the hood, it retrieves the latest versions of reports directly from AWS's compliance repositories, ensuring documents are always current and signed by AWS's auditors. In a real-world scenario, an audit team can use AWS Artifact to download the SOC 2 report within minutes, while also managing online agreements like the Business Associate Addendum (BAA) for HIPAA compliance, all without any manual intervention from AWS Support.
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.
- →
Security and Compliance — study guide chapter
Learn the concepts, then practise the questions
- →
Security and Compliance practice questions
Targeted practice on this topic area only
- →
All CLF-C02 questions
1,024 questions across all exam domains
- →
AWS Certified Cloud Practitioner CLF-C02 study guide
Full concept coverage aligned to exam objectives
- →
CLF-C02 practice test guide
How to use practice tests most effectively before exam day
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.
Cloud Concepts practice questions
Practise CLF-C02 questions linked to Cloud Concepts.
Security and Compliance practice questions
Practise CLF-C02 questions linked to Security and Compliance.
Cloud Technology and Services practice questions
Practise CLF-C02 questions linked to Cloud Technology and Services.
Billing, Pricing, and Support practice questions
Practise CLF-C02 questions linked to Billing, Pricing, and Support.
AWS shared responsibility model practice questions
Practise CLF-C02 questions linked to AWS shared responsibility model.
AWS IAM practice questions
Practise CLF-C02 questions linked to AWS IAM.
AWS pricing practice questions
Practise CLF-C02 questions linked to AWS pricing.
AWS support plans practice questions
Practise CLF-C02 questions linked to AWS support plans.
AWS S3 practice questions
Practise CLF-C02 questions linked to AWS S3.
AWS EC2 practice questions
Practise CLF-C02 questions linked to AWS EC2.
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: AWS Artifact — AWS Artifact is the correct service because it provides a centralized, self-service portal for on-demand access to AWS compliance reports, such as SOC 2 Type II and ISO 27001 certificates, without requiring any infrastructure management or contacting AWS Support. The audit team can simply log in, browse the available artifacts, and download the latest versions directly, meeting their requirement for a no-touch, self-service solution.
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 →
Same concept, more angles
5 more ways this is tested on CLF-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 is preparing for a SOC 2 Type II audit and needs to provide its auditor with evidence of AWS's operational security controls. The security team has been asked to download the latest SOC 2 Type II report published by AWS. The team must access the report through a self-service portal without needing to contact AWS Support. Which AWS service should the security team use to meet this requirement?
medium- ✓ A.AWS Artifact
- B.AWS Audit Manager
- C.AWS Config
- D.AWS Trusted Advisor
Why A: AWS Artifact is the correct service because it provides a self-service portal for downloading AWS compliance reports, including SOC 2 Type II reports, without needing to contact AWS Support. It offers on-demand access to AWS’s security and compliance documents, directly meeting the requirement for auditor evidence.
Variation 2. A company is preparing for a third-party security audit. The auditors require the company to provide up-to-date AWS compliance reports, such as the SOC 2 report and the ISO 27001 certificate, as part of the evidence. The company needs to access these documents from a centralized, self-service portal within their AWS account. They also need to accept the terms and conditions for the reports. Which AWS service should the company use to meet these requirements?
medium- A.AWS Config
- ✓ B.AWS Artifact
- C.AWS Security Hub
- D.AWS CloudTrail
Why B: AWS Artifact is the correct service because it provides a centralized, self-service portal for accessing AWS compliance reports, such as SOC 2 and ISO 27001 certificates, directly within the AWS Management Console. It also allows users to accept the terms and conditions for these reports, fulfilling the audit requirements without needing to contact AWS support.
Variation 3. A company's compliance team is preparing documentation for a third-party audit. The auditor requires a copy of the AWS SOC 3 report, which provides an overview of AWS's security controls and is intended for public distribution. The team needs to securely download the most recent version of this report directly from AWS. Which AWS service should the team use?
easy- ✓ A.AWS Artifact
- B.AWS Trusted Advisor
- C.AWS Config
- D.AWS CloudTrail
Why A: AWS Artifact is the correct service because it provides on-demand access to AWS compliance reports, including SOC reports, PCI reports, and ISO certifications. The SOC 3 report is specifically designed for public distribution, and AWS Artifact allows users to securely download the most recent version directly from AWS without needing to contact support or navigate third-party sites.
Variation 4. A company's external auditor requires the company to provide evidence that the AWS infrastructure used by the company meets SOC 2 and ISO 27001 standards. The company needs to download the latest AWS SOC 2 report and ISO 27001 certification to share with the auditor. Which AWS service or feature should the company use to retrieve these documents?
medium- A.AWS Audit Manager
- ✓ B.AWS Artifact
- C.AWS Config
- D.AWS Trusted Advisor
Why B: AWS Artifact is the correct service because it provides on-demand access to AWS security and compliance reports, including SOC 2 and ISO 27001 certifications. The company can download the latest versions directly from the AWS Artifact console or API, satisfying the auditor's request for evidence without needing to configure any additional resources.
Variation 5. A company's compliance officer needs to provide an external auditor with copies of AWS SOC 2 reports and a PCI DSS attestation of compliance. The officer needs a self-service portal to download these documents directly, without contacting AWS Support. The solution must provide the most current versions of these reports. Which AWS service should the officer use?
easy- ✓ A.AWS Artifact
- B.AWS Audit Manager
- C.Amazon Inspector
- D.AWS Config
Why A: AWS Artifact is the correct service because it provides a self-service portal for on-demand access to AWS compliance reports, including SOC 2 reports and PCI DSS attestations of compliance. It ensures the most current versions are always available without needing to contact AWS Support, directly meeting the compliance officer's requirement for a self-service download solution.
Keep practising
More CLF-C02 practice questions
- A company publishes a message each time a new product is added to its catalogue. Three services need to receive this mes…
- A media company stores frequently accessed video thumbnails in Amazon S3. The thumbnails are read multiple times every d…
- A company needs a service to translate domain names (like www.example.com) into IP addresses, check the health of their…
- A startup runs an application on AWS and receives a monthly bill that charges exactly for the number of compute hours us…
- A financial institution runs its core banking application on-premises due to regulatory requirements. It has connected i…
- A company wants to run a MySQL database in AWS without managing database software installation, applying patches, settin…
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.