Hard1 markMultiple Choice
AWS SAP-C02 · Question 19 · Domain 4.4: Modernization Requirements
A company is modernizing a batch processing application. The application receives files in S3, processes them, and stores results in DynamoDB. Processing takes between 2 and 10 minutes per file. The workload is highly variable. Which compute option is MOST cost-effective and requires the least operational overhead?
A company is modernizing a batch processing application. The application receives files in S3, processes them, and stores results in DynamoDB. Processing takes between 2 and 10 minutes per file. The workload is highly variable. Which compute option is MOST cost-effective and requires the least operational overhead?
Answer options:
A.
AWS Lambda functions triggered by S3 events.
B.
AWS Fargate tasks triggered by Amazon EventBridge.
C.
Amazon EC2 instances in an Auto Scaling group.
D.
AWS Glue ETL jobs.
How to approach this question
Choose the serverless compute option suited for longer-running tasks.
Full Answer
B.AWS Fargate tasks triggered by Amazon EventBridge.✓ Correct
AWS Fargate provides serverless compute for containers, ideal for batch processing without managing EC2 instances.
Common mistakes
Choosing Lambda for tasks that approach its maximum timeout limit.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert