2026 Best Software Awards are here!See the list

AWS Elastic Beanstalk Reviews & Product Details

Profile Status

This profile is currently managed by AWS Elastic Beanstalk but has limited features.

Are you part of the AWS Elastic Beanstalk team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

18 months

AWS Elastic Beanstalk Integrations

(3)
Integration information sourced from real user reviews.

AWS Elastic Beanstalk Media

AWS Elastic Beanstalk Demo - AWS
AWS
AWS Elastic Beanstalk Demo - AWS
AWS
AWS Elastic Beanstalk Demo - AWS
AWS
Product Avatar Image

Have you used AWS Elastic Beanstalk before?

Answer a few questions to help the AWS Elastic Beanstalk community

AWS Elastic Beanstalk Reviews (196)

View 1 Video Reviews
Reviews

AWS Elastic Beanstalk Reviews (196)

View 1 Video Reviews
4.2
196 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise the ease of use and automatic scaling features of AWS Elastic Beanstalk, which simplify application deployment and management. Many appreciate how it allows developers to focus on coding rather than infrastructure, making it accessible even for those with limited technical knowledge. However, some users note that the cost can be high if not managed properly.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Anbuselvam S.
AS
LLM Trainer
Information Technology and Services
Mid-Market (51-1000 emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Powerful deployment tool with some configuration challenges"
What do you like best about AWS Elastic Beanstalk?

AWS Elastic Beanstalk makes it easy to deploy and manage web applications and services without worrying about the underlying infrastructure. The automation of environment provisioning, scaling, and monitoring is very helpful for quickly getting applications up and running. Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

The platform can be confusing for beginners when configuring IAM roles, VPCs, and instance profiles. Errors during environment creation (like missing default VPC) can be frustrating and require some troubleshooting Review collected by and hosted on G2.com.

Luca P.
LP
Chief Operations Officer DEQUA Studio | Formerly CTO in MarTech
Marketing and Advertising
Small-Business (50 or fewer emp.)
"App deployments on AWS"
What do you like best about AWS Elastic Beanstalk?

✅ Elastic Beanstalk streamlines the full lifecycle of traditional web apps by orchestrating core AWS building blocks such as EC2, Auto Scaling and Elastic Load Balancing behind a simple application and environment model. Deployments feel consistent and repeatable across stacks.

✅ The platform support covers mainstream runtimes and stacks, including Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker, mapped to familiar web servers like Nginx, Apache, Passenger, and IIS. This keeps compatibility straightforward during migrations or incremental upgrades.

✅ Environment tiers for web servers and workers separate HTTP workloads from asynchronous job processing. The worker tier is wired into Amazon SQS for queue driven background tasks. This architectural separation aids operational clarity and scaling strategies.

✅ Deployment options are flexible, with rolling, rolling with additional batch, immutable, and blue/green patterns available. These enable safer releases and quick rollbacks when necessary without overengineering pipeline logic at the application layer.

✅ Health monitoring is built in and opinionated. The service aggregates more than 40 metrics and attributes to derive environment health, surfaces this via a health dashboard, and integrates with CloudWatch for alarms. This enables fast detection of degraded instances and proactive remediation.

✅ Scaling is automatic and policy driven. Auto Scaling reacts to demand on CPU and other signals to scale out and in. The load balancer continuously routes traffic only to healthy targets, which stabilizes performance during traffic bursts without constant tuning.

✅ Configuration is transparent and controllable. Instance types, capacity, VPC placement, security groups, load balancer mode and environment variables can be set declaratively through configuration files and the console. This preserves the balance between managed simplicity and necessary depth for production hardening.

✅ The resource model remains visible and non locking. The EC2, ELB or ALB and related resources created by Elastic Beanstalk are accessible directly in the AWS console. This makes it practical to integrate with additional AWS services like RDS, S3 and IAM or to extend observability and networking patterns over time.

✅ Cost structure is straightforward at the service layer. The control plane has no additional charge, and billing maps to the underlying resources provisioned, primarily EC2, load balancing, data transfer, and any attached databases. This means spend analysis uses the standard AWS pricing calculators and dashboards. Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

Infrastructure customization has edges. Advanced networking topologies, ALB specific routing rules, or granular IAM policies sometimes fall outside the easiest path configuration. These require direct resource editing or custom configuration files, which erodes the simplicity that Beanstalk promises for complex setups. Review collected by and hosted on G2.com.

Vivek M.
VM
SDE 1
Enterprise (> 1000 emp.)
"Effortless FastAPI Deployment with User-Friendly Platform and Auto-Scaling"
What do you like best about AWS Elastic Beanstalk?

Deploying applications was incredibly fast—we were able to launch several of our services built with FastAPI almost instantly for the MVPs in our projects. We didn't require any DevOps support to get our applications up and running, which made the process much simpler. The platform is very user-friendly, with clear documentation, and it also handles auto-scaling automatically, which is a great advantage.

Managing other AWS resources under EB is very easy and beginners friendly as well, also its easly intwrgrated to github actions that is a big deal for quick deployment Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

Costing is bit challenging, cannot be 0 even for a idle system. Review collected by and hosted on G2.com.

Mitali V.
MV
Senior Associate - Client Engagement | EU + ME + India
Consulting
Enterprise (> 1000 emp.)
"Effortless App Deployment and Management with AWS Elastic Beanstalk"
What do you like best about AWS Elastic Beanstalk?

AWS Elastic Beanstalk makes it easy to deploy and manage applications without needing deep infrastructure knowledge. I like how it automates scaling, monitoring, and provisioning — allowing our tech teams to focus on building while we focus on positioning the solution effectively for clients Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

The setup can feel a bit complex for beginners, and troubleshooting issues sometimes requires deeper AWS expertise. More intuitive dashboards and simplified configuration options would make it even better for teams outside core DevOps Review collected by and hosted on G2.com.

Shirisha D.
SD
Infra transformation sr analyst
Enterprise (> 1000 emp.)
"AWS Cloud: the top standard for scalable cloud computing"
What do you like best about AWS Cloud?

AWS Cloud is scalable , reliable and has massive service ecosystem. It allows you to spin up environments within minutes and automate deployments with cloud formation of terraform and manage infrastructure through a highly configurable IAM model Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

The pricing structure can be confusing and hard to estimate for complex setups Review collected by and hosted on G2.com.

Verified User in Financial Services
UF
Mid-Market (51-1000 emp.)
"An easy way to have a web infrastructure"
What do you like best about AWS Elastic Beanstalk?

It's easy to create an Elastic Beanstalk, and AWS automatically creates the necessary EC2 instance and Load Balancer. Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

The environment variables configuration has a limit, not by the number of variables, but by the character count of the variable name and value. Review collected by and hosted on G2.com.

Torlock C.
TC
Marketing & Development
Small-Business (50 or fewer emp.)
"Good at orchestrating other AWS services, can be complex"
What do you like best about AWS Elastic Beanstalk?

The ability to manage multiple disparate services via a single interface as a single application. Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

It can be complex at times to figure out. Also upgrading is not always straightforward. Review collected by and hosted on G2.com.

Ram D.
RD
DevOps Engineer
Small-Business (50 or fewer emp.)
"Hassle free deployment for all web applications..!!!"
What do you like best about AWS Elastic Beanstalk?

Elastic Beanstalk is an easy-to-use platform-as-a-service where we can directly deploy our applications without worrying about storage, networking, or scaling. It has deep integration with multiple AWS services such as RDS, ALB, and others. Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

It still does not directly support some of the common frameworks. Review collected by and hosted on G2.com.

Rohit K.
RK
SDE
Small-Business (50 or fewer emp.)
"Easy to use"
What do you like best about AWS Elastic Beanstalk?

good for new learners to build deploy projects Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

Restricted Authority The deployment of web applications on the AWS cloud can be made more efficient and straightforward with the help of AWS Elastic Beanstalk. But this simplicity of usage has drawbacks of its own, especially when it comes to environmental regulation. Review collected by and hosted on G2.com.

Aryan K.
AK
Software Engineer
Computer Software
Small-Business (50 or fewer emp.)
"Lesser costs, simpler Deployments!!"
What do you like best about AWS Elastic Beanstalk?

EBS provides services to run our code on AWS cloud . AWS Elastic Beanstalk takes care of deploying, maintenace of machines and that too at low costs. Without EBS the deployment process becomes complex as we have to then manually deploy, repair, maintain machines and most important of all, Load balancing. The load balancing capabilities offered by EBS makes it undeniably the best service for maintaining servers. Review collected by and hosted on G2.com.

What do you dislike about AWS Elastic Beanstalk?

Although Elastic Beanstalk is a great service, the logs in EBS are not easily understandable. Also if complete logs are downloaded, it increases the load on the instances running. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

18 months

Average Discount

9%

AWS Elastic Beanstalk Comparisons
Product Avatar Image
Azure App Service
Compare Now
Product Avatar Image
Azure Web Apps
Compare Now
Product Avatar Image
Kubernetes
Compare Now
AWS Elastic Beanstalk Features
Application Deployment
Development Tools
Development Environment
Database Management
Analytics
Auto Scaling
Networking
Virtual Machines
Security
Product Avatar Image
AWS Beanstalk