Amazon SCS-C03 Practice Exam Questions & Answers

5 Free Questions · Last reviewed: August 28, 2026 · Prepared & Reviewed by the ValidExamDumps Editorial Team

Exam Facts

Amazon SCS-C03 Exam Details

Key details for this exam, checked against the published exam outline

231 Practice Questions (Our Bank)
170 minutes Exam Duration
750 out of 1000 Passing Score
USD 300 Exam Fee
Exam Code
SCS-C03
Full Name
AWS Certified Security - Specialty
Issuing Body
Amazon
Question Format (Our Bank)
Multiple Choice, Hotspot
Delivery
Online proctored or at a Pearson VUE test centre
Eligibility
Five years of IT security experience designing and implementing security solutions, and two or more years of practical experience with an AWS workload
Practice Questions

Free SCS-C03 Practice Questions

Each question shows the correct answer and an explanation of why it is right

VA
ValidExamDumps Editorial Team Every question and its answer is checked by our SCS-C03 exam preparation team, who also write the explanation shown with each one. How we research and review these pages

A company stores sensitive data in an Amazon S3 bucket. The company encrypts the data at rest by using server-side encryption with Amazon S3 managed keys (SSE-S3). A security engineer must prevent any modifications to the data in the S3 bucket.

Which solution will meet this requirement?

Correct Answer: B
Explanation

Amazon S3 Object Lock in compliance mode provides write-once-read-many (WORM) protection, which prevents objects from being modified or deleted for a specified retention period. According to the AWS Certified Security -- Specialty Study Guide, compliance mode enforces immutability even for the root user and cannot be overridden.

Enabling S3 Object Lock requires S3 bucket versioning and ensures that once an object is written, it cannot be changed or removed until the retention period expires. This is the strongest protection against data modification and is commonly used for regulatory and legal retention requirements.

Option A can be bypassed by administrators. Option D only protects against deletions, not overwrites. Option C changes encryption but does not prevent modification.

AWS documentation explicitly identifies S3 Object Lock in compliance mode as the correct solution for immutable data storage.

Referenced AWS Specialty Documents:

AWS Certified Security -- Specialty Official Study Guide

Amazon S3 Object Lock

Amazon S3 Data Protection and Compliance

A company is running its application on AWS. The company has a multi-environment setup, and each environment is isolated in a separate AWS account. The company has an organization in AWS Organizations to manage the accounts. There is a single dedicated security account for the organization. The company must create an inventory of all sensitive data that is stored in Amazon S3 buckets across the organization's accounts. The findings must be visible from a single location.

Which solution will meet these requirements?

Correct Answer: A
Explanation

AmazonMacieis the AWS service purpose-built todiscover and classify sensitive data in S3(PII, financial data, credentials, etc.) and produce findings that can be aggregated centrally. In a multi-account organization, the recommended centralized model is to designate adelegated administrator accountfor Macie so the security team can manage discovery across member accounts from one place.

To make the findings visible from a single location and integrate them with broader security visibility,AWS Security Hubprovides centralized aggregation of security findings across accounts and services. By also configuring the security account as thedelegated administrator for Security Hub, the company can aggregate findings across the organization. Macie integrates with Security Hub so that sensitive data discovery findings flow into Security Hub's centralized view, giving the security team a single console and API surface to build an ''inventory'' of sensitive data locations and severity.

Inspector (options B and C) is focused on vulnerability management (EC2, ECR, and related scanning use cases), not sensitive data classification in S3. Trusted Advisor is not the primary destination for sensitive data discovery findings at organizational scale. Therefore, Macie + Security Hub with delegated administration in the security account is the correct solution.

An application is running on an Amazon EC2 instance that has an IAM role attached. The IAM role provides access to an AWS Key Management Service (AWS KMS) customer managed key and an Amazon S3 bucket. The key is used to access 2 TB of sensitive data that is stored in the S3 bucket. A security engineer discovers a potential vulnerability on the EC2 instance that could result in the compromise of the sensitive dat

a. Due to other critical operations, the security engineer cannot immediately shut down the EC2 instance for vulnerability patching.

What is the FASTEST way to prevent the sensitive data from being exposed?

Correct Answer: C
Explanation

AWS incident response best practices emphasize rapid containment to prevent further data exposure. According to the AWS Certified Security -- Specialty Study Guide, the fastest and least disruptive containment method for compromised compute resources is to immediately revoke credentials and permissions rather than modifying data or infrastructure.

