FlashGenius Logo FlashGenius
CompTIA Cloud+ · CV0-004 · V4 2024

Cloud+: Security &
Compliance

Domain 3 of 6  |  19% of Exam  |  CV0-004

19%
Weight
90 min
Exam Time
750
Passing Score
90
Questions
V4 2024
Version

Core Concepts

Eight essential security and compliance areas for Cloud+ CV0-004 Domain 3.

1. Shared Responsibility Model

The division of responsibility shifts as you move from IaaS to SaaS — less customer control, less customer responsibility.

2. Identity and Access Management (IAM)

3. Encryption

4. Vulnerability Management

5. Container Security

6. Security Controls

7. Compliance Standards

8. Zero Trust Architecture

Memory Hooks

Mnemonics and mental models to lock in key concepts fast.

Shared Responsibility
Provider secures OF the cloud (building, hardware, hypervisor). Customer secures IN the cloud (data, IAM, OS, apps).
OF vs IN
Encryption Types
Rest (AES-256), in-transit (TLS), Key rotation, HSM for FIPS compliance.
RAFT
IAM Least Privilege
Minimum Access, Role-based, Attribute-based, avoid long-lived credentials.
MARA
Compliance Standards
PCI=Payments, SOC2=Service providers, ISO27001=International ISMS, HIPAA=Healthcare, GDPR=EU Privacy.
PCI-SOC-ISO-HIP-GDPR
Container Security
Scan images, Non-root, Read-only filesystem, Network policies.
SNRN
Security Control Types
Preventive (stop), Detective (find), Fix/Corrective (fix) — controls work in layers (defense-in-depth).
PDF

Practice Quiz

10 scenario-based questions covering Domain 3 Security & Compliance.

0 / 10

Flashcards

12 cards — click a card to flip. Filter by topic tag.

click to reveal

Study Advisor

Choose your role to get a personalized study path for Domain 3.

🛠 Security Engineer — Study Path

1
Master the Shared Responsibility Model

Map out exactly where provider security ends and customer security begins for IaaS, PaaS, and SaaS. Draw the dividing line for each service type.

2
Study Security Control Taxonomy

Memorize Preventive / Detective / Corrective categories. For each AWS/Azure service (GuardDuty, CloudTrail, Shield), classify what type of control it represents.

3
Deep Dive: Vulnerability Management

Understand CVSS scoring tiers (Critical/High/Medium/Low), CVE lifecycle, and the workflow from scan to patch. Practice with AWS Inspector and Nessus conceptually.

4
Zero Trust Architecture

Contrast traditional perimeter security with Zero Trust. Map ZTNA, microsegmentation, and mTLS to real cloud services. Understand why VPNs alone are insufficient.

5
Encryption Hierarchy

Drill SSE-S3 vs SSE-KMS vs SSE-C distinctions. Understand when to use CloudHSM vs KMS. Know FIPS 140-2 Level 3 requirements and what satisfies them.

6
Compliance Mapping

For each standard (PCI DSS, SOC 2, ISO 27001, HIPAA, GDPR, FedRAMP), identify the specific technical controls required and the cloud services that satisfy them.

7
Practice Scenario Questions

Focus on questions that present a security incident or compliance gap and ask you to identify the correct control or response. Use the quiz to test applied knowledge.

☁ Cloud Admin — Study Path

1
IAM Foundations First

Understand Users, Groups, Roles, Policies in AWS (and equivalents in Azure/GCP). Practice writing least-privilege policy statements. Know RBAC vs ABAC differences.

2
MFA and Privileged Access

Know when MFA is mandatory (root account, admin users, console access). Understand PAM concepts: just-in-time access, session recording, and approval workflows.

3
Patch Management Tooling

Learn AWS Systems Manager Patch Manager and Azure Update Manager. Understand the scan-assess-approve-deploy cycle and how to handle critical patches vs. scheduled windows.

4
Compliance Tooling and Automation

Study AWS Config Rules and Azure Policy for compliance-as-code. Know how to set up continuous compliance monitoring and automatic remediation for common misconfigurations.

5
Logging and Audit Trails

Master CloudTrail (AWS) and Azure Activity Log. Know what events are logged, how long logs are retained, and how to use logs for compliance reporting and forensic investigation.

6
Shared Responsibility in Practice

For your cloud platform (AWS/Azure/GCP), document what you are responsible for vs. the provider. Focus on the controls you own: IAM, OS patching, network security groups, data encryption.

7
Quiz and Scenario Practice

Take the 10-question quiz. Focus on questions about which service to use for a specific requirement and what your customer responsibility is in a given scenario.

💻 Developer — Study Path

1
Container Security Hardening

Study the SNRN framework: Scan images (Trivy/Snyk), Non-root user, Read-only filesystem, Network policies. Understand why each matters with a concrete attack scenario.

2
Secrets Management

Never store secrets in code, environment variables, or container images. Learn AWS Secrets Manager, Azure Key Vault, HashiCorp Vault, and Kubernetes Secrets — and when to use each.

3
IAM for Applications

Understand managed identities (Azure) and EC2 instance profiles (AWS) for application authentication. Learn why you should never hard-code credentials and how IMDS provides temporary credentials.

4
OWASP Top 10 Awareness

Review the 10 categories: injection, broken auth, sensitive data exposure, XXE, broken access control, misconfiguration, XSS, insecure deserialization, known vulnerabilities, logging failures.

5
Encryption in Code

Know when your application must handle encryption vs. delegating to the platform. Understand TLS enforcement, certificate handling via ACM/Key Vault, and why you should not roll your own crypto.

6
Kubernetes Security Context

Study Pod Security Standards (Privileged / Baseline / Restricted). Know how to configure runAsNonRoot, readOnlyRootFilesystem, and Network Policies in deployment manifests.

7
Integrate Security into CI/CD

Understand shifting security left: image scanning in pipelines, dependency scanning, SAST/DAST tools, and blocking deployments that fail security gates — then practice the quiz questions.

Resources

Official and community resources for Cloud+ CV0-004 Domain 3 study.

CompTIA Cloud+ Official

Official CompTIA Cloud+ CV0-004 certification page with exam objectives, study materials, and preparation resources.

Visit CompTIA ↗

AWS Security Hub

AWS centralized security dashboard for aggregating findings from GuardDuty, Inspector, Macie, and third-party tools. Great for learning security posture management.

AWS Security Hub ↗

OWASP Top 10

The authoritative list of the 10 most critical web application security risks. Essential reading for understanding application-layer threats tested in Cloud+.

OWASP Top 10 ↗