HealthStack provides ready-to-use Terraform modules for building secure and compliant healthcare infrastructure on AWS. Our modules help healthcare companies deploy HIPAA-compliant infrastructure quickly and reliably.
- Pre-configured security settings aligned with healthcare compliance requirements
- Modular design for flexible infrastructure deployment
- Detailed documentation for each module
- Regular security updates and maintenance
Currently available modules:
- โ AWS WAF: Web Application Firewall configuration for protecting healthcare applications
- โ AWS HealthLake: Managed FHIR service setup for healthcare data management
- โ AWS S3: Secure storage configuration with encryption and access controls
- โ AWS KMS: Key Management Service for data encryption and key management
- โ AWS VPN: Secure VPN connection to your VPCs from anywhere
Coming soon:
- AWS CloudTrail for comprehensive audit logging
- AWS CloudWatch for monitoring and alerting
- AWS Bedrock for AI agents and machine learning
- AWS RDS for managed databases
- AWS Backup for automated backups
Each module includes detailed documentation in its respective folder. Here's a simple example of setting up a FHIR repository:
module "healthlake" {
source = "github.com/momentum-ai/healthstack.git//aws-healthlake/module"
datastore_name = "fhir-datastore"
kms_admin_iam_arn = var.my_admin_user
preload_data = false
create_kms_key = true
data_bucket_name = "fhir-data-bucket"
logs_bucket_name = "fhir-logs-bucket"
}
- All modules follow AWS security best practices
- Default configurations prioritize security
- Built-in encryption and access controls
We actively maintain and improve these modules. Our current focus:
- Adding more security-focused modules
- Implementing automated code scanning
- Expanding documentation and examples
- Adding compliance validation tools
We welcome contributions! Here's how you can help:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
Please review our contribution guidelines before submitting changes.
- Review the documentation in each module's README
- Open an issue for bug reports or feature requests
- Contact us at hello@themomentum.ai for direct support
HealthStack is available under the MIT License.
Built with โค๏ธ by Momentum