Try our new research platform with insights from 80,000+ expert users
FABIO NAGAO - PeerSpot reviewer
Chief Technology Officer at Looplex SA
Real User
Top 5Leaderboard
Automated deployment processes and scalability offer streamlined workflow management
Pros and Cons
  • "Fargate is beneficial for hosting our solutions and providing workflow management, creating legal documents, and delivering business intelligence."
  • "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 if it's ready for deployment after conversion."

What is our primary use case?

We host our solutions, providing workflow management for companies running on Fargate. We create legal documents for them using expert systems and deliver business intelligence throughout the entire process. 

Additionally, everyone from our company uses Fargate since the deployment process is automated. After configuring the CI/CD process, no one needs to manage, only monitor.

How has it helped my organization?

Fargate is awesome for scalability and its serverless nature, managing the scalability automatically when used with ECS. We have workloads with only two instances running, and when needed, we can see services spawning ten new instances while everything continues running. When the workload decreases, the instances are automatically reduced.

What is most valuable?

Fargate is beneficial for hosting our solutions and providing workflow management, creating legal documents, and delivering business intelligence. All AWS solutions using containers, particularly those for horizontal scaling, are supported by Fargate. Its scalability and serverless nature make it a perfect hosting solution as it manages the scalability automatically when used with ECS, especially with the consistent process for deploying new solutions.

What needs improvement?

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 if it's ready for deployment after conversion. Despite this, manual configurations are very easy, and we manage to get by the process.

Buyer's Guide
AWS Fargate
September 2025
Learn what your peers think about AWS Fargate. Get advice and tips from experienced pros sharing their opinions. Updated: September 2025.
868,759 professionals have used our research since 2012.

What do I think about the stability of the solution?

I have not faced any blocking challenges in Fargate.

What do I think about the scalability of the solution?

The scalability is seamless, spawning necessary instances automatically with ECS when the workload increases and reducing instances when it decreases.

How are customer service and support?

I have not needed to deal with AWS support directly for Fargate.

How would you rate customer service and support?

Neutral

Which solution did I use previously and why did I switch?

We also use Azure Container Service, which is similar to AWS ECS. ACS is the same solution with different names due to trademarks, offering a similar experience.

How was the initial setup?

The initial setup is straightforward. We have a well-established process of deploying new solutions using OpenAPI specifications and Elastic Container Registry, making it easy for the infrastructure team.

What about the implementation team?

We have a well-defined deployment process where the backend team delivers a configurable image in the Elastic Container Registry (ECR), and the infrastructure team deploys these images.

What's my experience with pricing, setup cost, and licensing?

Fargate is billed based on the amount of processing and storage required for the solution to run, and the pricing is very fair.

Which other solutions did I evaluate?

We also evaluated Azure Container Service, which offers a similar experience.

What other advice do I have?

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 Gemini and secure handling of access keys and secrets.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Chirag Pandey - PeerSpot reviewer
IT operations/AWS Cloud at Coforge Growth Agency
Real User
Top 5
Good management and patching with integration and support for database handling
Pros and Cons
  • "AWS Fargate is a fully managed service, and it's very easy to use compared to other services like Elastic Beanstalk Service (EBS)."
  • "As I have not worked with Fargate extensively, I do not have any specific improvements."

What is our primary use case?

AWS Fargate is a fully managed service provided by Amazon. When using any application, we have services that we need to manage. Instead of managing it ourselves, AWS takes care of it. We just need to create a cluster, do normal patching, and everything is managed by AWS.

What is most valuable?

AWS Fargate is a fully managed service, and it's very easy to use compared to other services like Elastic Beanstalk Service (EBS). AWS provides the necessary resources so we don't have to do much ourselves; we just need to create a cluster. This makes patching and management straightforward. 

AWS also offers great integration with other AWS services, like using Aurora Serverless for database management, which eliminates the need to manage a database server. 

Overall, if we, as enterprise customers, are using Fargate for our applications, we should not face any problems.

What needs improvement?

As I have not worked with Fargate extensively, I do not have any specific improvements.

For how long have I used the solution?

