This article details Artera's scalable AWS architecture for their AI-powered prostate cancer diagnostic platform, which processes large biopsy images and delivers personalized treatment recommendations. It highlights the use of AWS services for secure data ingestion, complex AI model orchestration, and regulatory compliance, addressing challenges of high-resolution image processing and sensitive patient data management.
Read original on AWS Architecture BlogArtera's AI-powered prostate cancer diagnostic platform is a prime example of building a scalable and compliant system for processing sensitive medical data with AI/ML workloads. The core challenge involved managing extremely large biopsy image files (up to 8 GB each), breaking them down into smaller patches for model processing, and serving millions of these patches to foundation models for training and inference, all while adhering to strict healthcare regulations like HIPAA.
The system leverages a comprehensive suite of AWS services, emphasizing a modern, scalable design. The architecture is designed to handle high-volume data ingestion, complex workflow orchestration, and globally distributed deployments while ensuring data locality and stringent security.
Key System Design Challenges
<ul><li><strong>Large Data Volume:</strong> Handling biopsy images up to 8GB, requiring chunking and high-volume serving to ML models.</li><li><strong>Complex Workflows:</strong> Orchestrating multiple AI models and preprocessing steps.</li><li><strong>Regulatory Compliance:</strong> Adhering to HIPAA and other data residency requirements for sensitive patient data.</li><li><strong>Performance:</strong> Accelerating diagnosis time to results for critical medical decisions.</li></ul>
This architecture demonstrates a robust pattern for building compliant, high-performance AI/ML platforms on the cloud, particularly for scenarios involving large, sensitive datasets and complex computational workflows. The emphasis on containerization (ECS/EKS), managed services (RDS, EFS, ElastiCache), global network optimization (Global Accelerator, CloudFront), and strong security controls (IAM, KMS) highlights best practices in modern cloud-native system design.