5.1 Trust and Security in the Cloud

Key Takeaways

  • Cloud security follows a shared responsibility model: the provider secures the infrastructure while the customer secures data, identity, access, and configuration
  • The expanded security model rests on five pillars: control, compliance, confidentiality, integrity, and availability (the CIA triad plus control and compliance)
  • Cloud shifts risk from perimeter defense to configuration management — misconfiguration is now the leading cause of cloud data breaches
  • Core security terms — authentication, authorization, encryption, IAM, least privilege, zero trust, SecOps, vulnerability, threat, risk, mitigation — form the vocabulary every cloud leader must speak fluently
Last updated: August 2026

5.1 Trust and Security in the Cloud

Quick Answer: Cloud security is not a single product — it is a shared responsibility. The cloud provider secures the infrastructure (hardware, network, facilities), and you secure what you put on top of it (data, identities, access policies, configurations). The expanded security model adds control and compliance to the classic CIA triad of confidentiality, integrity, and availability.

Security is a business issue, not just a technical one. A single breach can trigger regulatory fines, lost customer trust, downtime, and executive turnover. This section grounds you in the threats, the model, and the vocabulary so you can make informed cloud security decisions.

Today's Top Cybersecurity Threats and Business Implications

Threats evolve, but a recognizable set dominates incident reports year after year. Understanding each threat's business implication — not just its technical mechanism — is what a digital leader needs.

ThreatWhat It IsBusiness Implication
PhishingFraudulent messages that trick users into revealing credentials or installing malwareAccount takeover, fraudulent wire transfers, lost customer trust; the most common breach entry point
Malware and RansomwareMalicious software that encrypts or destroys data and demands paymentOperational shutdown, ransom payments, permanent data loss, regulatory disclosure obligations
Insider ThreatsCurrent or former employees, contractors, or partners who misuse legitimate accessHard-to-detect data exfiltration, sabotage, and IP theft; bypasses perimeter controls
Denial-of-Service (DDoS)A Distributed Denial-of-Service attack floods a service with traffic to make it unreachableRevenue loss during outages, SLA penalties, reputational damage, remediation costs
Data BreachesUnauthorized access to or exfiltration of sensitive dataRegulatory fines (GDPR, HIPAA, PCI DSS), legal exposure, customer churn, brand damage
Supply-Chain AttacksAdversaries compromise a trusted vendor or update channel to reach downstream targetsHard to detect, wide blast radius, erodes trust in the software ecosystem (e.g., SolarWinds)
MisconfigurationPublic storage buckets, over-permissive IAM roles, exposed management ports — an inside job by accidentThe leading cause of cloud data breaches; entirely preventable with proper controls

Ransomware deserves special attention: it has moved from nuisance to national-security concern, with double-extortion variants that both encrypt data and threaten to publish it publicly.

Cloud Security vs Traditional On-Premises Security

The shift from on-premises to cloud reframes who is responsible for what.

DimensionOn-Premises SecurityCloud Security
PerimeterYou own and defend the network edge (firewalls, VPNs)The provider's network is the perimeter; you defend identity and configuration
HardwareYou buy, rack, patch, and replace serversThe provider owns and maintains hardware
StaffingYou hire and train a 24/7 security operations teamThe provider runs global SOC teams for the infrastructure layer
PatchingYou patch OS, firmware, and middleware yourselfThe provider patches managed services; you patch what you control (apps, guest OS on IaaS)
Scaling DefensesCapacity planning is hard and expensiveDefenses scale elastically with demand (e.g., DDoS absorption)
Misconfiguration RiskLower — the blast radius is your networkHigher — one wrong IAM policy or public bucket can expose data globally
Responsibility ModelYou own everything end to endShared responsibility — provider secures infra, you secure data, identity, access, and config

The cloud centralizes patching and scales defenses automatically, but it also centralizes the consequences of a mistake. A misconfigured bucket in the cloud can be world-readable in seconds; an on-prem misconfiguration is usually contained to your network. This is why misconfiguration is now the dominant cloud breach cause and why strong IAM hygiene and configuration scanning are non-negotiable.

The Security Model Pillars: Control, Compliance, and the CIA Triad

Google and the broader security community expand the classic CIA triad with two governance pillars to form a complete cloud security model.

PillarDefinitionExample Control
ControlGovernance over who can do what, with accountability and least privilegeIAM roles, separation of duties, approval workflows
ComplianceAdherence to laws, regulations, and contractual obligationsSOC 2 audits, GDPR data-subject requests, HIPAA safeguards
ConfidentialityData is visible only to authorized parties — secrecyEncryption at rest and in transit, access labels
IntegrityData is not altered or destroyed unauthorizedly — trustworthinessHashing, write-once storage, versioning, audit logs
AvailabilityAuthorized users can access data and services when needed — resilienceMulti-region replication, DDoS protection, SLAs

The CIA triad (Confidentiality, Integrity, Availability) describes what you are protecting. Control describes how you govern access to it. Compliance describes the external rules you must satisfy. Together they answer: What are we protecting? Who decides? What rules bind us?

Key Security Terms and Concepts Glossary

A shared vocabulary lets security, engineering, and leadership communicate without ambiguity.

TermDefinition
Authentication (AuthN)Verifying who a user or system is — identity proofing (passwords, 2SV, biometrics, certificates)
Authorization (AuthZ)Determining what an authenticated identity is allowed to do — permissions and rights
EncryptionTransforming data into ciphertext using a key so only key-holders can read it; reversible with decryption
IAM (Identity and Access Management)The discipline and tooling for managing digital identities and their permissions across systems
Least PrivilegeGranting only the minimum access required to perform a task — no more, no less
Zero TrustA model that assumes no implicit trust; every request is authenticated, authorized, and encrypted regardless of network location
SecOps (Security Operations)The practice of continuously monitoring, detecting, investigating, and responding to security events
VulnerabilityA weakness in a system that could be exploited — the unlocked window
ThreatA potential actor or event that could exploit a vulnerability — the burglar
RiskThe probability and impact of a threat exploiting a vulnerability — the chance and cost of a break-in
MitigationAn action that reduces risk — locking the window, adding an alarm, transferring risk via insurance

Remember the chain: a vulnerability is a flaw, a threat exploits it, risk measures the danger, and a mitigation lowers the risk. Security work is fundamentally about shrinking that chain, layer by layer.

Test Your Knowledge

A company stores customer PII in a public cloud bucket that anyone on the internet can open. Which threat category does this represent?

A
B
C
D
Test Your Knowledge

Under the shared responsibility model, which of the following is the customer's responsibility in the cloud?

A
B
C
D
Test Your Knowledge

Which pillar of the expanded security model ensures data has not been altered or destroyed by unauthorized parties?

A
B
C
D