DEV Community

Charles Ochieng
Charles Ochieng

Posted on

What is the main difference Between AWS lamda and AWS ECS?

A DevOps engneer should be familiar with these AWS tools, but wait, what if one is not a DevOps engineer?
There are keen differences between a AWS Lambda and AWS ECS.

**
_AWS Lambda
*_is a _serverless *_compute service provided by Amazon Web Services (AWS) that allows developers to run code in response to events without the need to provision or manage servers. It is often referred to as "Functions as a Service" (FaaS).


AWS Elastic Container Service (ECS)** is a fully managed container orchestration service that enables developers to run, manage, and scale Docker containers on AWS.

Top comments (0)