Try our new research platform with insights from 80,000+ expert users

AWS Fargate vs Apache NiFi comparison

 

Comparison Buyer's Guide

Executive Summary

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Apache NiFi
Ranking in Compute Service
8th
Average Rating
7.8
Number of Reviews
11
Ranking in other categories
No ranking in other categories
AWS Fargate
Ranking in Compute Service
3rd
Average Rating
8.6
Reviews Sentiment
7.5
Number of Reviews
15
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of January 2025, in the Compute Service category, the mindshare of Apache NiFi is 7.7%, up from 6.3% compared to the previous year. The mindshare of AWS Fargate is 15.7%, down from 15.9% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Compute Service
 

Featured Reviews

Arjun Pandey - PeerSpot reviewer
Good monitoring, metrics capabilities and provides ability to design processors with a single click
The good thing about Apache NiFi is that it has a concept called a flow file, and there's something called a flow file processor. The processor is the building block of your entire job. They have close to 500 processors for each purpose. For example, for reading from Kafka, Ni-Fi has a processor called "consumer Kafka". To write to S3, they have a processor called "put S3". Now, if I read from Kafka and write my own application, I'd need to ensure the library I'm using tracks my messages. I'd also need to handle any failures by rereading messages and ensuring acknowledgment. But all this complexity is already handled by Apache processor. They have around 500 processors, with a community investing significant effort into developing them. I can design your processor with a single click, export the entire workflow, and import it. The format is actionable, so NiFi is immediately set up. It's also distributed in nature so that I can scale it across nodes based on the workload. These nodes share their state. If one node goes down during processing, that data might be lost, but any subsequent data is safe. Such occurrences are rare. In essence, if you want a quick solution, Apache NiFi is a strong contender. There are other solutions like AirFlow and some paid pipeline options. AirFlow is open-source but can be complicated. For ETL or ERT solutions, there are pricier options. But if I need a pipeline that I can monitor step by step, Apache NiFi is a good choice. It integrates with Prometheus metrics, allowing me to embed them in my workflow. There's also a processor for integration with Slack, and I can receive notifications when the workflow is completed or fails. Another feature I appreciate is "back pressure," which NiFi handles automatically. It maintains its own queue and addresses back-pressure issues. If, for instance, an upstream entity isn't fast enough, items get stored in a queue, managed internally by NiFi's back pressure algorithm.
Subrata Mukherjee - PeerSpot reviewer
Boost demand response with cost-efficient serverless architecture
We are a venture builder company, and if we select AWS for our product. Our design is based on a serverless architecture model. ECS Fargate is the most convenient way in terms of scalability, integration, and cost control Thanks to the serverless model and easy integration features, a few…

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"The user interface is good and makes it easy to design very popular workflows."
"The initial setup is very easy. I would rate my experience with the initial setup a ten out of ten, where one point is difficult, and ten points are easy."
"Visually, this is a good product."
"The most valuable features of this solution are ease of use and implementation."
"We can integrate the tool with other applications easily."
"The most valuable feature has been the range of clients and the range of connectors that we could use."
"It's an automated flow, where you can build a flow from source to destination, then do the transformation in between."
"The initial setup is very easy."
"Fargate's integration with other AWS services is really good."
"Fargate itself is a stable product. We are quite satisfied with its performance."
"All AWS services allow me to manage a wide range of applications and services."
"Fargate is beneficial for hosting our solutions and providing workflow management, creating legal documents, and delivering business intelligence."
"We appreciate the simple use of containers within this solution, it makes managing the containers quick and easy."
"If you create your deployment with a good set of rules for how to scale in, you can just set it and forget it."
"It allows for focusing on applications instead of managing infrastructure."
"AWS Fargate automatically scales to meet demand, making it ideal for applications with variable workloads."
 

Cons

"More features must be added to the product."
"The use case templates could be more precise to typical business needs."
"There are some claims that NiFi is cloud-native but we have tested it, and it's not."
"We run many jobs, and there are already large tables. When we do not control NiFi on time, all reports fail for the day. So it's pretty slow to control, and it has to be improved."
"The overall stability of this solution could be improved. In a future release, we would like to have access to more features that could be used in a parallel way. This would provide more freedom with processing."
"There should be a better way to integrate a development environment with local tools."
"I think the UI interface needs to be more user-friendly."
"There is room for improvement in integration with SSO. For example, NiFi does not have any integration with SSO. And if I want to give some kind of rollback access control across the organization. That is not possible."
"Challenges include higher costs for smaller clients, limited control over underlying infrastructure customization, and potential latencies during task startup."
"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."
"I would like to see enhanced faster application scaling and better integration with the elastic file system to unify storage volumes and improve the launch time of instances."
"AWS Fargate needs improvement in terms of setup complexity."
"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."
"Sometimes, Fargate can be really hard to configure."
"AWS Fargate could improve the privileged mode containers. We had some problems and they were not able to run."
 

Pricing and Cost Advice

"The solution is open-source."
"We use the free version of Apache NiFi."
"It's an open-source solution."
"I used the tool's free version."
"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."
report
Use our free recommendation engine to learn which Compute Service solutions are best for your needs.
831,265 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
18%
Computer Software Company
14%
Manufacturing Company
9%
Retailer
7%
Financial Services Firm
25%
Computer Software Company
14%
Government
6%
Comms Service Provider
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
 

Questions from the Community

What needs improvement with Apache NiFi?
The tool should incorporate more tutorials for advanced use cases. It has tutorials for simple use cases.
What do you like most about AWS Fargate?
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 p...
What needs improvement with AWS Fargate?
There is a tool named Compose that helps in converting the Docker Compose file into a Kubernetes file. For ECS and Fargate, AWS reads a Dockerfile and helps with conversion. However, I am uncertain...
What advice do you have for others considering AWS Fargate?
I rate Fargate ten out of ten. The most significant advantage is the unified configuration for all containers deployed by ECS, allowing seamless integration with services like OpenAI or Google Gemi...
 

Comparisons

 

Overview

 

Sample Customers

Macquarie Telecom Group, Dovestech, Slovak Telekom, Looker, Hastings Group
Expedia, Intuit, Royal Dutch Shell, Brooks Brothers
Find out what your peers are saying about AWS Fargate vs. Apache NiFi and other solutions. Updated: January 2025.
831,265 professionals have used our research since 2012.