AWS Fargate vs AWS Lambda comparison

Cancel
You must select at least 2 products to compare!
Amazon Web Services (AWS) Logo
6,681 views|4,031 comparisons
100% willing to recommend
Amazon Web Services (AWS) Logo
11,937 views|8,175 comparisons
94% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between AWS Fargate and AWS Lambda based on real PeerSpot user reviews.

Find out in this report how the two Compute Service solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed AWS Fargate vs. AWS Lambda Report (Updated: May 2024).
771,212 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"The most valuable feature of AWS Fargate is its ease of use.""The most valuable feature of Fargate is that it's self-managed. You don't have to configure your own clusters or deploy any Kubernetes clusters. This simplifies the initial deployment and scaling process.""If you create your deployment with a good set of rules for how to scale in, you can just set it and forget it.""I like their containerization service. You can use Docker or something similar and deploy quickly without the know-how related to, for example, Kubernetes. If you use AKS or Kubernetes, then you have to have the know-how. But for Fargate, you don't need to have the know-how there. You just deploy the container or the image, and then you have the container, and you can use it as AWS takes care of the rest. This makes it easier for those getting started or if you don't have a strong DevOps team inside your organization.""We appreciate the simple use of containers within this solution, it makes managing the containers quick and easy.""AWS Fargate has many valuable services. It does the job with minimal trouble. It's very observable. You can see what's going on and you have logs. You have everything. You can troubleshoot it. It's affordable and it's flexible.""Fargate itself is a stable product. We are quite satisfied with its performance."

More AWS Fargate Pros →

"Because AWS Lambda is serverless, server configuration is not required, and we can run it directly anywhere.""You can spin up anything instantly without any investment.""By using Lambda, we can use Python code and the Boto3 solution.""The valuable feature of AWS Lambda is the ease of coding. It is easier to code using the solution.""The solution is scalable.""The ease and speed of developing the services using any available language is the most valuable feature.""The feature I found most valuable about Lambda is the fact that it's serverless.""I have found all of the features valuable. It's an easy and cheap solution."

More AWS Lambda Pros →

Cons
"We faced challenges in vertically scaling our workload.""AWS Fargate could improve the privileged mode containers. We had some problems and they were not able to run.""I heard from my team that it's not easy to predict the cost. That is the only issue we have with AWS Fargate, but I think that's acceptable. AWS Fargate isn't user-friendly. Anything related to Software as a Service or microservice architecture is not easy to implement. You're required to have DevOps from your side to implement the solution. AWS Fargate is just a temporary solution for us. When we grow to a certain level, we may use AKS for better control.""If there are any options to manage containers, that would be good. That relates more to the cost point. For example, over the next three months, I'll be making a comparison between solutions like CAST AI and other software-as-a-service platforms that offer Kubernetes management with an emphasis on cost reduction.""The main area for improvement is the cost, which could be lowered to be more competitive with other major cloud providers.""I would like to see the older dashboard instead of the newer version. I don't like the new dashboard.""We would like to see some improvement in the process documents that are provided with this product, particularly for auto-scaling and other configuration tools that are a bit complicated."

More AWS Fargate Cons →

"I would like to see some better integration with other providers, like Cohesity, Druva, and others. I also think the Lambda interface could be better.""The metrics and reporting for this solution could be improved.""Lambda would benefit from a debugging feature as well.""The 60 seconds limitation with the consumption of the service is really restrictive for a service and the solution can be improved by eliminating that.""We'd love to see more integration potential in the future.""I would like to see more integration with other platforms.""If it is a specific ETL process or a long-term one, then AWS Lambda is not a good option.""Lambda can only be used in one account; there's no possibility to utilize it in another account."

More AWS Lambda Cons →

