Finance and public-health accounts generate large weekend report packs on always-on EC2 workers that sit idle on weekdays. The jobs are already containerized. Which modernization should architects recommend?
Select an answer to reveal the explanation.
Short Explanation
Weekend reports are a Saturday crew, not a weekday receptionist. Schedule Fargate tasks, let them print the packs, and send the workers home. Paying for always-on EC2 all week is how idle boxes eat the budget.
Full Explanation
Containerized, time-bounded workloads are a Fargate scheduled-task opportunity. Amazon EventBridge can start AWS Fargate tasks for weekend report packs and incur no container compute when idle. Always-on EC2, a week-long Amazon Redshift cluster for a weekend job, or laptop-only compilation fail to modernize the compute model.