AWS Certified SysOps Administrator – Associate (legacy) — Question 885

An e-commerce company wants to lower costs on its nightly jobs that aggregate the current day's sales and store the results in Amazon S3. The jobs are currently run using multiple on-demand instances and the jobs take just under 2 hours to complete. If a job fails for any reason, it needs to be restarted from the beginning.
What method is the MOST cost effective based on these requirements?

Answer options

Correct answer: C

Explanation

Because the nightly jobs cannot tolerate interruptions and must restart from the beginning if they fail, Spot Instances (Options A, B, and D) are unsuitable due to the risk of reclamation by AWS, which would increase overall runtimes and costs. Purchasing Reserved Instances (Option C) guarantees uninterrupted capacity at a discounted rate, making it the most cost-effective and reliable choice for this predictable nightly workload.