
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A solutions architect is creating a data processing job that runs once daily and can take up to 2 hours to complete. If the job is interrupted, it has to restart from the beginning. How should the solutions architect address this issue in the MOST cost-effective manner?
A
Create a script that runs locally on an Amazon EC2 Reserved Instance that is triggered by a cron job.
B
Create an AWS Lambda function triggered by an Amazon EventBridge scheduled event.
C
Use an Amazon Elastic Container Service (Amazon ECS) Fargate task triggered by an Amazon EventBridge scheduled event.
D
Use an Amazon Elastic Container Service (Amazon ECS) task running on Amazon EC2 triggered by an Amazon EventBridge scheduled event.
Explanation:
Correct Answer: C - Use an Amazon Elastic Container Service (Amazon ECS) Fargate task triggered by an Amazon EventBridge scheduled event.
Option A - EC2 Reserved Instance with cron job:
Option B - AWS Lambda function:
Option D - ECS task on EC2: