EnglishDeutschFrançaisEspañolPortuguês

AWS · SCS-C03 · Advanced

AWS Security - Specialty (SCS-C03) — Practice Questions and Mock Exam

Practice with realistic SCS-C03 questions aligned to the exam objectives. Alex explains every answer, and your readiness score shows what to study next.

65Questions
170minTime Limit
750/ 1000Pass Score

Checked against AWS · August 2026Current exam version

About the exam

The AWS Certified Security – Specialty validates advanced expertise in securing workloads and architectures on AWS. It covers threat detection and incident response, infrastructure security, identity and access management, data protection, and security governance. Candidates must demonstrate proficiency in using GuardDuty, Security Hub, AWS KMS, and IAM Access Analyzer to detect threats, encrypt data, and enforce least-privilege access.

This certification is designed for security engineers, architects, and analysts with the equivalent of three to five years of experience securing cloud solutions. It demonstrates the ability to design and implement security solutions, respond to security events, and maintain compliance across complex AWS environments.

What's on the exam

Identity and Access Management leads at 20%, covering authentication design for humans, applications, and systems, plus the attribute-based and role-based authorization strategies built on top of it. Infrastructure Security and Data Protection tie for second at 18% each — one hardens the network edge and compute layer, the other covers encryption in transit and at rest along with the secrets and cryptographic keys guarding it.

Detection takes 16%, testing monitoring, alerting, and logging design across an account or organization. Security Foundations and Governance and Incident Response split the remaining 14% apiece: one covers multi-account structure and continuous compliance checking, the other covers the runbooks and forensic response an organization needs once a detection fires. No single domain dominates this exam the way one domain can on an associate-level exam — six domains within a narrow 14-to-20% band means every area of AWS security has to be solid.

Exam blueprint: SCS-C03

Detection16%

Stand up account-wide monitoring and alerting to catch anomalies, design where logs get ingested and stored, and diagnose misconfigurations when those detection pipelines stop reporting correctly.

≈ 11 h
Incident Response14%

Write and rehearse the runbooks an organization follows when something goes wrong, then put them into practice by gathering forensic evidence, tracing related log entries, and shutting down an active threat.

≈ 10 h
Infrastructure Security18%

Harden the network perimeter against external threats, lock down compute instances with vetted images and vulnerability checks, and segment internal traffic so a breach in one zone can't spread freely.

≈ 13 h
Identity and Access Management20%

Design how humans, applications, and systems prove who they are, including short-lived credentials, and how their access gets scoped afterward through attribute-based, role-based, and least-privilege policy design.

≈ 14 h
Data Protection18%

Enforce TLS and private connectivity so data moving between resources stays encrypted, apply encryption and lifecycle rules to data sitting in storage, and manage the credentials, secrets, and key material that protect both.

≈ 13 h
Security Foundations and Governance14%

Stand up a multi-account structure with centralized guardrails, roll out cloud resources consistently through code rather than by hand, and continuously check whether the resulting environment still meets security baselines.

≈ 10 h

Exam format and question types

The exam draws 65 questions (50 scored, 15 unscored) from a mix of multiple-choice, multiple-response, ordering, and matching formats inside a 170-minute window. Questions present complex security scenarios that require identifying the threat, selecting the right control, and reasoning through a defense-in-depth architecture rather than recalling a single service's feature list. At roughly 2.6 minutes per question, the extended time reflects how much reading each scenario demands.

Question types: SCS-C03

Multiple Choice50%

Pick the single best answer from four or five options — the exam's bread and butter.

Multiple Response25%

More than one answer is correct and you need all of them; the question tells you how many to pick.

Ordering15%

Put the steps of a process into the correct sequence — typically deployment or troubleshooting workflows.

Matching10%

Pair each item on the left with the one it belongs to on the right, with nothing left over.

AWS confirms these question types — a percentage split is not published; the shares reflect our exam-aligned question pool.

Try five SCS-C03 questions

Five questions straight from our AWS Certified Security - Specialty pool. Answer one — Alex explains the why.

Infrastructure Security1 / 5

A company is migrating its on-premises web application to AWS. The application must be protected against OWASP Top 10 threats including SQL injection and cross-site scripting (XSS). The security team wants a managed solution that requires minimal rule maintenance. Which approach provides the BEST protection with the LEAST operational overhead?

AlexFull explanation from Alex