I have knowledge of Fargate but have not worked with it extensively. I mention having a new project in the pipeline where I plan to use Fargate.

Which solution did I use previously and why did I switch?

Currently, my organization is using Elastic Beanstalk Service (EBS), however, we plan to switch to AWS Fargate in a new project.

What's my experience with pricing, setup cost, and licensing?

AWS Fargate is costly compared to AWS EBS. However, it is worth the money, especially for enterprise customers.

What other advice do I have?

AWS Fargate is easily manageable. We just need to create a cluster and focus on our infrastructure. Customers do not need to take downtime since everything is managed by AWS with no downtime. 

Overall, I would rate it as nine out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer.
Flag as inappropriate
PeerSpot user
Buyer's Guide
AWS Fargate
September 2025
Learn what your peers think about AWS Fargate. Get advice and tips from experienced pros sharing their opinions. Updated: September 2025.
868,759 professionals have used our research since 2012.
Sr Software Engineer at Receive
Real User
Effortless integration and automation elevating productivity
Pros and Cons
  • "Fargate's integration with other AWS services is really good."
  • "Sometimes, Fargate can be really hard to configure."

What is our primary use case?

I am working with AWS Fargate for a little over two years. I am a developer, and we use it internally to deploy applications within our company.

How has it helped my organization?

Fargate handles the scalability for us automatically. When there is high traffic, it creates as many instances as possible to serve the traffic. We don't have to worry about scaling up or down, which saves us cost and time. This automatically adjusts based on our needs without our intervention and focuses on the business logic.

What is most valuable?

Fargate's integration with other AWS services is really good. For example, we can easily connect it to CloudWatch for monitoring. It's easy to convert Lambda functions to run on Fargate without much effort. This integration capability enhances our workflow and productivity.

What needs improvement?

Sometimes, Fargate can be really hard to configure. You need a certain level of expertise to work with it, particularly around dynamic scaling. Simplifying configurations around scalability and integration with AWS services would be beneficial.

For how long have I used the solution?

I have been using AWS Fargate for a little over two years.

What do I think about the stability of the solution?

I would say the stability is nine out of ten based on my experience. I've never had issues with Fargate; it just runs as expected once configured properly.

What do I think about the scalability of the solution?

I would rate the scalability as eight out of ten. Once you have your strategy defined, AWS handles the scaling efficiently, and you can monitor how well it's functioning.

How are customer service and support?

I've not had to contact technical support for Fargate as it runs smoothly without any issues.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I did not use any other solution before Fargate, as I joined a team that was already using AWS services.

How was the initial setup?

The initial setup was not as simple as Lambda, due to the complexity of configurations needed. However, using CloudFormation simplifies the process significantly.

What about the implementation team?

Deploying Fargate didn't require a lot of people because once the CI/CD pipeline is set up, it orchestrates the deployment. So, not much manual intervention is needed.

What's my experience with pricing, setup cost, and licensing?

In general, AWS services can be quite pricey. The cost depends on how you configure the services. I would rate the pricing as seven out of ten.

Which other solutions did I evaluate?

No other solutions were evaluated. My team already used AWS services for everything.

What other advice do I have?

Fargate is ideal for scenarios where Lambda would not suffice, especially for functions with longer runtime requirements. It's well-suited for background jobs and tasks that might take longer time.

I'd rate the solution eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer2560518 - PeerSpot reviewer
Global Solutions Architect at a computer software company with 201-500 employees
Real User
Top 20
On-demand resource allocation, customer-driven, and helps consolidate resources
Pros and Cons
  • "The most valuable feature of AWS Fargate is its ability to run on demand without the constant run time of basic resources."
  • "AWS Fargate needs improvement in terms of setup complexity."

What is our primary use case?

We use AWS Fargate primarily to reduce costs when compared to EC2. Fargate allows us to run services on demand with the benefits of EC2 instances.

How has it helped my organization?

Using AWS Fargate helps us consolidate resources. With a discount program, we can run more services at the same price, providing better resource allocation.

What is most valuable?

