By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
For CISSP, Security+, CEH, and Real-World Roles
Cloud security ensures data, applications, and infrastructure hosted in cloud environments (AWS, Azure, GCP) are protected from breaches, leaks, and misuse. The Shared Responsibility Model defines who secures what—you (the customer) or the cloud provider—to avoid gaps like misconfigured storage (e.g., the 2017 Verizon breach exposing 14M customer records via an unsecured AWS S3 bucket). Cloud Access Security Brokers (CASBs) act as gatekeepers between users and cloud services, while Identity and Access Management (IAM) controls who gets in and what they can do. Mastering these concepts is critical for passing certs and preventing real-world incidents like ransomware encrypting cloud backups or insiders exfiltrating data via SaaS apps.
SaaS (Software as a Service): Provider secures everything except user access and data (e.g., Salesforce, Office 365). Standards: NIST SP 800-144, ISO/IEC 27017.
CASB (Cloud Access Security Broker): A security policy enforcement point between users and cloud services (e.g., Netskope, McAfee MVISION, Microsoft Defender for Cloud Apps). Functions:
Compliance: Enforce policies (e.g., block uploads to non-HIPAA-compliant apps). OWASP Top 10 for Cloud: A9 (Insecure APIs) often exploited via CASB misconfigurations.
IAM (Identity and Access Management): Controls who (identities) can do what (permissions) on which resources. Key components:
Privileged Access Management (PAM): Monitor/administer high-risk accounts (e.g., CyberArk, AWS IAM Access Analyzer). Attack Example: 2020 Twitter breach (hackers phished employee credentials to tweet from high-profile accounts).
Zero Trust: "Never trust, always verify"—assume breach and enforce least privilege. Core principles:
Assume breach (micro-segmentation, continuous monitoring). NIST SP 800-207 defines Zero Trust Architecture (ZTA).
CSPM (Cloud Security Posture Management): Automated tools (e.g., Prisma Cloud, AWS Config) that scan for misconfigurations (e.g., public S3 buckets, open RDP ports) and enforce compliance (e.g., CIS Benchmarks, NIST CSF). Example: Capital One’s 2019 breach (misconfigured AWS WAF allowed data exfiltration).
Data Encryption in the Cloud:
Client-side encryption: You encrypt data before uploading (e.g., Box KeySafe). ⚠️ Trap: "Encryption = security" is false—key management (e.g., HSMs) is critical.
Cloud-Native Security Tools:
GCP: Security Command Center, Chronicle (SIEM).
Shadow IT: Unapproved cloud services used by employees (e.g., personal Dropbox for work files). CASBs detect and block these. Risk: Data leaks, compliance violations (e.g., GDPR fines).
Serverless Security: Protecting functions-as-a-service (e.g., AWS Lambda, Azure Functions). Risks:
*
Dependency vulnerabilities (e.g., outdated Node.js packages). Defense: Least privilege IAM roles, static code analysis (e.g., Checkov).
Cloud Compliance Frameworks:
s3:GetObject
s3:*
admin
iam:CreatePolicyVersion
Answer: C) Managing IAM permissions for the Lambda function.Explanation: In PaaS (Lambda), the provider secures the infrastructure (OS, hypervisor, physical security); you secure access and data.
Answer: B) CASB.Explanation: A CASB provides data protection and shadow IT control by enforcing policies on cloud apps (e.g., blocking uploads to unsanctioned services).
Answer: B) Least Privilege.Explanation: Least privilege requires granting only the minimum permissions needed (s3:GetObject instead of s3:*).
SaaS: You secure data, access.
CASB 4 Pillars: Visibility, Compliance, Data Security, Threat Protection.
IAM Core Components: Authentication (MFA), Authorization (RBAC), Federation (SAML/OIDC).
Zero Trust: "Never trust, always verify" (NIST SP 800-207).
CSPM Tools: AWS Config, Prisma Cloud, Azure Defender for Cloud.
Encryption:
In transit: TLS 1.2+.
Cloud Compliance: NIST CSF, ISO 27017, FedRAMP, GDPR.
⚠️ Exam Trap: "Cloud provider secures everything in SaaS" (False—you secure data/access).
Ports to Remember:
RDP: 3389 (⚠️ often exposed in cloud misconfigurations).
Key Formula: ALE = SLE × ARO (Annualized Loss Expectancy = Single Loss Expectancy × Annual Rate of Occurrence). Used for cloud risk assessments.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.