AWS WAF with Managed Rules provides pre-configured rule sets that protect against OWASP Top 10 threats with minimal maintenance. The Core Rule Set (CRS) covers general web vulnerabilities including XSS and local file inclusion, while the SQL Database rule group specifically blocks SQL injection attacks. Attaching WAF to the ALB inspects HTTP traffic before it reaches the application. Network Firewall operates at layers 3-4 with Suricata rules—effective but requires custom rule maintenance, adding operational overhead. CloudFront with OAC controls origin access but does not inspect request payloads for injection attacks. A third-party WAF on EC2 requires provisioning, patching, and rule management—the highest operational burden. Key concept: WAF Managed Rules are AWS-maintained, automatically updated, and purpose-built for OWASP protection (docs.aws.amazon.com/waf/latest/developerguide/aws-managed-rule-groups-list.html).

Sourcedocs.aws.amazon.com

Detection2 / 5

A security engineer needs to implement a comprehensive logging strategy that captures all API calls made in their AWS account, including read-only management events and data events for S3 and Lambda. How should they configure AWS CloudTrail?

AlexFull explanation from Alex

A CloudTrail trail with both management and data events enabled captures the complete API activity picture. Management events (read/write) log control-plane operations like IAM changes, EC2 provisioning, and security configuration. Data events capture data-plane operations—S3 object-level access (GetObject, PutObject) and Lambda function invocations. VPC Flow Logs capture network traffic metadata, not API calls. AWS Config records resource configuration state changes, not API call details. CloudTrail Event history only retains 90 days of management events and does not support data events. Key concept: trails are required for comprehensive logging; Event history is a limited 90-day default view of management events only (docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html).

Sourcedocs.aws.amazon.com

Data Protection3 / 5

A company's security policy requires that all AWS KMS encryption keys used for production data must be stored in hardware security modules (HSMs) that the company physically controls, while still using the KMS API for encryption operations. Which KMS key store option meets this requirement?

AlexFull explanation from Alex

KMS external key stores (XKS) let you use the KMS API while keeping encryption keys in HSMs you physically control outside AWS. XKS proxies cryptographic operations through an XKS proxy endpoint to your external key manager, satisfying regulatory requirements for physical key custody. Imported key material stores keys in AWS KMS HSMs after import—you don't retain physical control during operations. CloudHSM key store uses AWS CloudHSM clusters hosted in AWS data centers—you manage the HSMs but don't physically control the hardware. AWS managed keys are fully AWS-controlled with no customer access to key material. Key distinction: only XKS provides the KMS API while keeping key material entirely outside AWS infrastructure under your physical control (docs.aws.amazon.com/kms/latest/developerguide/concepts.html).

Sourcedocs.aws.amazon.com

Identity and Access Management4 / 5

An organization uses AWS IAM Identity Center (successor to AWS SSO) for workforce access to multiple AWS accounts. Which authentication protocol does IAM Identity Center use to federate with external identity providers?

AlexFull explanation from Alex

SAML 2.0 is correct. IAM Identity Center uses SAML 2.0 assertions for federation with external IdPs like Okta, Azure AD, and Ping Identity. It also supports SCIM for automatic user/group provisioning. Why not others: LDAP — a directory access protocol, not a federation protocol; Identity Center can use LDAP-backed directories but federates via SAML. OAuth 2.0 — an authorization framework for API delegation, not workforce SSO federation. Kerberos — on-premises network authentication protocol, not used for cloud SSO federation.

Sourcedocs.aws.amazon.com

340 questions, built like the exam

The SCS-C03 pool covers every exam domain and keeps growing with new questions. A mock exam asks 65 questions in one sitting, on the same 170-minute clock as the real thing.

Audit record: SCS-C03

Spec check against AWSAugust 3, 2026

last verified against the official AWS source

Pass mark750 / 1,000

as published by AWS

Blueprint coverage16 official objectives

across 6 domains, from the official exam guide

Pool size340 questions

= 5 full practice exams of 65 questions each — never the same question twice

Canonically validated340 of 340

each verified against official AWS documentation — answer, options and explanation, source cited

Methodology openly documented.How questions are made →

Preparing for SCS-C03

How long you'll need depends on how much hands-on experience you bring. The rest is set by the vendor: how the exam is delivered, how soon you can retake it, and how long the credential stays valid.

