What is lambda and under what scenarios it is beneficial than ec2.
Answer Posted / Mohit Agarwal
AWS Lambda is a serverless compute service that allows you to run your code without provisioning or managing servers. It automatically manages the underlying infrastructure, scaling, and handling of your application. Lambda is beneficial when you have applications or services with intermittent traffic or need rapid response times for short-lived tasks. Compared to EC2, Lambda offers cost benefits by only charging for the compute time used and reducing operational overhead.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category