Skip to main content

SAP-C02

Lift-and-Shift Messaging vs Managed Queue | SAP-C02

When migrating a VM-based web frontend, RabbitMQ message broker, and Kubernetes backend to AWS, the key decision revolves around protocol compatibility vs. managed service adoption. This drill explores why Amazon MQ with EKS represents the optimal balance for minimal-refactoring migrations at the Professional level.

CloudFront Multi-Region Origin Routing Trade-offs | SAP-C02

A weather analytics SaaS expands from Europe to North America and faces regional latency issues despite using CloudFront. This drill explores the correct architecture pattern combining S3 Cross-Region Replication with Lambda@Edge origin routing—and why Global Accelerator and S3 Transfer Acceleration are costly distractors.

Hybrid Genomics Data Transfer Trade-offs | SAP-C02

A life sciences company needs to migrate containerized genomics workflows from on-prem to AWS, processing 200GB datasets in hours instead of weeks. This drill analyzes the critical decision between DataSync+Batch orchestration versus legacy transfer methods, focusing on FinOps impact and workflow automation maturity.

IoT Migration Trade-offs—Serverless vs Containers | SAP-C02

This SAP-C02 scenario explores migrating a legacy IoT telemetry platform to AWS. The decision centers on serverless-first architecture (IoT Core + Lambda + DocumentDB) versus container-based approaches, with FinOps impact quantified across data ingestion, storage, and reporting layers.

Centralized TGW Routing Across Accounts | SAP-C02

A hybrid enterprise needs to connect hundreds of VPCs across AWS accounts to on-premises infrastructure while maintaining granular routing control. This drill examines Transit Gateway architecture, cross-account sharing via AWS RAM, and the FinOps implications of centralized vs. distributed network topologies.

SQS Buffering for Resilient Event Ingestion | SAP-C02

When third-party dependencies fail in high-throughput IoT pipelines, the solution isn’t just adding a queue—it’s architecting for graceful degradation. This drill examines the SQS decoupling pattern, DLQ strategies, and why API Gateway direct integrations beat Lambda intermediaries for resilience.