Skip to main content
Cloud Breaches Don't Start in the CloudIncident Response
6 min readFor vCISO Practitioners

Cloud Breaches Don't Start in the Cloud

When Aesto Health disclosed in June 2026 that attackers had spent 16 days inside its AWS environment, exfiltrating data on 9.5 million individuals, the industry response followed a familiar script: blame the cloud provider, question the security team's AWS expertise, and recommend more cloud-native tools.

That's exactly backward.

Most cloud breaches don't happen because teams misconfigure S3 buckets or fail to enable CloudTrail. They happen because organizations treat cloud infrastructure as someone else's problem, security teams lack visibility into what's actually deployed, and incident response plans assume the perimeter still exists. The myths below persist because they let everyone avoid uncomfortable truths about governance, accountability, and the gap between what your contracts say and what your teams can actually detect.

Myth 1: AWS Shared Responsibility Means AWS Shares the Blame

Reality: You own everything above the hypervisor, including identity, access, logging, encryption key management, and network segmentation.

When Aesto Health's AWS infrastructure was compromised between December 2 and 18, 2025, the breach notice didn't mention AWS security failures. It mentioned unauthorized activity in portions of the company's environment. That's because AWS secured the infrastructure layer. Aesto Health was responsible for securing what ran on it.

The HIPAA Security Rule (45 CFR §164.308) requires covered entities and business associates to implement access controls, audit controls, and integrity controls. Those requirements don't disappear when you move to AWS; they transfer with the data. If you're storing Protected Health Information in S3, you need encryption at rest, encryption in transit, and access logging that feeds into a Security Information and Event Management system your team actually monitors.

The shared responsibility model isn't ambiguous. It's just inconvenient for organizations that want to outsource security along with infrastructure.

Myth 2: Discovery on December 18 Means the Breach Started on December 18

Reality: The breach started on December 2, 2025. Aesto Health didn't detect it for 16 days.

That gap between initial access and detection is where the real damage happens. Attackers don't smash-and-grab anymore; they establish persistence, escalate privileges, map your environment, and identify high-value targets before exfiltration begins. By the time you see the anomaly, they've already been inside long enough to understand your security posture better than you do.

NIST SP 800-61 defines the Incident Response Lifecycle in four phases: Preparation, Detection and Analysis, Containment/Eradication/Recovery, and Post-Incident Activity. Most organizations fail at Detection and Analysis because they don't instrument their cloud environments for behavioral anomalies. You're looking for failed login attempts when you should be watching for successful logins from unusual locations, API calls that don't match normal usage patterns, or data access volumes that spike without corresponding application changes.

For healthcare technology companies handling Protected Health Information, HIPAA's Breach Notification Rule (45 CFR §164.408) requires notification to HHS within 60 days of discovery. Aesto Health discovered the breach in December 2025 and notified HHS by June 2026, meeting the regulatory floor. But meeting the minimum doesn't mean your detection capability is adequate. It means you found out before the deadline forced you to assume the worst.

Myth 3: Engaging "Leading Cybersecurity Experts" After Breach Discovery Is Effective

Reality: If you're engaging forensics experts for the first time during an active incident, your Incident Response Plan failed in the Preparation phase.

Aesto Health's notice states they "engaged leading cybersecurity experts to identify what Personally Identifiable Information, if any, was involved." That's crisis management, not incident response. By the time you're onboarding a forensics firm, explaining your architecture, and granting access to your logging infrastructure, the attackers have already moved to the next stage of their operation.

Effective incident response requires pre-negotiated retainer agreements with forensics firms, documented escalation paths, and regular tabletop exercises that test your team's ability to execute under pressure. NIST SP 800-61 recommends establishing an Incident Response Team with defined roles, communication protocols, and decision authority before an incident occurs.

For vCISO practitioners advising healthcare clients, this means your Incident Response Plan needs three things the template doesn't include: a decision tree for when to activate external counsel (usually immediately for Protected Health Information breaches), pre-authorized access for your forensics retainer so they can begin work within hours, and a communication protocol that distinguishes between what you tell your breach coach, what you tell HHS, and what you tell affected individuals. Those are three different conversations with three different legal implications.

Myth 4: Notifying 9.5 Million Individuals Is Expensive; Prevention Would Have Cost More

Reality: The math doesn't support this assumption once you account for Total Cost of Risk.

Direct breach notification costs (mailing, call center, credit monitoring) are the visible expense. The Total Cost of Risk includes regulatory penalties, litigation, customer attrition, elevated insurance premiums, and the opportunity cost of executive time spent managing the incident instead of running the business.

HHS's Office for Civil Rights can impose penalties up to $1.5 million per violation category per year under HIPAA. State attorneys general can pursue additional penalties under state breach notification laws. Affected healthcare providers may terminate contracts or demand indemnification. And every one of those 9.5 million individuals is a potential plaintiff in a class action lawsuit alleging negligence.

Compare that to the cost of implementing CIS Controls v8.1 safeguards 6.1 (establish an access granting process), 8.2 (collect audit logs), and 8.11 (conduct audit log reviews). Those controls don't require a massive budget. They require governance, accountability, and the discipline to treat cloud infrastructure with the same rigor you'd apply to on-premises data centers handling Protected Health Information.

Myth 5: Healthcare Technology Companies Can Rely on HIPAA Compliance for Cloud Security

Reality: HIPAA compliance is a floor, not a ceiling, and it doesn't address many cloud-specific risks.

HIPAA's Security Rule predates modern cloud architecture. It requires administrative, physical, and technical safeguards but doesn't specify how to implement those safeguards in multi-tenant cloud environments where your data shares infrastructure with other customers.

ISO/IEC 27017 provides cloud-specific security controls that extend ISO/IEC 27001. ISO/IEC 27018 addresses Personally Identifiable Information protection in public cloud environments. HITRUST CSF maps HIPAA requirements to specific control implementations and includes cloud security domains that HIPAA doesn't address.

If you're a healthcare technology company storing Protected Health Information in AWS, your compliance program should reference HIPAA as the regulatory baseline and HITRUST or ISO 27017 as the implementation standard. That gives you defensible controls when HHS asks how you secured data in a shared infrastructure environment.

What to Do Instead

Start with visibility. You can't secure what you can't see, and most organizations don't have accurate inventories of what's running in their cloud environments. Implement cloud security posture management tools that continuously monitor for configuration drift and policy violations.

Build detection capability before you need it. Configure CloudTrail, enable GuardDuty, and route all security-relevant logs to a centralized system that your team (or your vCISO) reviews daily. Set baseline thresholds for normal API activity, data access patterns, and authentication behavior so you can identify deviations.

Test your Incident Response Plan with scenarios that assume cloud compromise. Your tabletop exercise should include questions like: Who has authority to shut down a production AWS environment? How do we preserve forensic evidence in ephemeral compute instances? What's our legal obligation to notify customers if we detect unauthorized access but can't confirm exfiltration?

Recognize that cloud security isn't a technical problem solved with better tools. It's a governance problem solved with clear ownership, documented processes, and the accountability to execute them when it matters.

The 9.5 million individuals affected by Aesto Health's breach didn't lose their data because AWS failed. They lost it because someone inside the organization didn't do the unglamorous work of reviewing logs, enforcing least-privilege access, and asking hard questions about what would happen if an attacker spent 16 days inside the environment.

That's the work that prevents breaches. Everything else is just cleanup.

You Might Also Like