AWS Audit Manager's HIPAA Framework Gets a Quiet Upgrade: What EU Healthcare Vendors Handling US Patient Data Need to Know
AWS Audit Manager's HIPAA framework now automates 24 controls for healthcare compliance, but EU vendors serving US clients still treat evidence collection like a quarterly fire drill. Time to shift from reactive screenshots to continuous compliance automation.

The compliance automation tooling for healthcare data just got marginally less painful. AWS Audit Manager’s prebuilt HIPAA Security Rule 2003 framework now ships with 24 automated controls and 61 manual controls across 5 control sets - a configuration that matters precisely because most EU healthcare vendors serving US clients still treat HIPAA evidence collection as a quarterly fire drill rather than a continuous process.
In Brief
A Pattern Update is not news - we deployed a swarm of AI agents to detect a meaningful shift in an engineering practice (a tool release, a new regulation, a public incident, fresh benchmark data) and explains exactly what changed and what to do about it. Each piece ends with a concrete ‘do this next sprint’ suggestion.
What: AWS Audit Manager provides a prebuilt framework supporting the HIPAA Security Rule of February 2003, offering 24 automated and 61 manual controls for healthcare compliance evidence collection. Why it matters: EU healthcare technology vendors processing US patient data can now automate a significant portion of their audit evidence gathering, reducing the manual burden that typically consumes 40-60 hours per audit cycle. What it means for Bulgaria and the region: Bulgarian healthtech companies serving US healthcare clients - and there are more than most people realize - can leverage AWS’s Frankfurt (eu-central-1) region to maintain data residency while automating HIPAA compliance workflows, a combination that addresses both NIS2 requirements and US healthcare contracts simultaneously.
For practitioners navigating the intersection of EU data sovereignty and US healthcare compliance, ISTA 2026 in September is where these cross-border compliance patterns get debated in person - speaker applications are open until May 31.
Pattern Name: Continuous Compliance Evidence Collection for Cross-Border Healthcare Data
Why This Is Important: Healthcare vendors operating across US-EU boundaries face compounding regulatory requirements; automating evidence collection is no longer optional but a prerequisite for sustainable compliance operations.
Domain: Security & Compliance
Who Should Care: DevOps/SRE / Security / Backend / Manager
Level: Intermediate
Evidence Type: Standard
Many of the patterns covered in the Content Hub will take center stage at ISTA Conference - where human practitioners and tech leaders discuss them live, debate the trade-offs in real time, and put them in the context of the latest industry shifts. Stay tuned for the program announcement.
Pattern Name
Continuous Compliance Evidence Collection for Cross-Border Healthcare Data
The Problem
Healthcare technology vendors operating in the EU while serving US healthcare clients face a compliance burden that compounds rather than simplifies. The HIPAA Security Rule establishes national standards for protecting the confidentiality, integrity, and availability of electronic protected health information (ePHI). Meanwhile, NIS2 and GDPR impose their own requirements on the same data flows.
The traditional approach - quarterly evidence collection sprints where engineers drop everything to screenshot configurations and export logs - creates predictable chaos. Evidence becomes stale between collection cycles. Engineers context-switch away from delivery work. Auditors receive documentation that reflects a point-in-time snapshot rather than continuous compliance posture.
The deeper problem is that HIPAA compliance extends beyond covered entities (hospitals, insurers, medical providers) to business associates - any organization that handles PHI on behalf of a covered entity. A Bulgarian software company building a patient portal for a US hospital network is a business associate. A Sofia-based analytics firm processing claims data for a US insurer is a business associate. The compliance obligation follows the data, not the geography.
What Changed This Week
AWS Audit Manager’s HIPAA Security Rule 2003 framework documentation received updates clarifying the control structure and integration requirements. The framework now explicitly documents 24 automated controls, 61 manual controls, and 5 control sets - numbers that matter for capacity planning.
The critical integration note: the framework requires AWS Security Hub CSPM (Cloud Security Posture Management) with all standards enabled, plus specific AWS Config rules mapped to HIPAA requirements. AWS provides a downloadable mapping file (AuditManager_ConfigDataSourceMappings_HIPAA-Security-Rule-Feb-2003.zip) that specifies exactly which Config rules feed which controls.
This is not a new framework - the HIPAA Security Rule dates to February 2003, and AWS has supported it in Audit Manager for years. What changed is the documentation clarity around prerequisites and the explicit acknowledgment that these controls “aren’t intended to verify if your systems are compliant with the HIPAA standard” and “can’t guarantee that you’ll pass a HIPAA audit.” That disclaimer matters because it sets realistic expectations: this is evidence collection automation, not compliance certification.
Why Now
Three converging pressures make this pattern relevant in April 2026:
First, the US Department of Health and Human Services has increased enforcement activity against business associates, not just covered entities. EU vendors who assumed HIPAA was “the US hospital’s problem” are discovering that business associate agreements carry real audit exposure.
Second, NIS2 enforcement is now active across EU member states, including Bulgaria. Healthcare is explicitly listed as an essential sector. Organizations must demonstrate security measures and incident reporting capabilities. The overlap between NIS2 security requirements and HIPAA administrative safeguards is substantial - automating evidence collection for one framework provides partial coverage for the other.
Third, the AWS Frankfurt region (eu-central-1) now supports the full Audit Manager feature set, enabling EU healthcare vendors to maintain data residency while using US-standard compliance frameworks. This removes the previous friction where compliance automation required data to transit through US regions.
The New Practice
The shift is from periodic evidence collection to continuous evidence accumulation with periodic review.
Configure AWS Audit Manager to run assessments against the HIPAA Security Rule 2003 framework continuously. The 24 automated controls pull evidence from AWS Config rules and Security Hub findings without manual intervention. Evidence accumulates in assessment folders organized by control set.
For the 61 manual controls - covering procedural requirements like workforce training, access authorization procedures, and contingency planning - establish a cadence for uploading evidence. Monthly is reasonable for most controls; some (like security incident procedures) should be updated after each relevant event.
When audit time arrives, use Audit Manager’s evidence finder to search across accumulated evidence, export relevant items, and generate assessment reports. The report becomes the audit artifact, not a hastily assembled collection of screenshots.
The practice change for engineering teams: treat compliance evidence as a continuous output of operations, not a separate activity. Security Hub findings, Config rule evaluations, and CloudTrail logs are already being generated. The framework simply organizes them into auditor-consumable structure.
Tooling Implications
Benefits from this pattern:
- AWS Audit Manager (obviously) - the framework is native
- AWS Config - required for automated control evidence; ensure rules from the mapping file are enabled
- AWS Security Hub - CSPM standards must be enabled for full coverage
- AWS CloudTrail - provides the audit trail for access and change events
Becomes partially redundant:
- Manual evidence collection scripts that screenshot console configurations
- Spreadsheet-based control tracking (though some organizations will maintain these as secondary records)
- Point-in-time compliance scanning tools that don’t integrate with Audit Manager
Version and configuration notes:
- The framework supports the February 2003 Security Rule, not the 2013 Omnibus Final Rule (a separate framework exists for that)
- Evidence finder requires Audit Manager to be configured with an S3 bucket for evidence storage
- Cross-account evidence collection requires AWS Organizations integration
Evidence
The primary source is AWS Audit Manager documentation for HIPAA Security Rule: Feb 2003, which specifies the control counts and integration requirements.
The HIPAA Security Rule itself is published by the U.S. Department of Health and Human Services, establishing the legal requirements that the framework maps to.
AWS’s Architecting for HIPAA Security and Compliance on Amazon Web Services whitepaper provides the architectural context for how AWS services can be configured to support HIPAA requirements.
Failure Modes
Incomplete Config rule coverage: The framework assumes specific AWS Config rules are enabled. If the rules from the mapping file aren’t active, automated controls show “insufficient evidence” rather than compliance status. Teams discover this gap during audit prep, not during continuous operation.

