Which AWS service meets these requirements?
AWS Lambda
Amazon RDS
AWS Fargate
Amazon Athena
Explanations:
AWS Lambda is a serverless compute service that runs code in response to events but does not manage clusters or scheduling.
Amazon RDS is a managed relational database service and does not handle container orchestration or cluster management.
AWS Fargate is a serverless compute engine for containers that automatically manages the cluster size, scheduling, and maintenance, making it suitable for the company’s needs.
Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using SQL; it does not manage container environments.