Quick Answer
If your healthcare or life sciences team already runs repetitive browser work involving ePHI, AWS's 2026-05-21 announcement makes Amazon Nova Act a valid option for HIPAA-scoped workloads. That does not make a browser agent automatically compliant. It means the service can be used when your organization has the required AWS agreements and configures the workload correctly.
For a first rollout, use Nova Act only on narrow, repeatable workflows such as insurance verification, claim status checks, referral lookups, or portal data entry. Start with one workflow, one account boundary, one review queue, and one logging plan. If the task needs open-ended medical judgment, patient-facing advice, or unsupervised action across many systems, do not start with Nova Act.
As of 2026-05-22, the safest rollout order is:
- confirm your AWS Business Associate Addendum and HIPAA account setup
- keep playground and API-key prototypes on synthetic or de-identified data only
- choose one browser workflow with clear start and stop conditions
- keep least-privilege IAM, encryption, and audit logging in place before any production run
- require human review for exceptions, failed runs, and sensitive downstream actions
- prove reliability on a non-production or low-risk queue before you expand scope
What Changed on 2026-05-21
On 2026-05-21, AWS announced that Amazon Nova Act is now HIPAA eligible and the service now appears in the AWS HIPAA Eligible Services Reference. That is the change that matters for healthcare teams: Nova Act can now be used in HIPAA-scoped AWS workloads when the account is covered by an AWS Business Associate Addendum (BAA) and the customer configures the workload to meet HIPAA requirements.
The practical boundary is narrower than the headline. Browser-based AI agents can now sit inside HIPAA-scoped AWS architectures, while AWS's Shared Responsibility Model still leaves identity, data handling, application configuration, and operational controls with the customer.
What Nova Act Actually Does
AWS documents Amazon Nova Act as a service for building and managing fleets of browser automation agents. The service can work through production UI workflows, combine natural-language tasks with Python code, escalate to a human supervisor when needed, and integrate with API calls, remote MCP, and agentic frameworks.
Use Nova Act when the real bottleneck is still trapped inside web portals or UI-driven systems with no clean internal API.
Use Nova Act when the workflow looks like this:
- open a browser-based portal
- find the correct record or task
- read fields from one system
- fill fields in another system
- submit or capture status
- stop or escalate when the state is unclear
Do not use Nova Act because a task merely contains healthcare data. Use it when the task is a browser workflow that humans already perform in a fairly repeatable way.
Where HIPAA Eligibility Helps Most
The official AWS announcement names healthcare workflows such as appointment scheduling, insurance verification, prior authorization, claim status checks, appeals, reimbursement tracking, and referrals. Those are good first candidates because the work is often repetitive, UI-heavy, and expensive to keep fully manual.
For a first pilot, the main gain is fewer handoffs and less copy-paste work in systems that do not offer stable API-based automation.
Use Nova Act first on workflows with all of these properties:
| Check | Good fit for Nova Act | Poor fit for Nova Act |
|---|---|---|
| Workflow shape | Repetitive portal work with stable steps | Open-ended case management or medical reasoning |
| Input quality | Structured fields or predictable document lookups | Messy records that need frequent judgment calls |
| Risk level | Delays or rework are recoverable through review | One wrong action creates patient, legal, or billing exposure |
| Exit condition | Clear success, fail, or escalate state | No reliable way to know whether the task is complete |
| Oversight | Human team can sample and review outputs | No one owns exception handling |
If your team cannot describe the workflow as a bounded checklist, Nova Act is probably the wrong first agent.
What HIPAA Eligibility Does Not Change
Do not translate "HIPAA eligible" into "safe by default" or "compliant by default." The HIPAA Eligible Services Reference explicitly says customers still must configure the services consistent with HIPAA requirements. AWS's Shared Responsibility Model makes the same boundary clear: AWS protects the cloud infrastructure, while customers remain responsible for their own data handling, identity controls, application configuration, and operational procedures.
For Nova Act specifically, that means AWS's announcement does not remove the need to decide:
- which accounts and environments may handle ePHI
- which identities can start, inspect, or modify workflows
- what data the agent may read, store, or export
- which actions require human approval before completion
- how logs, secrets, and run artifacts are retained and protected
If those decisions are still unsettled, do not move from experimentation to production just because the service is now eligible.
Before You Build the First Workflow
Confirm these prerequisites before any real patient-related workload touches Nova Act.
| Requirement | What to verify on 2026-05-22 | Why it matters |
|---|---|---|
| AWS agreement | Your organization has an executed AWS BAA and the relevant account is designated for HIPAA use | Nova Act eligibility depends on the AWS compliance framework, not just the feature itself |
| Service eligibility | Amazon Nova Act appears in the AWS HIPAA Eligible Services Reference | This is the eligibility trigger behind the rollout decision |
| Region | The Nova Act docs list US East (N. Virginia) support | Region affects architecture and where ePHI-bearing workflows may run |
| Interface boundary | Nova Act setup docs separate web playground/API-key use from AWS IAM/deployed-service use | Use playground/API-key experiments only with synthetic or de-identified data; run real ePHI only in the BAA-covered AWS account path |
| Access control | IAM roles are limited to the smallest set of operators and services | Browser agents can touch sensitive systems quickly if over-permissioned |
| Data trail | Nova Act encryption docs are reviewed for Agent Trajectory, screenshots, and response data | Prompts, page screenshots, and agent responses can become review artifacts |
| Encryption and logs | Nova Act encryption and CloudTrail logging limits are documented in the design | You need reviewability, not just automation, and some controls are not customer-managed |
| Exception path | Human reviewers can inspect uncertain or failed runs | A browser agent should escalate, not improvise through ambiguity |
AWS's own getting-started guidance for this launch calls out the BAA process, review of Nova Act security documentation, IAM, KMS, CloudTrail, and a design review with the AWS Well-Architected Tool before workloads involving ePHI go live. For Nova Act specifically, do not treat a quick playground test as a HIPAA pilot. The playground and API-key path are useful for learning the interface, but ePHI-bearing runs belong in the AWS account, identity, and logging boundary your BAA and security team have approved.
Choose a Safe First Workflow
Do not begin with prior authorization submission if your team has not already automated simpler portal work. Start with the workflow that has the smallest decision surface.
Pick a first workflow that meets all five conditions:
- one operator team already follows a standard checklist
- one or two portals are involved
- all required fields are known before the run starts
- the final result is status capture, draft preparation, or queue routing; irreversible transactions stay outside the first run
- a human can review the result in less than a minute
Better first-rollout examples:
- insurance eligibility verification
- claim status collection
- referral status lookup
- appointment slot lookup for internal staff
- extracting structured status data from payer portals into an internal queue
Examples to avoid for the first rollout:
- anything that creates patient-facing advice
- workflows that decide medical necessity
- actions that submit final treatment or billing decisions without review
- multi-portal flows where each site changes often and no fallback exists
A Minimal Nova Act Workflow You Can Actually Pilot
For a first healthcare pilot, keep the Nova Act surface small: one session, one portal, one act() goal, and four output states. AWS's Nova Act docs define a workflow as act() statements plus Python orchestration inside a session, so the first production-shaped workflow should look reviewable before it looks clever.
You can prototype the workflow contract in the web playground or IDE extension, but only with synthetic or de-identified data. Before any real ePHI appears in a run, move the workflow into the AWS IAM/deployed-service path that belongs to the HIPAA-scoped account and logging design.
| Part | Minimum contract for a first run | Why this is the right floor |
|---|---|---|
| Session | One assigned operator account and one payer or provider portal | Limits blast radius and simplifies audit review |
| Input payload | Internal queue ID, portal name, allowed task scope, and the minimum approved search fields | Keeps ePHI exposure to the minimum fields required |
act() instruction |
Use the approved search fields, capture status fields, and stop on mismatch or unfamiliar page state | Tells the agent what success and failure look like without embedding identifiers in the instruction text |
| Output states | success, needs_review, portal_changed, failed |
Gives reviewers a small contract to validate |
| Evidence | Run ID, timestamp, and the fields captured | Makes exception review and QA possible |
An initial act() instruction can be this narrow:
Open the assigned payer portal with the approved workflow account, use only the search fields supplied by the controlled workflow input, capture eligibility status, plan name, and effective date, and stop immediately if the returned record does not match the expected identifiers, MFA is requested outside the approved flow, or the page layout no longer matches the reviewed path.
Treat the workflow result as a contract, not a chat response. An illustrative output can be as small as this:
{
"status": "needs_review",
"capturedFields": {
"eligibilityStatus": "active",
"planName": "example-plan",
"effectiveDate": "2026-05-01"
},
"exceptionReason": "manual_review_required",
"reviewRequired": true
}
If you cannot define the stop conditions and output schema before you build, the workflow is not narrow enough for a first HIPAA-scoped pilot.
Data Boundaries You Should Not Skip
Nova Act data handling needs its own checklist because browser agents create artifacts that API integrations do not. As of 2026-05-22, AWS's Nova Act encryption docs describe Agent Trajectory as temporary data that can include the input prompt, screenshots of visited pages, and agent responses.
Before a HIPAA-scoped run, set these boundaries:
| Boundary | First-pilot rule | Source to check |
|---|---|---|
| Playground and API-key tests | Synthetic or de-identified data only | Getting started with Nova Act |
act() and free-form fields |
Do not write patient identifiers, secrets, or credentials into natural-language instructions | Nova Act data protection |
| Screenshots and trajectories | Treat run artifacts as sensitive review records; define retention and reviewer access before live testing | Nova Act encryption |
| CloudTrail | Enable Nova Act data events explicitly; do not rely on Event history alone for workflow-step audit | Logging Nova Act API calls |
| Encryption and network controls | Plan around AWS-owned KMS keys, no customer-managed KMS keys, and no current PrivateLink support | Nova Act encryption |
Nova Act can still be used for HIPAA-scoped work. The first design should minimize what appears in prompts, screenshots, artifacts, and logs before you argue about model reliability.
A Practical Nova Act Rollout Pattern
For the first production-shaped rollout, keep the agent on the repeatable middle and keep humans on approvals and exceptions.
Model the first rollout like this:
| Stage | What the agent does | What the human does |
|---|---|---|
| Intake | Receive a predefined task payload with only required fields | Confirm the workflow should run |
| Execution | Open the target portal, navigate, read fields, and perform the scripted browser workflow | Intervene only if the run hits an exception state |
| Output | Return a structured result such as success, failed, needs review, or captured status | Approve sensitive next steps and correct edge cases |
| Audit | Write run metadata and outcome logs | Sample runs, review exceptions, and update controls |
In healthcare, the bigger failure mode is silent drift: wrong patient context, stale portal assumptions, or incomplete audit evidence.
Guardrails for Browser Agents Handling ePHI
If the workflow may touch ePHI, keep the first design conservative.
Keep these guardrails in the first design:
- use a dedicated HIPAA-scoped AWS account or environment boundary
- limit the workflow to a named portal and a named task type
- pass only the minimum fields required for the run
- keep patient identifiers out of
act()text and other free-form instructions where possible - require explicit stop conditions when the page state is unfamiliar
- block free-form data export to unapproved destinations
- log workflow starts, approvals, exceptions, and final outcomes
- rotate credentials and secrets through standard AWS controls instead of embedding them in workflow code
Nova Act is attractive because it can combine natural language and Python in the same workflow. That flexibility is useful, but it also means your team should review where the workflow is deterministic and where it is letting the model improvise. In HIPAA-scoped work, shrink the improvisation surface as much as possible.
When Nova Act Is Better Than Traditional RPA
Prefer Nova Act over a conventional RPA tool only in a narrow situation: UI automation keeps breaking because the workflow is too variable for brittle selectors, yet the task is still structured enough for a human to define clear goals and escalation rules.
Prefer Nova Act over classic script-heavy automation when:
- portal layouts shift often enough that brittle selectors are expensive to maintain
- staff work from visible UI context rather than APIs
- the workflow needs lightweight interpretation, not deep domain judgment
- you can define clear success, fail, and escalate states
Prefer a more traditional integration or rules engine when:
- the system already has a stable API
- the task is deterministic and easy to model without an LLM
- compliance policy requires the smallest possible model footprint
- the cost of browser execution is hard to justify against a simple API call
As of 2026-05-22, the Amazon Nova pricing page lists Nova Act workflow runtime as agent-hour pricing and says time waiting for human input is not billed. Use that only as a budgeting input, not as a reason to automate a high-risk workflow. If a stable API can finish the task cheaper with fewer artifacts, start there.
When Amazon Connect Health May Fit Better
Nova Act is the browser-agent option. If the real goal is a larger healthcare contact-center, EHR-connected, or patient-access workflow, compare it with Amazon Connect Health before you force browser automation into the design.
Use this split for a first architecture review:
| Need | Start with |
|---|---|
| Automating an existing payer or provider portal that has no stable API | Nova Act |
| Building a broader patient access, scheduling, contact-center, or EHR-connected workflow | Amazon Connect Health |
| Moving data between systems that already expose approved APIs | API integration or rules engine |
| Running fixed UI steps with little language interpretation | Traditional RPA or deterministic browser automation |
Red Flags That Mean You Should Pause
Pause the rollout if any of these appear during testing:
- operators cannot agree on the exact workflow boundary
- the same task needs frequent judgment calls that are not written down
- different portals require different interpretations of the same field
- the team has no exception queue owner
- logging is incomplete or cannot be reviewed quickly
- the only success metric is "it looked fine in a demo"
These are process problems first. Nova Act will amplify them, not solve them.
A 14-Day Pilot Plan
Keep the first two weeks narrow.
Days 1-3: compliance and scope
- confirm the BAA and HIPAA account setup
- confirm Nova Act region fit and environment boundaries
- choose one workflow with a written checklist and escalation path
- define what the pilot will never do
Days 4-7: workflow build and dry runs
- implement the browser workflow against test or low-risk data
- define structured outputs such as
success,failed,needs_review, andportal_changed - add logging and reviewer access before volume testing
- record every exception instead of patching around it invisibly
Days 8-11: supervised live trial
- run a small batch on low-risk tasks
- compare cycle time, failure reasons, and reviewer effort against the manual process
- review whether failures come from portal volatility, missing inputs, or weak workflow boundaries
Days 12-14: go or no-go decision
- expand only if the workflow stays bounded and reviewable
- stop if the process still depends on undocumented judgment
- redesign if the best result is partial automation plus manual completion
Use hard gates before any expansion:
| Gate | Minimum pass condition |
|---|---|
| Wrong-patient or wrong-record action | 0 incidents |
| Unreviewed final submission | 0 incidents |
| Audit evidence | 100% of sampled runs include run ID, timestamp, portal, output state, and reviewer status |
| Exception handling | 100% of needs_review, portal_changed, and failed runs have an owner before downstream action |
| Run accounting | Queue count matches success + needs_review + portal_changed + failed; no hidden "unknown" bucket |
| Reviewer effort | Reviewer time and rework are measured against the manual baseline before scope expands |
If submission still depends on human judgment, stop at data retrieval or status capture for the first production release.
FAQ
Is Amazon Nova Act automatically HIPAA compliant now?
No. As of 2026-05-22, AWS says Nova Act is HIPAA eligible, which means it can be used in HIPAA-scoped workloads under AWS's compliance framework. Your organization still has to configure the account, access controls, logging, encryption, and operational process correctly.
What is the best first Nova Act workflow for a healthcare team?
Start with a repetitive browser workflow that already has a stable checklist and a recoverable failure mode, such as insurance verification, claim status lookup, or referral status checks. Avoid open-ended clinical or financial decision workflows for the first rollout.
Should Nova Act replace human operators in regulated workflows?
No. The safer model is supervised automation. Let the agent handle repeatable browser work, and let humans own approvals, exceptions, and policy-sensitive decisions.
When should I not use Nova Act?
Do not start with Nova Act if the task already has a stable API, if one wrong action creates unacceptable legal or patient risk, or if your team cannot yet define clear stop conditions and an exception queue.
Can I test real patient data in the Nova Act playground?
No for a first healthcare rollout. Use synthetic or de-identified data in the playground and API-key path. Put real ePHI only in the BAA-covered AWS account path after IAM, logging, data-retention, and reviewer controls are approved.
Verification Note
Official sources checked on 2026-05-22:
- AWS Machine Learning Blog: Amazon Nova Act is now HIPAA eligible
- AWS Docs: What is Amazon Nova Act?
- AWS Docs: Getting started with Amazon Nova Act
- AWS Docs: Data protection in Amazon Nova Act
- AWS Docs: Encryption at rest in Amazon Nova Act
- AWS Docs: Logging Amazon Nova Act API calls with AWS CloudTrail
- AWS Compliance: HIPAA Eligible Services Reference
- AWS Compliance: Shared Responsibility Model
- AWS Pricing: Amazon Nova pricing
- AWS: Amazon Connect Health