The most valuable feature of AWS Fargate is its ability to run on demand without the constant run time of basic resources. It operates with a similar philosophy to Lambda functions, providing the benefits of EC2.

What needs improvement?

AWS Fargate needs improvement in terms of setup complexity. Currently, it is difficult to configure compared to other services like EC2 instances or Lambda functions.

For how long have I used the solution?

I have used AWS Fargate a little bit.

What do I think about the stability of the solution?

The stability of AWS Fargate is very high. It is very stable.

What do I think about the scalability of the solution?

AWS Fargate scales very well, similar to if you configure EC2 properly.

How are customer service and support?

I haven't used AWS customer service for Fargate yet. However, generally, they are very customer-driven and provide exceptional support, especially if you have a premium support plan.

How would you rate customer service and support?

Positive

What about the implementation team?

I needed to get help from other resources since Fargate's deployment was complex for me to handle alone.

What's my experience with pricing, setup cost, and licensing?

I am not familiar with the exact pricing of AWS Fargate since we have special deals as part of a bundle of services.

What other advice do I have?

I'd rate the solution eight out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Cuneyt-Gurses - PeerSpot reviewer
Director of Cloud Solution Group at DTech Cloud Corporation
Reseller
Top 5Leaderboard
An affordable solution to use serverless compute for on-demand requests
Pros and Cons
  • "By using a server's compute resources, one can observe the resource metrics. With AWS, one can determine when servers will be used based on CloudWatch results. For example, CloudWatch informs the application and service platform when the hit ratio has reached the threshold value."
  • "Service computing is not as straightforward compared to other computing services. It requires more effort to use effectively."

What is our primary use case?

We use the solution for source information. Vendors have some tactics on our cloud-native application platform, allowing them to use serverless compute for on-demand requests. With AWS, it will cost very little and might be more affordable for the client. We use this service to reduce costs and increase efficiency for Kubernetes or cloud gateway applications.

What is most valuable?

By using a server's compute resources, one can observe the resource metrics. With AWS, one can determine when servers will be used based on CloudWatch results. For example, CloudWatch informs the application and service platform when the hit ratio has reached the threshold value. Then the service decides that some nodes should be launched in AWS. For instance, when hosting a media application, the hit ratio can grow when needed and shrink when needed. This allows us to satisfy the customer at the utmost level. For cloud-native microservices applications on AWS, this reduces errors. 

What needs improvement?

Service computing is not as straightforward compared to other computing services. It requires more effort to use effectively. In comparison to traditional cloud computing services, service computing demands a deeper understanding and a more complex setup. Additionally, integrating it with an existing infrastructure can be challenging. 

For how long have I used the solution?

I have been using AWS Fargate for approximately one and a half years.

What do I think about the stability of the solution?

The solution is stable and robust.

What do I think about the scalability of the solution?

I rate the solution’s scalability a ten out of ten.

How are customer service and support?

AWS provide documentation. If you encounter further problems, you can contact the AWS support team.

How was the initial setup?

The initial setup is straightforward. If you use CloudVault with AWS Fargate, it consists of approximately fifty states. For testing, it sometimes takes some time to load and may experience downtime for about an hour.

What was our ROI?

For example, we have some customers in France who are using a modeling platform for cloud services on AWS. They have increased their capacity by three times. Initially, they had one factory, but after using the service model, they increased the number of factories to three. This expansion significantly boosted their business operations.

What's my experience with pricing, setup cost, and licensing?

AWS is an on-demand service.

What other advice do I have?

For customers who use AWS to organize their application environment, leveraging AWS's computing capabilities can lead to cost optimization. They can use the AWS cloud platform model to access services on demand.

Overall, I rate the solution a ten out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Shinto Paul - PeerSpot reviewer
Dev manager at London Stock Exchange PLC
Real User
Efficiently auto-scales and good performance
Pros and Cons
  • "Fargate itself is a stable product. We are quite satisfied with its performance."
  • "We faced challenges in vertically scaling our workload."

What is our primary use case?

We deploy our code as container images and use Fargate for autoscaling and managing these containers within the Fargate ecosystem. That's how we utilize it.

