
Explanation:
AWS Fargate and AWS Lambda are serverless services:
AWS Fargate: A serverless compute engine for containers that works with both Amazon ECS and Amazon EKS. You don't need to provision or manage servers - AWS manages the underlying infrastructure.
AWS Lambda: A serverless compute service that runs your code in response to events and automatically manages the underlying compute resources.
Why the other options are NOT serverless:
Serverless services eliminate infrastructure management and automatically scale based on demand.
Ultimate access to all questions.
No comments yet.