- A
The tester must not create any new AWS resources that incur costs.
This restriction prevents the tester from accidentally or intentionally launching billable resources. It is a standard and critical control for cloud penetration tests.
- B
The tester must use only premium AWS services for testing.
Why wrong: Requiring premium services would increase costs unnecessarily. The tester should be allowed to use standard services that are relevant to the assessment.
- C
The tester must request permission from AWS Support before each test.
Why wrong: This is impractical and unnecessary. The client owns the account; permission from AWS Support is not required for penetration testing within the client's own environment.
- D
The tester must avoid testing in the us-east-1 region due to higher costs.
Why wrong: While costs may vary by region, avoiding a specific region does not address the primary cost risk, which is the creation of new resources. The focus should be on resource creation, not region choice.
Quick Answer
The most important scoping restriction is that the tester must not create any new AWS resources that incur costs. This is critical because even with limited IAM permissions, a penetration tester could inadvertently provision billable resources like EC2 instances or RDS databases, which would generate direct charges under the client’s account. AWS bills for any resource that is launched, regardless of the test’s intent, so cost containment in AWS ROE must explicitly prohibit resource creation to prevent unexpected billing. On the CompTIA PenTest+ PT0-002 exam, this question tests your understanding of scoping restrictions tied to cloud environments, where the common trap is assuming limited permissions automatically prevent cost generation—they don’t, as many services allow read-only or launch actions by default. A useful memory tip is “No launch, no charge”: if the ROE doesn’t forbid creating new resources, the tester’s actions can directly inflate the bill.
PT0-002 Planning and Scoping Practice Question
This PT0-002 practice question tests your understanding of planning and scoping. 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 client is planning a penetration test of their AWS cloud environment. They will provide the tester with an IAM user account with limited permissions. Which of the following scoping restrictions is most important to include in the rules of engagement to avoid unexpected costs?
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
The tester must not create any new AWS resources that incur costs.
Option A is correct because creating new AWS resources (e.g., EC2 instances, RDS databases, Lambda functions) can incur direct costs under the tester's IAM user account, even with limited permissions. The rules of engagement must explicitly prohibit resource creation to prevent unexpected billing, as AWS charges for resources provisioned regardless of the test's purpose. This scoping restriction aligns with the principle of cost containment in penetration testing engagements.
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.
- ✓
The tester must not create any new AWS resources that incur costs.
Why this is correct
This restriction prevents the tester from accidentally or intentionally launching billable resources. It is a standard and critical control for cloud penetration tests.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The tester must use only premium AWS services for testing.
Why it's wrong here
Requiring premium services would increase costs unnecessarily. The tester should be allowed to use standard services that are relevant to the assessment.
- ✗
The tester must request permission from AWS Support before each test.
Why it's wrong here
This is impractical and unnecessary. The client owns the account; permission from AWS Support is not required for penetration testing within the client's own environment.
- ✗
The tester must avoid testing in the us-east-1 region due to higher costs.
Why it's wrong here
While costs may vary by region, avoiding a specific region does not address the primary cost risk, which is the creation of new resources. The focus should be on resource creation, not region choice.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may focus on technical restrictions like service tiers or support permissions, overlooking the direct financial risk of resource creation, which is the most critical scoping concern in cloud penetration testing.
Detailed technical explanation
How to think about this question
Under the hood, AWS resources like EC2 instances incur charges per second or per hour based on instance type and region, and even stopped instances may incur storage costs for attached EBS volumes. A tester with an IAM user account that has permissions to create resources (e.g., ec2:RunInstances) could inadvertently spin up a GPU instance costing hundreds of dollars per hour, leading to a significant bill. Real-world scenarios include testers launching resources for lateral movement or data exfiltration tests without realizing the cost implications, which is why explicit prohibition in the rules of engagement is critical.
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 SOC analyst notices unusual lateral movement in the network at 2 AM. The IR playbook dictates: identify and contain (isolate the affected machine), then eradicate (remove the malware), then recover (restore from backup), then document. Skipping containment before eradication risks the attacker regaining access. Questions like this test the sequence and rationale of incident response phases.
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.
- →
Planning and Scoping — study guide chapter
Learn the concepts, then practise the questions
- →
Planning and Scoping practice questions
Targeted practice on this topic area only
- →
All PT0-002 questions
509 questions across all exam domains
- →
CompTIA PenTest+ PT0-002 study guide
Full concept coverage aligned to exam objectives
- →
PT0-002 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PT0-002 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Planning and Scoping practice questions
Practise PT0-002 questions linked to Planning and Scoping.
Information Gathering and Vulnerability Scanning practice questions
Practise PT0-002 questions linked to Information Gathering and Vulnerability Scanning.
Attacks and Exploits practice questions
Practise PT0-002 questions linked to Attacks and Exploits.
Reporting and Communication practice questions
Practise PT0-002 questions linked to Reporting and Communication.
Tools and Code Analysis practice questions
Practise PT0-002 questions linked to Tools and Code Analysis.
PT0-002 fundamentals practice questions
Practise PT0-002 questions linked to PT0-002 fundamentals.
PT0-002 scenario practice questions
Practise PT0-002 questions linked to PT0-002 scenario.
PT0-002 troubleshooting practice questions
Practise PT0-002 questions linked to PT0-002 troubleshooting.
Practice this exam
Start a free PT0-002 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 PT0-002 question test?
Planning and Scoping — This question tests Planning and Scoping — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The tester must not create any new AWS resources that incur costs. — Option A is correct because creating new AWS resources (e.g., EC2 instances, RDS databases, Lambda functions) can incur direct costs under the tester's IAM user account, even with limited permissions. The rules of engagement must explicitly prohibit resource creation to prevent unexpected billing, as AWS charges for resources provisioned regardless of the test's purpose. This scoping restriction aligns with the principle of cost containment in penetration testing engagements.
What should I do if I get this PT0-002 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 →
Last reviewed: Jun 11, 2026
This PT0-002 practice question is part of Courseiva's free CompTIA 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 PT0-002 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.