Skip to content
ISC2 CCSP · CCSP

CCSP Domain 4: Cloud Application Security

Domain 4.0: Cloud Application Security · 16% of the exam

Building software that survives contact with a shared platform: all seven objectives (4.1–4.7), from training and the vulnerability catalogs the outline names by title, through the secure SDLC and the four threat modeling methodologies, assurance and validation testing, verifying software you did not write, cloud application architecture, and identity and access management.

7 modules · 28 topics 123-page PDF 70 practice questions
Read a free sample By the author of 51 Pluralsight courses · 4.6/5 from 2,007 ratings
Best value
$29/ month

All study guides, current and every new one.

or own the whole exam
$99one-time · all 6 domains
or just this guide
$24.95one-time · lifetime access
  • Interactive online guide
  • Downloadable PDF
  • Lifetime updates
  • 30-day money-back guarantee

Secure checkout via Stripe · no account needed · instant access

16% of your exam score

Domain 4.0 is worth 16% of the CCSP exam. Walk in having mastered it, not hoping it doesn't come up.

Every objective, nothing extra

Built line by line from the official ISC2 CCSP objectives 4.1–4.7: 28 in-depth topics with worked scenarios and exam tips, in a 123-page guide you'll actually finish.

70 exam-style questions

Every question comes with instant feedback and a full explanation, so a wrong answer teaches you as much as a right one.

The cloud credential, freshly rewritten

CCSP is the vendor-neutral cloud security certification, and the outline effective 1 August 2026 is brand new, with two AI objectives no incumbent book on the shelf covers.

Serving, transitioning, or a military spouse?

CCSP appears in the DoD 8140 qualification matrix. See how it maps to work roles, which credentialing program your branch runs, and what it will and will not pay for. Read the DoD 8140 guide →

Read a real excerpt, free

This is the actual opening of Module 4.1, Training and awareness for application security, not marketing copy. If you like how it teaches, the rest of the guide reads the same way.

Objective 4.1

Advocate training and awareness for application security

Cloud development basics, the pitfalls that come with the move to cloud, and the vulnerability catalogues you are expected to know by name and purpose.

Sanne de Vries took over application security at Cobalt Grocery Group in the second year of the migration, and inherited a metric she disliked: 3,100 hours of security training delivered, and a vulnerability profile identical to the year before. The training was a ninety-minute annual module on the OWASP Top 10, delivered to everyone, understood by few, and applicable to almost none of the actual defects being found.

The defects being found were: credentials in repositories, functions running with administrative permissions, storage buckets created permissive by an infrastructure-as-code module copied from a blog post, and personal data written into application logs. Not one of those is in the OWASP Top 10 in a form a developer would recognise.

Exam focus · Know what each list is for

The four named catalogues are not interchangeable, and questions exploit that. OWASP Top 10 — awareness, ranked risks, not a standard. ASVS — a testable verification standard with three levels; the correct answer when the requirement is “a standard to verify an application against”. API Security Top 10 — API-specific risks, led by broken object-level authorization. OWASP Top 10 for LLM Applications — risks specific to language-model applications, led by prompt injection. SANS/CWE Top 25 — the most dangerous software weaknesses, identified by CWE number, broader than web applications.

Cloud development basics

Developers moving to cloud need a small set of ideas that are genuinely new, not a longer version of what they already knew.

ConceptWhat changes
Identity is the perimeterThere is no trusted internal network. Every call — including service to service — authenticates and is authorised. “It is only reachable internally” is not a control.
Credentials are issued, not storedWorkloads obtain short-lived credentials from the platform by attested identity. A static key in code, in an image, or in an environment variable is a defect, not a configuration.
Infrastructure is codeDevelopers now write the firewall rules, the storage permissions and the IAM policies. Those files need the same review, testing and scanning as application code, because they carry the same consequence.
Everything is an APIProvider services are called over authenticated HTTP APIs, and so is your own application. API-layer authorization is where the interesting failures now live.
Statelessness and ephemeralityInstances vanish. State goes to managed services, secrets are fetched at runtime rather than baked in, and anything written to local disk is lost — including the evidence.
Managed services shift the workUsing a managed database removes patching and adds configuration, key custody, network exposure and backup governance. The work does not disappear; it changes shape.
Cost is a security propertyUnbounded loops, missing rate limits and recursive event triggers cost money in cloud rather than merely consuming a fixed server.
The guide continues for 123 pagesKeep reading: unlock the full guide

Not ready to buy? Read it later.

