Skip to content

the-momentum/healthstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

HealthStack

HIPAA-Compliant Infrastructure as Code for Healthcare on AWS

Contact us Visit Momentum MIT License

πŸ₯ Overview

HealthStack provides battle-tested Terraform modules for building secure and compliant healthcare infrastructure on AWS. These modules help healthcare organizations deploy HIPAA-compliant environments with confidence, focusing on security, scalability, and compliance from day one.

✨ Key Features

  • πŸ›‘οΈ Security-First Design: Pre-configured security settings aligned with healthcare compliance requirements
  • 🧩 Modular Architecture: Mix and match components for flexible infrastructure deployment
  • πŸ“š Comprehensive Documentation: Detailed guidance and examples for each module
  • πŸ”„ Continuous Updates: Regular security patches and compliance enhancements
  • ⚑ Rapid Deployment: Deploy compliant infrastructure in minutes, not weeks

πŸ“¦ Available Modules

Module Description Status
AWS WAF Web Application Firewall with healthcare-specific rule sets βœ… Available
AWS HealthLake Managed FHIR service with secure storage and access controls βœ… Available
AWS S3 Secure storage with encryption, versioning and lifecycle policies βœ… Available
AWS KMS Key Management Service for data encryption and key rotation βœ… Available
AWS VPN Secure VPN connection with multi-factor authentication βœ… Available
AWS CloudTrail & CloudWatch Comprehensive audit logging, monitoring and alerting βœ… Available
AWS VPC Multi-AZ VPC with public/private subnets, flow logs, and VPC endpoints βœ… Available
AWS Bedrock AI agents and machine learning with guardrails πŸ”œ Coming Soon
AWS RDS Managed databases with encryption and backup πŸ”œ Coming Soon
AWS GuardDuty Threat detection service πŸ”œ Coming Soon
AWS Backup Automated backup and disaster recovery πŸ”œ Coming Soon

πŸš€ Quick Start

Each module includes step-by-step 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"
}

πŸ”’ Security & Compliance

  • HIPAA Alignment: Modules designed with HIPAA Technical Safeguards in mind
  • Encryption Everywhere: All data encrypted at rest and in transit by default
  • Least Privilege Access: Fine-grained IAM policies limiting access to protected health information
  • Audit Trails: Comprehensive logging for all infrastructure activities
  • Regular Security Scans: Modules continuously tested against security benchmarks

πŸ› οΈ Development Status

We actively maintain and enhance these modules based on emerging security standards and AWS best practices. Current focus areas:

  • Adding SOC2 compliance validation tools
  • Adding more modules
  • Expanding support for healthcare-specific workloads
  • Implementing automated security scanning pipelines

πŸ‘₯ Contributing

We welcome contributions from the healthcare and security communities! Here's how you can help:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-enhancement)
  3. Commit your changes (git commit -m 'Add some amazing enhancement')
  4. Push to the branch (git push origin feature/amazing-enhancement)
  5. Open a Pull Request

Please review our contribution guidelines before submitting changes.

πŸ™‹β€β™€οΈ Support

  • Documentation: Review the detailed README in each module directory
  • Issues: Open an issue for bug reports or feature requests
  • Direct Support: Contact us at hello@themomentum.ai for personalized assistance
  • Office Hours: Join our monthly virtual office hours (schedule on our website)

πŸ‘¨β€πŸ’» Contributors

πŸ“„ License

HealthStack is available under the MIT License.


Built with ❀️ by Momentum β€’ Helping healthcare innovate with confidence