A company is designing a cost-effective infrastructure for two new workloads and an existing database on AWS:
1. A backend application running on Amazon EC2 instances that runs continuously 24/7 with a baseline of 10 instances. Every Friday, a batch reporting job runs for 8 hours, requiring an additional 20 instances. These batch jobs are stateless, fault-tolerant, and can be resumed if interrupted.
2. A containerized microservices application running on Amazon ECS. The workload has highly unpredictable, dynamic traffic, and the company wants to minimize server provisioning and operational overhead.
3. An Amazon RDS for PostgreSQL database instance that runs continuously 24/7.
Which of the following strategies should a solutions architect select to meet these requirements at the lowest cost? (Select TWO.)
- Purchase a Compute Savings Plan to cover the baseline 10 EC2 instances and the ECS Fargate tasks.Answer
- Launch the weekly Friday batch reporting jobs on Amazon EC2 Spot Instances.Answer
- CPurchase a Compute Savings Plan to cover the baseline 10 EC2 instances, the ECS Fargate tasks, and the Amazon RDS for PostgreSQL database.
- DHost the continuous 24/7 backend application on AWS Lambda to eliminate server provisioning and minimize operational overhead.
- EUse AWS Cost Explorer to automatically scale down the EC2 instance fleet once the Friday batch reporting jobs complete.