Revoking the IAM role's active sessions prevents the EC2 instance from continuing to access AWS services. Updating the S3 bucket policy to explicitly deny access to the IAM role ensures immediate enforcement, even if temporary credentials remain cached. Removing the IAM role from the instance profile further prevents new credentials from being issued.

Option A and D involve large-scale data movement or re-encryption, which is time-consuming and operationally expensive. Option B relies on network-level controls that do not prevent access through private AWS endpoints.

AWS guidance explicitly recommends credential revocation and policy-based denial as the fastest containment step during active incidents.

Referenced AWS Specialty Documents:

AWS Certified Security -- Specialty Official Study Guide

AWS Incident Response Best Practices

AWS IAM Role Session Management

A security engineer receives a notice about suspicious activity from a Linux-based Amazon EC2 instance that uses Amazon Elastic Block Store (Amazon EBS)-based storage. The instance is making connections to known malicious addresses.

The instance is in a development account within a VPC that is in the us-east-1 Region. The VPC contains an internet gateway and has a subnet in us-east-1a and us-east-1b. Each subnet is associated with a route table that uses the internet gateway as a default route. Each subnet also uses the default network ACL. The suspicious EC2 instance runs within the us-east-1b subnet. During an initial investigation, a security engineer discovers that the suspicious instance is the only instance that runs in the subnet.

Which response will immediately mitigate the attack and help investigate the root cause?

Correct Answer: C
Explanation

AWS incident response best practices emphasize immediate containment, preservation of evidence, and safe forensic investigation. According to the AWS Certified Security -- Specialty Study Guide, when an EC2 instance is suspected of compromise, security teams should avoid logging in to the instance or installing additional tools, as these actions can alter evidence and increase risk.

Terminating the compromised instance after ensuring that its Amazon EBS volumes are preserved prevents further malicious activity immediately. By setting the EBS volumes to not delete on termination, all disk data is retained for forensic analysis. Launching a new, clean EC2 instance in a different subnet or Availability Zone with preinstalled diagnostic tools allows investigators to safely attach and analyze the compromised volumes without executing potentially malicious code.

Option A introduces significant risk by logging in to the compromised instance and modifying security controls during active compromise. Option B delays containment and allows continued outbound traffic during investigation steps. Option D is invalid because AWS WAF cannot be attached directly to Amazon EC2 instances and does not control outbound traffic.

AWS documentation strongly recommends isolating or terminating compromised resources and performing offline analysis using detached storage volumes. This approach ensures immediate mitigation, preserves forensic integrity, and aligns with AWS incident response frameworks.

Referenced AWS Specialty Documents:

AWS Certified Security -- Specialty Official Study Guide

AWS Incident Response Best Practices

Amazon EC2 and EBS Forensics Guidance

AWS Well-Architected Framework -- Security Pillar

A company is using AWS CloudTrail and Amazon CloudWatch to monitor resources in an AWS account. The company's developers have been using an IAM role in the account for the last 3 months.

A security engineer needs to refine the customer managed IAM policy attached to the role to ensure that the role provides least privilege access.

Which solution will meet this requirement with the LEAST effort?

Correct Answer: A
Explanation

AWS IAM Access Analyzer policy generation is specifically designed to help security engineers generate least-privilege IAM policies based on actual usage recorded in AWS CloudTrail. According to the AWS Certified Security -- Specialty documentation, policy generation analyzes historical CloudTrail data to identify the exact API actions and resources that a role has accessed over a specified time period.

Because the role has been actively used for three months, there is sufficient CloudTrail data for IAM Access Analyzer to generate a refined customer managed policy automatically. This significantly reduces manual effort and eliminates the need to analyze logs or infer permissions. The generated policy can be reviewed and attached directly to the role, ensuring least privilege access with minimal engineering effort.

Option B only validates existing policies for security warnings and does not reduce permissions. Option C requires manual analysis of CloudWatch logs, which is time-consuming and error-prone. Option D does not analyze real usage and cannot generate role-specific least privilege policies.

AWS documentation explicitly recommends IAM Access Analyzer policy generation as the fastest and most accurate method to refine IAM permissions based on observed behavior.

Referenced AWS Specialty Documents:

AWS Certified Security -- Specialty Official Study Guide