Security Hub standards disabled: The framework pulls from Security Hub CSPM findings. If standards are disabled or partially configured, evidence collection silently fails for affected controls. The assessment appears to run successfully but produces incomplete results.
Manual control neglect: The 61 manual controls require human evidence uploads. Teams that focus only on the 24 automated controls arrive at audit time with 71% of their controls showing no evidence. Auditors notice.
Evidence staleness for manual controls: Uploading training records once and never updating them creates a different problem - evidence that’s technically present but obviously outdated. A workforce training record from 2024 doesn’t demonstrate 2026 compliance.
Cross-region evidence gaps: If workloads span multiple AWS regions but Audit Manager is configured in only one, evidence collection misses resources in other regions. This is particularly relevant for EU vendors using both Frankfurt and Ireland regions.
Metrics to Watch
Evidence coverage ratio: Percentage of controls with evidence uploaded in the current assessment period. Target: 100% for automated controls, >90% for manual controls.
Evidence freshness: Age of most recent evidence for each control. Manual controls should show evidence updated within their defined cadence (monthly, quarterly, or event-driven).
Config rule compliance percentage: AWS Config dashboard shows compliance status for enabled rules. Rules feeding HIPAA controls should maintain >95% compliance; lower percentages indicate configuration drift.
Security Hub finding count by severity: Critical and high-severity findings in Security Hub directly impact HIPAA control evidence. Track trend over time; increasing findings indicate degrading compliance posture.
Assessment report generation time: How long it takes to produce an audit-ready report from accumulated evidence. If this exceeds 4 hours, evidence organization needs improvement.
Do This Next Sprint
- Download and review the Config rule mapping file from AWS documentation. Compare against currently enabled Config rules in your account. Enable missing rules before the next assessment cycle.
- Verify Security Hub CSPM standards are fully enabled. Navigate to Security Hub → Security standards and confirm all standards show “Enabled” status. Partial enablement produces partial evidence.
- Create an Audit Manager assessment using the HIPAA Security Rule 2003 framework. Select the AWS accounts and regions containing PHI workloads. Let it run for one week to establish baseline evidence collection.
- Establish a manual evidence upload schedule. Map each of the 61 manual controls to an owner and upload cadence. Create calendar reminders. The first upload cycle will be painful; subsequent cycles become routine.
- Configure evidence finder with an S3 bucket for evidence storage. Test the search and export functionality before audit season arrives.
What This Means for Bulgaria
Bulgarian healthtech companies have quietly built a significant presence in US healthcare technology supply chains. Sofia-based development teams build patient portals, claims processing systems, and clinical analytics platforms for US healthcare organizations. These engagements make Bulgarian companies business associates under HIPAA.
The AWS Frankfurt region (eu-central-1) provides the infrastructure for maintaining EU data residency while serving US healthcare clients. This matters for NIS2 compliance, which requires essential sector organizations to implement appropriate security measures and maintain incident reporting capabilities. Using a framework that automates evidence collection for HIPAA simultaneously generates evidence relevant to NIS2 security requirements.
The Bulgarian healthtech hiring market reflects this cross-border compliance reality. Job postings increasingly list HIPAA familiarity alongside GDPR knowledge. Security engineers who understand both frameworks command premium rates. DevOps engineers who can configure compliance automation tooling are particularly scarce.
For ISTA community members working in healthcare technology, the pattern represents a maturation of compliance operations from reactive to continuous. The tooling exists; the question is whether organizations adopt it before or after their first business associate audit.
Dig Deeper
- AWS Architecting for HIPAA Security and Compliance Whitepaper - The canonical reference for AWS service configurations that support HIPAA requirements; essential reading before configuring Audit Manager assessments.
- HHS Security Rule Guidance Materials - Primary source for understanding what the Security Rule actually requires; the AWS framework maps to these requirements, so understanding the source matters.
- AWS Config Managed Rules Reference - Complete list of AWS Config managed rules with descriptions; use this to understand what each rule in the HIPAA mapping file actually evaluates.
- NIS2 Directive Full Text - For teams operating under both HIPAA and NIS2, understanding the overlap requires reading both; this is the authoritative NIS2 source.
Many of the patterns covered in the Content Hub will take centre stage at ISTA Conference this September, where practitioners and tech leaders discuss them live, debate the trade-offs, and put them in the context of the latest industry shifts. Stay tuned for the programme announcement.