We'll email you a free sample of this guide as a PDF, no purchase needed.

Try 3 sample questions

Pulled straight from the guide's 70-question bank. Tap an answer for instant feedback and the explanation.

From module 4.1 · Training and awareness for application security

  1. 1. An organization needs a testable standard to verify an application's security requirements against. Which OWASP resource applies?

From module 4.2 · The secure software development lifecycle

  1. 1. At which point should security requirements first be established?

From module 4.3 · Applying the secure SDLC

  1. 1. Which threat modelling methodology is a taxonomy for identifying threats by category rather than for rating them?

67 more questions like these are waiting inside.

What's inside

  • 28 published sub-topics across 7 modules, mapped to objectives 4.1–4.7
  • 70 exam-style practice questions with instant feedback
  • Full answer key explaining why every distractor is wrong
  • STRIDE, DREAD, ATASM and PASTA: what each one is actually for
  • SAST, DAST, IAST and SCA, and which finds which defect
  • Complete CCSP acronym & key-term reference
  • 123-page downloadable PDF for offline study and printing
  • Lifetime updates as the exam evolves

The modules, mapped to the objectives

  1. 4.1

    Training and awareness for application security

    Advocate training and awareness for application security

    10 Qs
    OWASP Top 10OWASP ASVSAPI Security Top 10OWASP Top 10 for LLM ApplicationsSANS/CWE Top 25Security champions
  2. 4.2

    The secure software development lifecycle

    Describe the Secure Software Development Life Cycle (SDLC) process

    10 Qs
    SDLC phasesWaterfall vs agileDevSecOpsSecurity requirementsAbuse casesCost of late defect fixes
  3. 4.3

    Applying the secure SDLC

    Apply the Secure Software Development Life Cycle (SDLC)

    10 Qs
    STRIDEDREADATASMPASTASoftware bill of materialsDependency pinning
  4. 4.4

    Software assurance and validation

    Apply cloud software assurance and validation

    10 Qs
    SAST / DAST / IAST / SCABlackbox vs whiteboxAbuse case testingNon-functional testingCI/CD gatingBusiness logic flaws
  5. 4.5

    Using verified secure software

    Use verified secure software

    10 Qs
    API authorization & rate limitsIntegrity vs authenticityDependency confusionTyposquattingCopyleft licensingVendor assessment
  6. 4.6

    Cloud application architecture

    Comprehend and apply the specifics of cloud application architecture

    10 Qs
    Web application firewallDatabase activity monitoringAPI gatewaySandboxingMicroservices & service meshKubernetes security
  7. 4.7

    Identity and access management solutions

    Design appropriate Identity and Access Management (IAM) solutions

    10 Qs
    Federation vs SSOSAML / OAuth 2.0 / OIDCPhishing-resistant MFACASB deployment modesPrivileged access managementCertificate lifecycle
Chris Rees

About the author

Chris Rees

Professional information technologist with 25+ years in IT and the author of 51 certification training courses, 50+ live on Pluralsight, rated 4.6/5 across more than 2,000 reviews. This guide is that same exam-focused teaching, in a format you can finish.

More about Chris
All 6 CCSP domains

Sitting the whole exam? Get the Complete CCSP Collection.

Every domain of the exam, including this guide, for $99, one time.

See everything inside

Questions, answered

Do I need an account to buy?

No. Checkout is a single Stripe form: email and card, about 30 seconds. We create your access from your checkout email automatically and sign you in the moment payment completes.

Is this up to date with the real CCSP exam?

Yes. The guide is mapped module-by-module to the official ISC2 CCSP objectives (4.1–4.7), and lifetime updates are included, so as the exam evolves your guide does too.

What exactly do I get?

Instant access to the interactive online guide with all 70 practice questions, plus a 123-page PDF you can download, print, and keep forever.

Do I need the other domains too?

This guide covers Domain 4.0 (16% of the exam). To prepare for the whole exam, the Complete CCSP Collection bundles all 6 domains for $99, less than the price of three guides.

What if it isn't for me?

Every purchase comes with a 30-day money-back guarantee. Email us and we'll refund you, no hoops.

Who wrote it?

Chris Rees, a professional information technologist with 25+ years in IT and the author of 51 certification courses published on Pluralsight, rated 4.6/5 across 2,007 ratings.

Be ready for 16% of the exam, for $24.95

Instant access, lifetime updates, and a 30-day money-back guarantee. The only risk is walking into the exam without it.

Get the guide

Share this guide