The exam runs through Pearson VUE, either at a testing center or online with a remote proctor, and is offered in English, Japanese, Korean, Portuguese (Brazil), Spanish (Latin America), and Simplified Chinese. Certification holds for 3 years; renewal means passing a recertification exam before it expires, or earning a higher-level AWS certification, which renews it automatically.

Your plan: SCS-C03

Preparation

Study time40–105 h

typically around 40 h if you already work with this stack, around 105 h coming to it fresh

LevelAdvanced

Exam day & after

DeliveryPearson VUE testing center or online proctored exam
Retake policy14-day waiting period between exam attempts, no limit on total number of attempts
Stays valid3 years

Pass a recertification exam before the 3-year expiration date, or earn a higher-level AWS certification to automatically renew

The hours are our own planning estimate — AWS publishes no preparation time for this exam. A starting point for your calendar, not a target.

Common pitfalls

KMS mechanics (key policies, grants, CMK rotation, cross-account key sharing, envelope encryption) get tested in enough depth that surface familiarity isn't sufficient, and IAM policy-evaluation logic, including explicit denies, permission boundaries, SCPs, and how resource-based and identity-based policies interact, is a recurring source of wrong answers. GuardDuty, Inspector, Macie, Security Hub, and Detective cover different threat types, and mixing up which service addresses which is an easy way to pick a plausible-sounding wrong answer; the same applies to security groups, NACLs, WAF rules, Shield, and Network Firewall operating at different layers of network protection.

Watch list: SCS-C03

  1. 01KMS Complexity

    Not understanding KMS key policies, grants, CMK rotation, cross-account key sharing, and envelope encryption leads to wrong answers on data protection questions.

  2. 02IAM Policy Logic

    Misunderstanding policy evaluation logic including explicit denies, permission boundaries, SCPs, and resource-based vs identity-based policy interactions.

  3. 03Detection Services

    Confusing GuardDuty, Inspector, Macie, Security Hub, and Detective capabilities and not knowing which service addresses which threat type.

  4. 04Network Security

    Mixing up security groups, NACLs, WAF rules, Shield, and Network Firewall for different layers of network protection.

  5. 05Incident Response

    Not knowing the correct sequence of containment, investigation, and remediation steps using AWS-native security tools and automation.

Pass-IT trains you on exactly these weak spots — adaptive & spaced →

Frequently asked questions

How long is the AWS Certified Security - Specialty exam?

The SCS-C03 exam has 65 questions and a 170-minute time limit.

What is the passing score for AWS Certified Security - Specialty?

You need 750 / 1000 to pass the SCS-C03 exam.

What are common mistakes on the AWS Certified Security - Specialty exam?

Common pitfalls include: KMS Complexity, IAM Policy Logic, Detection Services, Network Security, Incident Response. Focus study time on these areas to avoid losing points.

What experience does AWS Security Specialty assume?

AWS sets no formal prerequisite but writes SCS-C03 for people with three to five years of experience securing cloud workloads and deep familiarity with AWS security services. It is an advanced exam, and the questions assume you have debugged real IAM policies rather than read about them.

How long is AWS Security Specialty valid?

Three years. You renew by passing the recertification exam before that date, or automatically by earning a higher-level AWS certification during the term.

Which SCS-C03 domains carry the most weight?

Identity and access management is the largest domain at 20%, with infrastructure security and data protection at 18% each and detection at 16%. Incident response and the security foundations and governance domain round it out at 14% each. AWS publishes the split, so the spread is genuinely even and no single area can be skipped.

What happens if you fail AWS Security Specialty?

AWS asks for a 14-day wait between attempts and sets no cap on how many times you can sit the exam. The 170-minute format means a failed attempt is usually a pacing problem as much as a knowledge one.

How does SCS-C03 relate to the other AWS certifications?

It is a specialty exam, so it sits alongside the professional-level certifications rather than below them. Passing SAP-C02 or DOP-C02 renews it automatically, and many people take Solutions Architect Associate first to get the service breadth this exam assumes.

Pass-IT is an independent study tool, not affiliated with or endorsed by AWS; AWS and exam names are trademarks of their respective owners.

One certification. One payment.

Full SCS-C03 access

Get the full question pool for this certification. Alex explains every answer, and your readiness score shows what to work on next.

Buy SCS-C03 access for $29.99One payment. Lifetime access to this certification.
Take the free readiness check20 questions. No card. See what to study before you buy.

Reach 80% readiness and pass — or your money back.

How the score works →