
Answer-first summary for fast verification
Answer: AWS Lambda
AWS Lambda is a serverless compute service that is designed to run short-lived functions in response to events. It is not suitable for long-running applications or processes that require continuous execution, as Lambda functions have a maximum execution time limit. For long-running data processing applications, services like Amazon EC2, Amazon ECS, or AWS Fargate would be more appropriate choices.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have a long-running data processing application that requires continuous execution and cannot be easily broken down into smaller functions. Which AWS service would be the least suitable for hosting this application?
A
Amazon EC2
B
Amazon ECS
C
AWS Lambda
D
AWS Fargate
No comments yet.