// amazon · 19 min read
amazon#amazon#SPECIALTY

AWS Certified Security - Specialty Exam Guide: Complete Preparation for AWS Certified Security - Specialty [2026]

AWS Certified Security - Specialty: Your Complete Guide to Passing the Exam

D

Dev Cỏ Team

9/4/2026 · 21 views

0

📋 Exam Quick Facts

DetailInformation
CertificationAWS Certified Security - Specialty
ProviderAmazon Web Services
Exam TitleAWS Certified Security - Specialty
Duration170 minutes
Number of Questions65
Passing Score750
Exam LevelSpecialty
PrerequisitesIdeal for IT professionals with at least two years of experience in cloud security or equivalent hands-on experience.

📑 Table of Contents


AWS Certified Security - Specialty: Your Complete Guide to Passing the Exam

You've hardened endpoints, written IAM policies until your eyes glazed over, and responded to more CloudTrail alerts than you can count. Yet when you sit down to prepare for the AWS Certified Security - Specialty exam, the questions feel less like a skills check and more like a stress test in ambiguity. Should you enable GuardDuty first, or tighten the security group? Is this a KMS key policy problem or an SCP?

That uncertainty is normal — and it's exactly why a structured approach to this certification matters. The Security Specialty isn't a general AWS exam with a security label slapped on it. It's a deep, scenario-driven assessment of how you design, implement, and operate secure workloads in the cloud. This guide walks you through what the exam actually tests, how to prepare efficiently, and how to walk into the testing center (or your proctored session) with confidence.


What Is the AWS Certified Security - Specialty Certification?

The AWS Certified Security - Specialty is Amazon Web Services' advanced credential for professionals who specialize in securing cloud environments. It sits at the Specialty level within the AWS certification portfolio — above Associate certifications and alongside other Specialty exams like Advanced Networking and Machine Learning.

Unlike the Solutions Architect or SysOps tracks, this certification assumes you already understand core AWS services. It focuses exclusively on security architecture, governance, and operational practices across the AWS ecosystem.

DetailInformation
Certification NameAWS Certified Security - Specialty
ProviderAmazon Web Services (AWS)
LevelSpecialty
PrerequisitesIdeal for IT professionals with at least two years of experience in cloud security or equivalent hands-on experience
Validity3 years; recertify every three years through AWS training and certification

Who Should Pursue This Certification?

This exam is designed for:

  • Security engineers responsible for designing and implementing cloud security controls
  • Cloud architects who need to embed security into every layer of their designs
  • Compliance and governance specialists managing audit requirements in AWS
  • DevSecOps professionals integrating security into CI/CD pipelines
  • Incident responders who investigate and remediate cloud security events

If you hold the AWS Certified Solutions Architect – Associate or AWS Certified SysOps Administrator – Associate, you're in a strong position to pursue the Security Specialty. Those foundations help — but they won't carry you through alone. This exam demands security-specific depth.

Why It Matters in the Real World

Organizations migrating to AWS face a shared challenge: shared responsibility doesn't mean shared confusion. Your team owns identity boundaries, encryption decisions, network segmentation, and log retention — while AWS manages the underlying infrastructure. The Security Specialty validates that you understand where that line falls and how to build defensible architectures on your side of it.

Hiring managers and security leaders increasingly treat this credential as a signal that a candidate can translate compliance frameworks (SOC 2, PCI DSS, HIPAA, GDPR) into concrete AWS configurations — not just recite best practices from a slide deck.


Exam Overview and Structure

Understanding the exam format before you study helps you calibrate your preparation and time management.

Exam AttributeDetails
Exam TitleAWS Certified Security - Specialty
Duration170 minutes
Number of Questions65
Question FormatMultiple choice and multiple response
Passing Score750 (scaled score out of 1,000)
DeliveryPearson VUE testing center or online proctored
Cost$300 USD (check AWS for current pricing)

How the Exam Is Weighted

AWS publishes five content domains for this exam. While exact percentages shift over time, your preparation should cover all five thoroughly:

