Software Alternatives & Reviews

AWS Elastic Beanstalk Reviews

Quickly deploy and manage applications in the AWS cloud.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about AWS Elastic Beanstalk and what they use it for.
  • AWS Beginner's Key Terminologies
    AWS Elastic Beanstalk (Compute) AWS Elastic Beanstalk is a web service for deploying and managing applications in the AWS Cloud without worrying about the infrastructure that runs those applications. Https://aws.amazon.com/elasticbeanstalk/. - Source: dev.to / 2 months ago
  • Deploy Django App Online
    2.GCP, AWS, Azure - GCP, Aws and Azure provide App Engines and Database services to Deploy your Django app with ease. - Source: dev.to / 2 months ago
  • Hosting your app for production – an overview
    PaaS services go even one step further and often offer direct GitHub, GitLab, or Bitbucket integrations to get an automated code deployment process. Take a look at AWS Elastic Beanstalk, Heroku, Google Cloud App Engine, and DigitalOcean App Platform. - Source: dev.to / 3 months ago
  • Host Flutter WebApp on AWS
    If you want the easiest way is beanstalk https://aws.amazon.com/elasticbeanstalk/. It is made for deploying web apps. There are guides online that show you how to do it specifically for a flutter app. - Source: Reddit / 4 months ago
  • Deploying a Node.js App with AWS Elastic Beanstalk
    Amazon’s Elastic Beanstalk makes it easy to deploy and scale your applications. You can deploy applications built with various languages using this tool. It abstracts away all the complexities involved in deployment. All you have to do is upload your code, and Elastic Beanstalk takes care of the rest. It also provides you with additional services, such as load balancing, health monitoring, and auto scaling. In... - Source: dev.to / 5 months ago
  • My journey to become AWS Certified Solutions Architect
    The company I work at hosted a guided study group to become AWS Certified Solutions Architect. I had been using the AWS PaaS platform Elastic Beanstalk to host my hobby project and fiddled with Lambda but honestly, I was pretty lost with AWS. So I figured it would be a great time to give my AWS knowledge a boost! - Source: dev.to / 5 months ago
  • Top 6 Heroku alternatives
    AWS Elastic Beanstalk is a PaaS within Amazon Web Services (AWS) that you can use to deploy and scale your web applications. You can deploy your app to Elastic Beanstalk with code uploaded from the AWS management console, with a command line instruction, from a Git repository, or directly from an IDE. - Source: dev.to / 7 months ago
  • AWS: Migrating from Elastic Beanstalk to App Runner
    I’ve been using AWS Elastic Beanstalk for five years to host my hobby app. The application is dockerized and I have two environments: testing and production. I’ve been running it with t2.small instances since anything smaller cannot handle building Docker containers. - Source: dev.to / 7 months ago
  • Who Do you deploy small-med apps with?
    Theres always https://aws.amazon.com/elasticbeanstalk/ the AWS free tier would cover low volume traffic. - Source: Reddit / 7 months ago
  • Deploying Go application on AWS with terraform
    There are several possibilities to deploy an application on AWS: using AWS Elastic Beanstalk, AWS Elastic container service (ECS), or directly on an EC2 instance. We are going to use the last approach and deploy the application on the system and for simplicity wrap it with a docker. - Source: dev.to / 8 months ago
  • A Comprehensive Guide to Deploying Laravel Applications on AWS Elastic Beanstalk
    According to the AWS Elastic Beanstalk overview page,. - Source: dev.to / 9 months ago
  • Show HN: SetOps – Run containers, databases and more in your own AWS account
    It sounds like you might benefit from AWS Beanstalk which feels like a configuration widget built on top of CloudFormation - https://aws.amazon.com/elasticbeanstalk/ Choose your stack and beanstalk deploys to a load balanced, autoscaling group in your VPC. You can attach an RDS when you choose your stack. And all resources can be managed separately or through CloudFormation. Beanstalk also supports container... - Source: Hacker News / 10 months ago
  • How to Easily Deploy a Spring Boot Application on AWS Fargate
    Before entering the AWS Cloud world, as a Java developer, it was often difficult for me to get Java-based applications online for my clients 😄. Fortunately, I found out later that AWS provides many proven, fully managed services for deploying Java-based applications such as EC2, Elastic Beanstalk, Amazon ECS etc. - Source: dev.to / 10 months ago
  • Improving performance in a hierarchical SQL table structure with column propagation
    The website runs on AWS Elastic Beanstalk with 12 instances for the frontend and eight instances for the backend and currently has from 1k to 5k daily viewers. Our client's goal is to reach 60k daily views within a year. Therefore, the website must be ready to host millions of monthly users without performance drops. - Source: dev.to / 10 months ago
  • Django horizontal scaling with Kubernetes and Docker on AWS
    Are you looking to do this as a learning exercise or do you genuintelly need horizontal scaling right now? The reason I ask is that if you are using something like AWS then something like Elastic Beanstalk will help you scale do your horizontal scaling with very little effort. If you're asking as a learning exercise, then DigitalOcean has a nice tutorial which might be useful. - Source: Reddit / 11 months ago
  • Set up Open source Ecommerce in the cloud
    Medusa is an open source headless commerce that allows you to build digital commerce through its API with just a few commands and in a matter of time. You can host Medusa’s server on any of your preferred hosting choices, and one way to host it is using AWS Elastic Beanstalk. - Source: dev.to / 12 months ago
  • AWS Lambda adds supports for .NET 6
    > 2 ec2 instances and an elb, with automatic setup / blue green etc. In a matter of hours > > Most companies do not have access to an engineer capable of doing this in a matter of hours (or in infinite hours, at some firms). This would take ~30 min (and at no additional cost) using Elastic Beanstalk[1]. I'm sure there are better, non-free (but not expensive) EB alternatives that can target AWS... - Source: Hacker News / about 1 year ago
  • Docker AWS deployment considerations for a Rails application
    Also, Elastic Beanstalk gets mentioned for this sometimes as well. Medium article on setting up Rails 6 on Elastic Beanstalk. - Source: Reddit / about 1 year ago
  • Where did you deploy your project(s)?
    The Heroku equivalent in AWS is Elastic Beanstalk, though I'm sure you know already. I haven't used it yet, so I can't comment on if it's as easy to use as Heroku (most likely isn't), but that's always an option. - Source: Reddit / about 1 year ago
  • Deploying AWS CDK apps using short-lived credentials and Github Actions
    There are many ways to deploy an application to AWS. One might use AWS CloudFormation directly or a service like AWS CodePipeline. If AWS CloudFormation is not your cup of tea, you have services like AWS Elastic Beanstalk at your disposal. - Source: dev.to / over 1 year ago
  • URL Shortener with Rust, Svelte, & AWS (6/): Deploying to AWS
    In the last post, we created a static front-end application with Svelte + Bulma, and then integrated it into our Rust code + Dockerfile. In this final post, we will cover the process of actually deploying the app to AWS Elastic Beanstalk. - Source: dev.to / over 1 year ago

Do you know an article comparing AWS Elastic Beanstalk to other products?
Suggest a link to a post with product alternatives.