Pricing and Cost Advice
  • "I rate the price of AWS Fargate a four out of five."
  • "We would advise that this solution has a slightly-higher price point than others on the market. There is a free plan available for start-ups, but the free and lower range licensing models do not provide the full functionality."
  • More AWS Fargate Pricing and Cost Advice →

  • "AWS is slightly more expensive than Azure."
  • "Its pricing is on the higher side."
  • "The price of the solution is reasonable and it is a pay-per-use model. It is very good for cost optimization."
  • "The cost is based on runtime."
  • "The fees are volume-based."
  • "AWS Lambda is inexpensive."
  • "Lambda is a good and cheap solution and I would recommend it to those without a huge payload."
  • "For licensing, we pay a yearly subscription."
  • More AWS Lambda Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Compute Service solutions are best for your needs.
    771,212 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:The most valuable feature of Fargate is that it's self-managed. You don't have to configure your own clusters or deploy any Kubernetes clusters. This simplifies the initial deployment and scaling… more »
    Top Answer:If there are any options to manage containers, that would be good. That relates more to the cost point. For example, over the next three months, I'll be making a comparison between solutions like CAST… more »
    Top Answer:The maturity you have in deploying serverless capabilities is crucial. For example, if your process takes less than 15 minutes, then you should consider AWS Lambda or other cloud function services. If… more »
    Top Answer:AWS Lambda is a serverless solution. It doesn’t require any infrastructure, which allows for cost savings. There is no setup process to deal with, as the entire solution is in the cloud. If you use… more »
    Top Answer:The tool scales automatically based on the number of incoming requests.
    Top Answer:We only need to pay for the compute time our code consumes. The solution does not cost much.
    Ranking
    6th
    out of 16 in Compute Service
    Views
    6,681
    Comparisons
    4,031
    Reviews
    6
    Average Words per Review
    505
    Rating
    8.5
    1st
    out of 16 in Compute Service
    Views
    11,937
    Comparisons
    8,175
    Reviews
    39
    Average Words per Review
    391
    Rating
    8.6
    Comparisons
    Learn More
    Overview

    A new compute engine that enables you to use containers as a fundamental compute primitive without having to manage the underlying instances. With Fargate, you don’t need to provision, configure, or scale virtual machines in your clusters to run containers. Fargate can be used with Amazon ECS today, with plans to support Amazon Elastic Container Service for Kubernetes (Amazon EKS) in the future.

    Fargate has flexible configuration options so you can closely match your application needs and granular, per-second billing.

    AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume - there is no charge when your code is not running. With AWS Lambda, you can run code for virtually any type of application or backend service - all with zero administration. AWS Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging. All you need to do is supply your code in one of the languages that AWS Lambda supports (currently Node.js, Java, C# and Python).

    You can use AWS Lambda to run your code in response to events, such as changes to data in an Amazon S3 bucket or an Amazon DynamoDB table; to run your code in response to HTTP requests using Amazon API Gateway; or invoke your code using API calls made using AWS SDKs. With these capabilities, you can use Lambda to easily build data processing triggers for AWS services like Amazon S3 and Amazon DynamoDB process streaming data stored in Amazon Kinesis, or create your own back end that operates at AWS scale, performance, and security.

    Sample Customers
    Expedia, Intuit, Royal Dutch Shell, Brooks Brothers
    Netflix
    Top Industries
    VISITORS READING REVIEWS
    Financial Services Firm26%
    Computer Software Company15%
    Manufacturing Company5%
    Comms Service Provider5%
    REVIEWERS
    Financial Services Firm24%
    Computer Software Company21%
    Non Profit5%
    Educational Organization5%
    VISITORS READING REVIEWS
    Educational Organization47%
    Financial Services Firm13%
    Computer Software Company8%
    Manufacturing Company4%
    Company Size
    REVIEWERS
    Small Business44%
    Midsize Enterprise11%
    Large Enterprise44%
    VISITORS READING REVIEWS
    Small Business18%
    Midsize Enterprise12%
    Large Enterprise70%
    REVIEWERS
    Small Business38%
    Midsize Enterprise15%
    Large Enterprise47%
    VISITORS READING REVIEWS
    Small Business10%
    Midsize Enterprise51%
    Large Enterprise39%
    Buyer's Guide
    AWS Fargate vs. AWS Lambda
    May 2024
    Find out what your peers are saying about AWS Fargate vs. AWS Lambda and other solutions. Updated: May 2024.
    771,212 professionals have used our research since 2012.

    AWS Fargate is ranked 6th in Compute Service with 7 reviews while AWS Lambda is ranked 1st in Compute Service with 70 reviews. AWS Fargate is rated 8.8, while AWS Lambda is rated 8.6. The top reviewer of AWS Fargate writes "Offers serverless capabilities, self-managed, simplifies ease of use and integrates with other AWS services". On the other hand, the top reviewer of AWS Lambda writes "An easily scalable solution with a variety of use cases and valuable event-based triggers". AWS Fargate is most compared with Amazon EC2 Auto Scaling, Amazon EC2, AWS Batch, Oracle Compute Cloud Service and Apache Spark, whereas AWS Lambda is most compared with AWS Batch, Amazon EC2 Auto Scaling, Apache NiFi, Apache Spark and Google Cloud Dataflow. See our AWS Fargate vs. AWS Lambda report.

    See our list of best Compute Service vendors.

    We monitor all Compute Service reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.