DomainFocus Area
Threat Detection and Incident ResponseGuardDuty, Security Hub, Detective, incident runbooks, forensics
Security Logging and MonitoringCloudTrail, CloudWatch, Config, VPC Flow Logs, analytics
Infrastructure SecurityVPC design, WAF, Shield, Network Firewall, edge protection
Identity and Access ManagementIAM, STS, federation, cross-account access, permission boundaries
Data ProtectionKMS, encryption at rest and in transit, S3 security, secrets management

Most questions arrive as scenario-based problems: a paragraph describing a multi-account environment, a compliance requirement, or an active incident, followed by four or five answer choices where two or three look plausible.

Scoring What You Need to Know

The passing score of 750 is a scaled value, not a simple percentage. AWS uses compensatory scoring — strong performance in one domain can offset weaker areas. That said, consistently missing questions in IAM or encryption will hurt you. Those two domains appear throughout nearly every scenario.

Plan for roughly 2.5 minutes per question, but budget extra time for lengthy scenarios. Flag difficult questions and return to them. Leaving ten minutes at the end for review can save points on questions you initially overthought.


Key Topics Covered

Let's break down the major topic areas with the depth the exam expects.

Threat Modeling and Secure Design

Before you deploy a single resource, the exam expects you to think like an attacker. Threat modeling in AWS means understanding:

  • Attack surfaces across public-facing ALBs, API Gateway endpoints, and misconfigured S3 buckets
  • Defense in depth using layered controls — WAF rules, security groups, NACLs, and IAM policies working together
  • Secure design patterns such as hub-and-spoke VPC architectures, centralized egress filtering, and isolated account structures via AWS Organizations

Real-World Scenario #1: The Overprivileged Lambda

A development team deploys a Lambda function that processes customer uploads. The function's execution role includes s3:* on all buckets and kms:* on all keys. An attacker exploits an injection flaw in the function code and uses the credentials to exfiltrate data from unrelated production buckets.

On the exam, you'll face questions asking how to prevent this — least-privilege IAM policies scoped to specific resources, VPC-attached Lambda with restricted network paths, resource-based policies on S3 buckets, and AWS Config rules detecting overly permissive roles. The correct answer usually involves multiple controls, not a single fix.

Identity and Access Management (IAM)

IAM is the backbone of AWS security, and this exam treats it accordingly. Go beyond basic user and role creation. You need fluency in:

  • IAM policy evaluation logic — explicit deny overrides allow, permission boundaries cap maximum permissions, SCPs restrict what accounts can do at the organization level
  • Cross-account access patterns — role assumption via STS, resource-based policies, and external ID for third-party access
  • Federation and SSO — SAML 2.0, OIDC, IAM Identity Center (formerly AWS SSO), and when to use each
  • Temporary credentials — when to use IAM roles vs. long-lived access keys (spoiler: almost never use long-lived keys)

Understand the order of evaluation: SCPs → permission boundaries → identity-based policies → session policies → resource-based policies. Exam questions frequently test whether you know which policy type blocks access in a given scenario.

Monitoring, Logging, and Security Analytics

You can't secure what you can't see. This domain covers:

  • CloudTrail — organization trails, log file integrity validation, integration with CloudWatch Logs
  • Amazon GuardDuty — threat detection using ML and threat intelligence feeds
  • AWS Security Hub — centralized findings aggregation and compliance checks
  • Amazon Detective — visual investigation of security findings
  • Amazon Inspector — vulnerability assessments for EC2 and container images
  • AWS Config — configuration compliance and change tracking

Know which service answers which question. GuardDuty detects anomalous behavior. Config tells you whether a resource currently meets a compliance rule. CloudTrail records who did what and when. Security Hub aggregates findings from multiple sources.

Real-World Scenario #2: The Silent Data Breach

A security team discovers that an IAM user's access keys were used to download sensitive data from S3 — three weeks ago. CloudTrail was enabled, but nobody was monitoring the logs. GuardDuty wasn't enabled in that account.

Exam questions in this vein ask you to design a detection and alerting architecture: enable GuardDuty across all accounts via a delegated administrator, route CloudTrail logs to a centralized S3 bucket with MFA Delete, create CloudWatch metric filters for GetObject events on sensitive prefixes, and feed everything into Security Hub for unified visibility.