What needs improvement?

We have encountered some issues recently. For example, AWS released a new feature called a better quarter, which greatly helped us. Before that, we faced challenges in vertically scaling our workload. After the release of the new feature, we were able to scale vertically by utilizing sixteen CPU units and a large memory capacity. We also experienced issues with scaling in, as it would abruptly terminate the task. However, AWS introduced a feature called task protection that has been helpful in resolving this issue.

Nevertheless, during this period, we were exploring a move to Spark due to the challenges we encountered, which is why I rated the overall product as an eight out of ten.

For how long have I used the solution?

We have been using it for three years.

What do I think about the stability of the solution?

Fargate itself is a stable product. We are quite satisfied with its performance.

What do I think about the scalability of the solution?

I would rate scalability as a nine. Although we haven't thoroughly tested it in all scenarios to determine the breaking point, based on our current testing, I am quite satisfied with its scalability.

What was our ROI?

We are currently live with our first version, and we expect to see a return on investment with our next version. So, we anticipate an ROI. 

What's my experience with pricing, setup cost, and licensing?

We have obtained a significant discount on the pricing, so I wouldn't consider it as expensive. It's quite reasonable.

What other advice do I have?

On a scale from one to ten, I would rate it around eight. I would recommend using the product based on the specific workloads they are dealing with. For instance, if they have strict sub-second performance requirements, I might not suggest it. The decision depends on their specific requirements, and I would advise accordingly.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Jean-Francois Arbona - PeerSpot reviewer
Associate Director at Agily
Real User
A good solution for container deployment that is easy to work with, but tricky to configure and setup initially
Pros and Cons
  • "We appreciate the simple use of containers within this solution, it makes managing the containers quick and easy."
  • "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."

What is our primary use case?

We use this solution to build, host and develop websites for our clients, as well as deploy and manage containers.

What is most valuable?

We appreciate the simple use of containers within this solution, it makes managing the containers quick and easy.

What needs improvement?

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.

For how long have I used the solution?

We have been using this solution for a year now.

What do I think about the stability of the solution?

In our experience, this is a stable solution.

What do I think about the scalability of the solution?

We have found this to be a scalable solution.

How was the initial setup?

The initial setup for this solution was a little complex. It is very customizable, but that is not straightforward to carry out. 

We now use templates that make the process much easier.

What's my experience with pricing, setup cost, and licensing?

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.

What other advice do I have?

I would rate this solution a seven out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Dave-Smith - PeerSpot reviewer
Assistant Director at a government with 10,001+ employees
Real User
Scalable, easy to use, and straightforward setup
Pros and Cons
  • "The most valuable feature of AWS Fargate is its ease of use."
  • "AWS Fargate could improve the privileged mode containers. We had some problems and they were not able to run."

What is our primary use case?

AWS Fargate is an Amazon-managed service for Kubernetes.

AWS Fargate is used for anything that's containerized and they are all Kubernetes-oriented. It's a nice out-of-the-box pre-packaged solution for deploying. It has good integration with EKS and container registry. It makes it an easy way to use the AWS Kubernetes service.

What is most valuable?

The most valuable feature of AWS Fargate is its ease of use.

What needs improvement?

AWS Fargate could improve the privileged mode containers. We had some problems and they were not able to run.

For how long have I used the solution?

I have been using AWS Fargate for approximately two years.

What do I think about the stability of the solution?

AWS Fargate is stable.

What do I think about the scalability of the solution?

We have a number of workloads that are running on Kubernetes and on AWS Fargate that are operating well.

We have a collection of applications and reporting tools that are running in that containerized environment and some of them are public facing. For example, we have the Envirofax Data Warehouse and those receive millions of hits a month. Our data analytics data warehouse team is mostly using the solution.

How was the initial setup?

The initial setup of AWS Fargate is straightforward.

What about the implementation team?

The maintenance is done from AWS, such as patches and updates.

What's my experience with pricing, setup cost, and licensing?

I rate the price of AWS Fargate a four out of five.

What other advice do I have?

I rate AWS Fargate an eight out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user