AWS IAM Access Analyzer Policy Generation

AWS IAM Least Privilege Best Practices

Get Full Access

231 questions covering all exam domains, starting from $20

Study Guide

What the Amazon SCS-C03 Exam Covers

Exam domains verified against: Official Amazon SCS-C03 exam guide, last checked August 2026.

Domain 1: Detection 16%

Design and implement monitoring and alerting solutions to detect security events and anomalies across AWS accounts and organizations. Configure dashboards and automations to aggregate security events from services like GuardDuty, Security Lake, and Security Hub.

Sample question from this domain above: Q2

Domain 2: Incident Response 14%

Design incident response plans, create runbooks for security events, and implement automated remediation. Use services like Systems Manager OpsCenter and Automated Forensics Orchestrator to respond to and recover from security incidents.

Sample question from this domain above: Q4

Domain 3: Infrastructure Security 18%

Design and implement security controls for network edges, compute workloads, and network traffic. Secure EC2 instances, container images, and network segmentation while scanning for vulnerabilities and managing patch deployment.

Domain 4: Identity and Access Management 20%

Design authentication and authorization strategies for human, application, and system access. Implement IAM policies following least privilege, configure role-based and attribute-based access controls, and troubleshoot identity issues.

Sample questions from this domain above: Q3Q5

Domain 5: Data Protection 18%

Design and implement encryption for data in transit and at rest, protect credentials and secrets, and manage cryptographic keys. Implement data integrity controls, backup strategies, and lifecycle management for sensitive information.

Sample question from this domain above: Q1

Domain 6: Security Foundations and Governance 14%

Develop strategies for centrally deploying and managing AWS accounts using Organizations and Control Tower. Implement secure deployment practices with infrastructure as code and evaluate resource compliance against security best practices.

FAQ

SCS-C03 Exam FAQ

Common questions about the exam itself

What experience do I need before taking the SCS-C03 exam?
AWS recommends five years of IT security experience designing and implementing security solutions, plus two or more years working with AWS workloads. This is a specialty-level exam that builds on associate-level knowledge, so most candidates already work in cloud security roles.
How is SCS-C03 different from the older SCS-C02 exam?
SCS-C03 replaced SCS-C02 on December 2, 2025. The new exam splits detection and incident response into separate domains, adds coverage of generative AI and machine learning security, and includes new question formats like ordering and matching questions alongside multiple-choice and multiple-response.
What new question types appear on SCS-C03?
Beyond multiple-choice and multiple-response, SCS-C03 includes ordering questions where you place steps in the correct sequence and matching questions that pair concepts with examples. These formats test deeper understanding of complex security workflows and decision-making.
How long does the SCS-C03 exam take?
You have 170 minutes to answer all 65 questions. Of these, 50 are scored toward your final result and 15 are unscored research questions used by AWS to validate future exam content. That gives roughly 2.6 minutes per question on average.
What score do I need to pass SCS-C03?
You need a scaled score of 750 out of 1000 to pass. The exam uses a compensatory scoring model, so you do not need to achieve a passing score in each individual domain. Your overall performance across all six domains determines whether you pass.
Is there a waiting period if I fail SCS-C03?
AWS allows you to retake the exam, though there is typically a waiting period between attempts. You can schedule your next attempt after the initial waiting period has passed. Check your AWS Certification account for specific retake eligibility and any fee implications.
How long is the SCS-C03 certification valid?
The certification remains valid for three years from the date you pass the exam. To maintain your credential beyond that, you must either retake and pass the current exam or pass an approved AWS security-focused exam.
Which AWS job role does SCS-C03 prepare you for?
The credential is designed for AWS Security Engineers, Cloud Security Architects, Security Operations Leads, Compliance Specialists, and other security professionals working in AWS environments. It validates expertise you need to secure production workloads at scale.
How does SCS-C03 fit into the broader AWS certification path?
SCS-C03 is a specialty-level certification that sits above associate-level exams like Security Engineer Associate. It assumes you already know AWS fundamentals and focuses on deep security expertise. You can pursue it alongside other specialty certs or after completing associate-level certifications.
How long should I spend preparing for SCS-C03?
Plan for 8 to 16 weeks of preparation depending on your existing security background and AWS experience. Many candidates already working in cloud security roles may prepare in 8 to 12 weeks, while those newer to AWS security should budget 12 to 16 weeks.