Network Security

AWS network security extends well beyond security groups:

  • VPC design — public/private subnet separation, NAT gateways, VPC endpoints (Gateway and Interface), PrivateLink
  • Edge protection — AWS WAF, AWS Shield Standard and Advanced, CloudFront with origin access controls
  • Network Firewall — stateful/stateless rule groups, intrusion prevention
  • DNS security — Route 53 Resolver DNS Firewall
  • Connectivity — VPN, Direct Connect, and Transit Gateway with proper segmentation

Understand when to use security groups (stateful, instance-level) vs. NACLs (stateless, subnet-level) vs. Network Firewall (deep packet inspection, domain filtering). The exam loves questions where the "obvious" answer (tighten the security group) isn't sufficient alone.

Data Encryption

Encryption questions appear constantly. Master these concepts:

  • AWS KMS — CMKs (AWS-managed vs. customer-managed), key policies, grants, automatic key rotation, multi-Region keys
  • Encryption at rest — SSE-S3, SSE-KMS, SSE-C, client-side encryption, EBS volume encryption, RDS encryption
  • Encryption in transit — TLS certificates via ACM, enforcing HTTPS on CloudFront and ALB, VPN encryption
  • Secrets management — AWS Secrets Manager vs. SSM Parameter Store (SecureString) — when to use each
  • Certificate management — ACM provisioning, private CA with AWS Private CA

Real-World Scenario #3: The Cross-Region Disaster Recovery Dilemma

A financial services company needs encrypted backups replicated from us-east-1 to eu-west-1 for disaster recovery. Their compliance team requires that encryption keys remain under their control and that data never exists unencrypted outside their accounts — even during replication.

