Why Flight PHP needs a HIPAA host, not a generic one
Flight is for small, fast endpoints: internal tools, device callbacks, glue services. The risk with small services is not complexity, it is that they get forgotten.
The service nobody remembers owning
Small internal endpoints are stood up quickly and reviewed rarely. Running one on monitored, patched, single-tenant infrastructure means that being forgotten is much less dangerous than it would otherwise be.
Internal is not the same as private
A tool only staff use still handles patient data and still needs a Business Associate Agreement behind it. Internal audiences change the threat model; they do not change what the law asks of you.
Minimal application, full platform
A few hundred lines of routing sits on the same hardened baseline as everything else: isolated account, encryption, WAF, audit logging, backups and monitoring configured before handover.
Where our responsibility ends
Stated plainly, because knowing this before an incident is worth more than discovering it during one.
We run
- The AWS account, VPC and network isolation
- The operating system, patching and hardening
- PHP, the web server, the database and TLS
- CloudFront, the WAF, encryption, audit logging and backups
- Monitoring and infrastructure incident response
You run
- Your Flight application and its routes
- Framework and dependency updates, unless scoped with us
- Who can reach the service and how it authenticates them
- The systems it talks to and the data it passes on
If a problem turns out to be the server, PHP or the infrastructure, open a ticket and we take it. If it is inside your service, we tell you what we found and hand it back with recommendations.
HIPAA hosting vs standard hosting
A $10 shared plan is not slightly less compliant; it is categorically different. Most mainstream hosts will not sign a BAA for shared hosting at any price.
Standard Hosting
Basic web hosting
HIPAA Compliant Hosting
Healthcare-grade security