Accelerate Workload Migration and Modernization
Select workloads for migration, determine optimal migration approaches, architect new solutions for existing workloads, and identify modernization opportunities (~20% of exam).
AWS Accelerate Workload Migration and Modernization refers to a comprehensive approach for moving and transforming applications from on-premises environments to AWS cloud infrastructure while optimizing them for cloud-native capabilities. The migration process typically follows the 7 Rs framework:…
SAP-C02 - Accelerate Workload Migration and Modernization Example Questions
Test your knowledge of Accelerate Workload Migration and Modernization
Question 1
A biotechnology research firm is developing a genomic sequencing analysis platform that processes DNA samples submitted by partner laboratories worldwide. The platform receives batches of sequencing data files ranging from 500 GB to 2 TB per submission, with an average of 8-12 submissions per week. Each analysis pipeline involves multiple stages: initial quality control (15-20 minutes), sequence alignment (2-4 hours), variant calling (1-2 hours), and annotation (30-45 minutes). The computational requirements vary dramatically across stages - alignment requires 256 GB RAM with 64 vCPUs, while annotation only needs 16 GB RAM with 4 vCPUs. The firm's bioinformatics team has developed their pipeline using Nextflow workflow orchestration with containerized tools from BioContainers. They need the ability to run hundreds of parallel tasks during the alignment phase while minimizing costs during idle periods. The pipeline must support spot instance interruption handling since analyses can checkpoint and resume. Data processing must occur within specific AWS regions to comply with international genomic data regulations. Which compute platform architecture would MOST effectively address this genomic analysis workload?
Question 2
A global insurance company is modernizing their claims processing monolith into microservices on AWS. The current system handles 2 million claims annually across auto, home, property, and life insurance products. The architecture team has decomposed the application into 34 microservices running on Amazon ECS, with each service owning its data store. The Claims Validation Service, Fraud Detection Service, and Payment Authorization Service must coordinate to process each claim. Business rules require that if fraud is detected after payment authorization begins, all previous steps must be compensated and the claim flagged for investigation. Currently, the team implemented distributed transactions using two-phase commit (2PC) across services, but they are experiencing frequent timeouts during peak periods when processing 800 claims per hour. The 2PC coordinator service has become a bottleneck, and partial failures leave claims in inconsistent states requiring manual intervention. The compliance team mandates full audit trails of all state changes and requires the ability to replay claim processing for regulatory reviews. Which architectural pattern should the solutions architect recommend to address the coordination challenges while maintaining data consistency and meeting compliance requirements?
Question 3
A global logistics company operates a shipment tracking system that uses Aurora Serverless v2 with PostgreSQL compatibility. The system receives real-time GPS updates from 50,000 delivery vehicles across 15 countries, with each vehicle sending location updates every 30 seconds. The database also serves a customer-facing portal where recipients can track their packages. The current configuration uses a minimum of 8 ACUs and maximum of 128 ACUs. During a recent incident, the operations team noticed that when a regional network outage was resolved and 12,000 vehicles simultaneously reconnected and sent buffered updates, the database experienced significant write latency spikes exceeding 5 seconds, even though the ACU utilization showed available capacity. Investigation revealed that the Aurora writer instance was handling both the GPS ingestion writes and customer portal queries. The solutions architect needs to redesign the architecture to handle burst reconnection scenarios while maintaining responsive customer portal performance. Which solution best addresses these requirements?