This scenario tests your knowledge of KMS multi-Region keys, S3 Cross-Region Replication with KMS, and bucket policies enforcing encryption in transit and at rest. The wrong answers might suggest re-encrypting manually or using SSE-S3 (which doesn't give the customer key control). The right architecture involves customer-managed CMKs with proper key policies allowing the replication role in the source account to use the destination key.


Study Tips and Preparation Strategy

Passing the Security Specialty requires more than watching videos and reading whitepapers. Here's a phased approach that works.

Phase 1: Foundation Assessment (Week 1)

Start by taking a diagnostic practice exam without studying. Don't worry about the score — you're mapping gaps. Note which domains feel shaky. Most candidates discover IAM policy evaluation and KMS key policies are weaker than they assumed.

Review the official AWS Certified Security - Specialty exam guide on the AWS Training and Certification site. Align your study plan to the five domains.

Phase 2: Deep Domain Study (Weeks 2–5)

Work through each domain systematically:

  1. Read AWS documentation for core services — the official docs are authoritative and the exam aligns closely with them
  2. Use AWS Free Tier to build labs: create cross-account roles, configure GuardDuty with a delegated admin, set up KMS encryption on S3 with bucket policies denying unencrypted uploads
  3. Study AWS whitepapers — especially the Security Pillar of the Well-Architected Framework, the IAM Best Practices guide, and the Encryption Best Practices document
  4. Watch re:Invent security sessions — sessions on Security Hub, GuardDuty, and IAM policy evaluation are particularly valuable

Phase 3: Scenario Practice (Weeks 6–8)

Shift from learning to application. Work through scenario-based questions daily. For each question you miss, write down:

  • Why the correct answer is right
  • Why each wrong answer is wrong
  • Which AWS service or concept you need to revisit

Phase 4: Exam Simulation (Final 1–2 Weeks)

Take full-length timed practice exams under realistic conditions: 170 minutes, no interruptions, no reference materials. Review every question afterward — especially ones you guessed on.

Practical Tips That Make a Difference

  • Draw IAM evaluation diagrams when studying. Visualizing the policy chain helps under pressure.
  • Create flashcards for service comparisons — Secrets Manager vs. Parameter Store, Shield Standard vs. Advanced, GuardDuty vs. Inspector vs. Macie.
  • Learn AWS service quotas and defaults — CloudTrail is enabled by default in recent accounts, GuardDuty has a 30-day free trial, Config requires a configuration recorder.
  • Understand "AWS managed" vs. "customer managed" across every service. The exam frequently tests who owns the operational burden.
  • Don't neglect AWS Organizations — SCPs, consolidated billing, delegated administrators, and cross-account aggregation appear frequently.

Common Challenges and How to Overcome Them

Every candidate hits walls during preparation. Here are the most frequent ones — and proven ways through them.

Challenge 1: "Two Answers Look Equally Correct"

This is the hallmark of the Security Specialty. AWS designs distractors that are technically valid but not the best answer given the scenario's constraints.

How to overcome it: Read the question stem twice and underline constraints — "least operational overhead," "most cost-effective," "immediate containment," "regulatory requirement." The best answer satisfies all stated constraints, not just the security principle in isolation.

Challenge 2: IAM Policy Confusion

Many candidates understand IAM conceptually but stumble on evaluation order, permission boundaries, and SCP interactions.

How to overcome it: Build a multi-account lab in AWS Organizations. Create an SCP that denies s3:DeleteBucket, attach a permission boundary that allows s3:*, and grant an inline policy with s3:DeleteBucket allowed. Attempt the action. Observing the deny firsthand cements the concept better than any diagram.

Challenge 3: Encryption Architecture Overwhelm

KMS key policies, grants, IAM policies, and bucket policies all interact. It's easy to mix them up.

How to overcome it: Focus on who needs to do what in each scenario. Identify the principal, the action, the resource, and the encryption context. Then determine which policy type governs that specific interaction. KMS key policies are required for key usage; IAM policies alone aren't enough for cross-account KMS access.

Challenge 4: Underestimating Logging and Monitoring

Candidates with strong network and IAM backgrounds sometimes under-prepare for the analytics domain.

How to overcome it: Deploy GuardDuty, Security Hub, and Detective in a test account. Trigger findings intentionally (port scanning from an external IP, unusual API calls). Walk through the investigation workflow. This hands-on experience makes scenario questions feel familiar.

Challenge 5: Exam Fatigue at Question 45

At 170 minutes and 65 questions, mental stamina matters. Long scenario paragraphs drain focus.

How to overcome it: Practice under timed conditions regularly. Develop a rhythm: read the last sentence of the scenario first (it often contains the actual question), then scan the details for constraints. Flag and move on when stuck — coming back with fresh eyes helps.


Why Practice Exams Are the Most Important Part of Your Prep

Reading documentation and building labs gives you knowledge. Practice exams turn that knowledge into exam performance. This distinction matters more for the Security Specialty than for almost any other AWS certification, because the exam tests judgment under ambiguity — not recall.

Here's why a structured practice exam strategy should anchor your final weeks of preparation.

Timed Practice Builds Exam Stamina

Knowledge without pacing fails on exam day. You might know KMS inside and out but still leave eight questions unanswered because you spent six minutes debating a GuardDuty configuration item.

Full-length 170-minute timed practice exams replicate the pressure you'll face. They teach you when to commit to an answer and when to flag and move on. Candidates who practice exclusively with untimed quizzes are often shocked by how quickly the clock runs down.

Detailed Explanations Close Knowledge Gaps

Getting a question wrong isn't failure — it's data. What separates effective preparation from wasted hours is what you do after a missed question.

High-quality practice resources provide detailed explanations for every answer choice — not just "B is correct." They explain why A would work in a different scenario but fails here because the question specified "least privilege" or "no changes to existing bucket policies." That feedback loop is how you stop repeating the same mistakes.

Look for question banks where each explanation references the underlying AWS concept — IAM evaluation order, KMS key policy requirements, GuardDuty finding types — so you're studying while reviewing, not just scoring.

Structured Question Banks Mirror the Real Exam

Random questions from forum threads and scattered blog posts don't build exam readiness. A structured question bank organized by domain — threat detection, IAM, logging, network security, encryption — lets you:

  • Target weak domains with focused drills after your diagnostic exam
  • Track improvement over time as your scores climb in specific areas
  • Encounter varied scenario types — incident response, architecture design, compliance mapping, troubleshooting — that match the real exam's mix

PDF-style question banks are especially useful for offline review. Commuting, traveling, or stepping away from the screen — flipping through scenario questions and testing yourself without distractions reinforces retention differently than screen-based study. The format also lets you annotate, highlight constraint keywords, and revisit missed questions without navigating a web interface.

Subscription Practice Exam Banks Keep Content Fresh

AWS services evolve. GuardDuty adds finding types. Security Hub integrates new standards. IAM Identity Center replaces older SSO patterns. A subscription-based practice exam bank that receives regular updates reflects the current exam reality — not questions written three years ago referencing deprecated services.

Subscription models also typically offer multiple full-length exams, not just one. Sitting the same 65 questions repeatedly creates false confidence through memorization. Fresh exam simulations with new scenario variations test whether you truly understand the concepts or just remember the answers.

How to Use Practice Exams Effectively

Practice PhaseApproachGoal
Diagnostic (early)One untimed exam, review all explanationsIdentify weak domains
Domain drills (mid)Timed quizzes by topic areaBuild depth in weak areas
Full simulation (late)Timed 65-question exams, exam conditionsBuild pacing and stamina
Review pass (final days)Re-read explanations for all missed questionsEliminate recurring gaps

Aim to score consistently above 80% on full-length practice exams before scheduling your real attempt. The compensatory scoring model means you don't need perfection — but consistent performance across all five domains signals readiness.

Integrate a PDF-style question bank for daily micro-sessions and a subscription practice exam bank for weekly full simulations. Together, they cover both depth (understanding every answer) and breadth (performing under timed conditions across the full exam scope).


Conclusion and Next Steps

The AWS Certified Security - Specialty exam is demanding — but it's also one of the most respected credentials in cloud security. It validates that you can do more than configure individual services: you can design cohesive security architectures, respond to incidents with the right AWS tooling, and translate compliance requirements into working cloud controls.

Your path to passing looks like this:

  1. Assess your baseline with a diagnostic practice exam
  2. Study systematically across all five domains — don't skip logging and monitoring
  3. Build hands-on labs for IAM, KMS, GuardDuty, and network segmentation
  4. Practice under exam conditions with timed, full-length simulations
  5. Review every explanation — correct and incorrect — to sharpen your judgment
  6. Schedule the exam when you're consistently scoring above 80% on practice tests

The cloud security landscape keeps evolving, and this certification ensures your skills stay current and demonstrable. Whether you're advancing in your current role, pivoting into cloud security, or leading your organization's AWS security practice, the Security Specialty opens doors — and more importantly, makes you genuinely better at protecting workloads in AWS.

Start with your diagnostic exam today. Identify your gaps. Build your study plan. And give yourself the advantage of structured, explained, timed practice before exam day arrives.

Your next step: Explore a comprehensive practice exam bank with detailed explanations and domain-organized questions to begin your diagnostic assessment. The investment in deliberate practice pays for itself the moment you pass — and carries forward into every secure architecture you design afterward.


Good luck on your certification journey. The AWS cloud is only as secure as the people who build and operate it — and by pursuing this credential, you're committing to being one of the best.

Pass the exam with our practice question bank

Timed multiple-choice practice is one of the fastest ways to close knowledge gaps before test day. Use our PDF question banks for offline review and subscribe to the practice exam question bank for full access to realistic items, explanations, and a study flow aligned to the official blueprint.

  • Question bank scope: Prep coverage tied to AWS Certified Security - Specialty draws from a curated pool of 65 discussion-grounded practice prompts aligned to the blueprint (totals reflect the dataset backing this guide).
  • Learner benchmarks: 94%Students found the real exam almost same
  • Learner benchmarks: 1057Students passed this exam after ExamTopic Prep

Start practicing for this exam


Disclaimer: This blog post is for educational purposes only. Certification exam details may change over time. Always refer to the official certification provider for the most up-to-date information.

// discussion · 0 comments

Comments

No comments yet. Be the first to share your thoughts.

// keep reading

Related posts

Loading...