- A
Share the root user password with the team for emergency access
Why wrong: Sharing credentials is insecure.
- B
Use a strong password and store it securely
Strong password is a basic security measure.
- C
Enable multi-factor authentication (MFA) on the root user
MFA adds an extra layer of security.
- D
Use the root user for daily administrative tasks
Why wrong: Root user should not be used for daily tasks.
- E
Create access keys for the root user for programmatic access
Why wrong: Access keys for root user are not recommended.
Quick Answer
The answer is enabling multi-factor authentication (MFA) on the root user and using a strong, complex password stored securely. These two actions are best practices because the root user has unrestricted, irrevocable access to all AWS resources and billing; a strong password (at least 14 characters with mixed case, numbers, and symbols) defends against brute-force attacks, while MFA adds a critical second layer of defense even if credentials are compromised. Storing the password in a restricted password manager or physical safe ensures it is only used for emergency break-glass scenarios, aligning with the principle of least privilege from the AWS Well-Architected Framework’s security pillar. On the AWS Certified Security Specialty SCS-C02 exam, this concept tests your understanding of the shared responsibility model and the root user’s unique risk profile—a common trap is selecting “create an IAM admin user” instead, but remember the root user itself must be hardened, not replaced. Memory tip: “Root MFA + Strong Vault” — think of the root as a nuclear launch key that needs both a complex code and a second factor locked away.
SCS-C02 Threat Detection and Incident Response Practice Question
This SCS-C02 practice question tests your understanding of threat detection and incident response. 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.
Which TWO actions are best practices for securing an AWS account's root user? (Choose 2.)
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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
Use a strong password and store it securely
Option B is correct because the root user has unrestricted access to all AWS resources and services, so a strong, complex password (e.g., at least 14 characters with mixed case, numbers, and symbols) is essential to prevent brute-force or credential-stuffing attacks. Storing this password securely—such as in a password manager with restricted access or a physical safe—ensures it is available only to authorized personnel for emergency break-glass scenarios, aligning with the principle of least privilege and the AWS Well-Architected Framework's security pillar.
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.
- ✗
Share the root user password with the team for emergency access
Why it's wrong here
Sharing credentials is insecure.
- ✓
Use a strong password and store it securely
Why this is correct
Strong password is a basic security measure.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Enable multi-factor authentication (MFA) on the root user
Why this is correct
MFA adds an extra layer of security.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Use the root user for daily administrative tasks
Why it's wrong here
Root user should not be used for daily tasks.
- ✗
Create access keys for the root user for programmatic access
Why it's wrong here
Access keys for root user are not recommended.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often think sharing the root password with the team (Option A) is a valid emergency access strategy, but AWS explicitly recommends using IAM roles with a break-glass process (e.g., AWS Systems Manager Incident Manager) instead, as shared passwords create auditability and credential rotation issues.
Detailed technical explanation
How to think about this question
Under the hood, the root user is the account owner with immutable permissions tied to the AWS account's email and password—no IAM policy can restrict its actions, making it a single point of failure. Enabling MFA on the root user adds a second authentication factor (e.g., TOTP via a hardware device or virtual app), which mitigates the risk of credential theft even if the password is compromised; AWS enforces this via the 'aws:MultiFactorAuthPresent' condition key in IAM policies, but root user MFA is configured separately in the account settings. In a real-world incident response scenario, if the root user is compromised, an attacker can delete CloudTrail logs, disable MFA, and escalate privileges across all services, so securing it with MFA and a strong password is the first line of defense in the Shared Responsibility Model.
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.
- →
Threat Detection and Incident Response — study guide chapter
Learn the concepts, then practise the questions
- →
Threat Detection and Incident Response practice questions
Targeted practice on this topic area only
- →
All SCS-C02 questions
1,738 questions across all exam domains
- →
AWS Certified Security Specialty SCS-C02 study guide
Full concept coverage aligned to exam objectives
- →
SCS-C02 practice test guide
How to use practice tests most effectively before exam day
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.
Threat Detection and Incident Response practice questions
Practise SCS-C02 questions linked to Threat Detection and Incident Response.
Security Logging and Monitoring practice questions
Practise SCS-C02 questions linked to Security Logging and Monitoring.
Identity and Access Management practice questions
Practise SCS-C02 questions linked to Identity and Access Management.
Management and Security Governance practice questions
Practise SCS-C02 questions linked to Management and Security Governance.
Infrastructure Security practice questions
Practise SCS-C02 questions linked to Infrastructure Security.
Data Protection practice questions
Practise SCS-C02 questions linked to Data Protection.
SCS-C02 fundamentals practice questions
Practise SCS-C02 questions linked to SCS-C02 fundamentals.
SCS-C02 scenario practice questions
Practise SCS-C02 questions linked to SCS-C02 scenario.
SCS-C02 troubleshooting practice questions
Practise SCS-C02 questions linked to SCS-C02 troubleshooting.
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?
Threat Detection and Incident Response — This question tests Threat Detection and Incident Response — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Use a strong password and store it securely — Option B is correct because the root user has unrestricted access to all AWS resources and services, so a strong, complex password (e.g., at least 14 characters with mixed case, numbers, and symbols) is essential to prevent brute-force or credential-stuffing attacks. Storing this password securely—such as in a password manager with restricted access or a physical safe—ensures it is available only to authorized personnel for emergency break-glass scenarios, aligning with the principle of least privilege and the AWS Well-Architected Framework's security pillar.
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.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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 24, 2026
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.
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.