Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company seeks a cost-effective AWS solution to run a containerized Windows job based on .NET 6, executed every 6 minutes with variable runtime from 1 to 3 minutes. Which deployment strategy is most suitable?
A
Deploy as an AWS Lambda function triggered by Amazon EventBridge every 10 minutes.
B
Utilize AWS Batch with Fargate for scheduled execution every 10 minutes.
C
Run on Amazon ECS with Fargate using a scheduled task from the container image every 10 minutes.
D
Execute on Amazon ECS with Fargate using a standalone task managed by the Windows scheduler every 10 minutes.