AWS Lambda vs. Red Hat OpenShift on IBM Cloud

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS Lambda
Score 8.8 out of 10
N/A
AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to run and scale code with high availability.
$NaN
Per 1 ms
Red Hat OpenShift on IBM Cloud
Score 8.9 out of 10
N/A
Red Hat OpenShift on IBM Cloud is a comprehensive service that offers fully managed OpenShift clusters, on IBM Cloud platform. It is directly integrated into the same Kubernetes service that maintains 25 billion on-demand forecasts daily at The Weather Company.N/A
Pricing
AWS LambdaRed Hat OpenShift on IBM Cloud
Editions & Modules
128 MB
$0.0000000021
Per 1 ms
1024 MB
$0.0000000167
Per 1 ms
10240 MB
$0.0000001667
Per 1 ms
No answers on this topic
Offerings
Pricing Offerings
AWS LambdaRed Hat OpenShift on IBM Cloud
Free Trial
NoYes
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
AWS LambdaRed Hat OpenShift on IBM Cloud
Ask people about this product

See helpful people who have experience with this product

Considered Both Products
AWS Lambda

No answer on this topic

Red Hat OpenShift on IBM Cloud
Chose Red Hat OpenShift on IBM Cloud
For our particular use case, Red Hat OpenShift on IBM Cloud was very cost-competitive. We already had RHEL, OpenShift, and Ansible skills that translated to the service. From a feature and function perspective, most solutions have a parity but being open source and less chance …
Top Pros
Top Cons
Features
AWS LambdaRed Hat OpenShift on IBM Cloud
Container Management
Comparison of Container Management features of Product A and Product B
AWS Lambda
-
Ratings
Red Hat OpenShift on IBM Cloud
7.9
4 Ratings
1% above category average
Security and Isolation00 Ratings8.64 Ratings
Container Orchestration00 Ratings8.64 Ratings
Cluster Management00 Ratings7.94 Ratings
Storage Management00 Ratings8.24 Ratings
Resource Allocation and Optimization00 Ratings7.94 Ratings
Discovery Tools00 Ratings7.03 Ratings
Update Rollouts and Rollbacks00 Ratings7.83 Ratings
Self-Healing and Recovery00 Ratings7.64 Ratings
Analytics, Monitoring, and Logging00 Ratings7.84 Ratings
Best Alternatives
AWS LambdaRed Hat OpenShift on IBM Cloud
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 8.1 out of 10
Portainer
Portainer
Score 9.3 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.2 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
IBM Cloud Kubernetes Service
IBM Cloud Kubernetes Service
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaRed Hat OpenShift on IBM Cloud
Likelihood to Recommend
8.8
(45 ratings)
9.1
(13 ratings)
Usability
9.0
(13 ratings)
-
(0 ratings)
Support Rating
8.7
(20 ratings)
7.0
(1 ratings)
User Testimonials
AWS LambdaRed Hat OpenShift on IBM Cloud
Likelihood to Recommend
Amazon AWS
[AWS Lambda] is very well suited for the projects that doesn't have any infra but needs it where short running processes are required. But if your application need to run continuously than this might not be the very apt tool for you.
Read full review
IBM
RedHat OpenShift is not only suited for IBM Cloud but can run in ANY cloud. We installed in Azure Cloud, for example. It can also run on Linux servers or a Power 9 machine. It is built for multi-cloud or on-prem environments. IBM support provides such excellent guidance in the installation and configuration that no other product on the market can beat it.
Read full review
Pros
Amazon AWS
  • Lambda provides multiple methods for triggering functions, this includes AWS resources and services and external triggers like APIs and CLI calls.
  • The compute provided my Lambda is largely hands off for operations teams. Once the function is deployed, the management overhead is minimal since there are no servers to maintain.
  • Lambda's pricing can be very cost effective given that users are only charged for the time the function runs and associated costs like network or storage if those are used. A function that executes quickly and is not called often can cost next to nothing.
Read full review
IBM
  • Multiclick provisioning of resources makes it super easy to manage pods and deployments. We don't have to maintain code for the same
  • In built security features and customizability ensures that organization wide standards are integrated well into the containers
  • Automated backups, scale ups and fail recovery makes sure of minimal down time
Read full review
Cons
Amazon AWS
  • Putting a significant portion of your codebase into AWS Lambda and taking advantage of the high level of integration with other AWS services comes with the risk of vendor lock-in.
  • While the AWS Lambda environment is "not your problem," it's also not at your disposal to extend or modify, nor does it preserve state between function executions.
  • AWS Lambda functions are subject to strict time limitations, and will be aborted if they exceed five minutes of execution time. This can be a problem for some longer-running tasks that are otherwise well-suited to serverless delivery.
Read full review
IBM
  • I wish it had better compatibility with docker file syntax. We had issues when it couldn't build standard docker files
  • Wish it had better documentation
  • Wish they offered fully supported client libraries for the Openshift API rather than dumping it on a 3rd party
Read full review
Usability
Amazon AWS
I give it a seven is usability because it's AWS. Their UI's are always clunkier than the competition and their documentation is rather cumbersome. There's SO MUCH to dig through and it's a gamble if you actually end up finding the corresponding info if it will actually help. Like I said before, going to google with a specific problem is likely a better route because AWS is quite ubiquitous and chances are you're not the first to encounter the problem. That being said, using SAM (Serverless application model) and it's SAM Local environment makes running local instances of your Lambdas in dev environments painless and quite fun. Using Nodejs + Lambda + SAM Local + VS Code debugger = AWESOME.
Read full review
IBM
No answers on this topic
Support Rating
Amazon AWS
I have not needed support for AWS Lambda, since it is already using Python, which has resources all over the internet. AWS blog posts have information about how to install some libraries, which is necessary for some more complex operations, but this is available online and didn't require specific customer support for.
Read full review
IBM
I think response time for IBM Cloud support should be improved.
Read full review
Alternatives Considered
Amazon AWS
Azure Functions is another product that provides lambda functionality, but the documentation for some of Azure's products is quite hard to read. Additionally, AWS Lambda was one of the first cloud computing products on a large cloud service that implemented lambda functions, so they have had the most time to develop the product, increase the quality of service, and extend functionality to more languages. Amazon, by far, has the best service for Lambda that I know.
Read full review
IBM
We evaluated a number of potential solutions and ultimately chose Red Hat OpenShift because it was compatible with our existing technology. Time and costs savings have been realized throughout the company since we implemented Red Hat OpenShift, and the IT department has been freed up to focus on activities that are more valuable.
Read full review
Return on Investment
Amazon AWS
  • I was able to perform a lot of processing on data delivered from my website and little or no cost. This was a big plus to me.
  • Programming AWS Lambda is quite easy once you understand the time limits to the functions.
  • AWS Lambda has really good integration with the AWS S3 storage system. This a very good method of delivering data to be processed and a good place to pick it up after processing.
Read full review
IBM
  • Our customer satisfaction and NPS score has had positive outcomes based on new architecture
  • We are focused on business outcomes vs running the service and maintenance
  • OpenShift on IBM Cloud has had a direct, positive impact on TCO, ROI, and payback period
  • Our staff is more focused on higher-level business activities, i.e. acquiring & customer retention
Read full review
ScreenShots