A financial technology company is designing a cost-effective compute environment for a risk-modeling suite. The workload has the following components:
1. A core trading microservice running on Amazon ECS with AWS Fargate that requires a constant baseline of tasks running to handle routine API requests.
2. A continuous, long-running telemetry processing agent that must run to collect system metrics and process them in real time.
3. A large-scale simulation engine running on Amazon EC2 instances. The simulation runs batch jobs that are fault-tolerant, can be interrupted, and can resume from checkpoints.
4. A critical nightly database reconciliation job running on Amazon EC2 that runs for exactly hours starting at midnight and must complete without interruption.
Which combination of compute hosting configurations and purchasing strategies will meet these requirements most cost-effectively? (Select TWO.)
- Purchase a Compute Savings Plan to cover the baseline capacity of the ECS Fargate microservice tasks.Cevap
- Run the EC2 simulation engine on Spot Instances, and run the nightly reconciliation job on On-Demand Instances.Cevap
- CDeploy the continuous telemetry processing agent on AWS Lambda to benefit from the serverless pricing model.
- DPurchase a Compute Savings Plan to cover the baseline capacity of the Amazon Aurora database cluster.
- EPurchase an EC2 Instance Savings Plan to cover the baseline compute capacity of the ECS Fargate microservice tasks.