Airah Yusuffkhairahscorner.hashnode.dev·Oct 25, 2023Deploying Node.js Apps on AWS: Elastic Beanstalk Or App Runner?AWS offers over 200 services, with each of them catering to different use cases. There are at least 5 of them for deploying web applications and API services, so it can be difficult to decide which service is best suited for your use case. I recently...Discuss·54 readsAll Things AWSAWS
Amrutha Damruthadronamraju.hashnode.dev·Oct 23, 2023AWS Elastic Beanstalk Interview Q/AWhat is AWS Elastic Beanstalk? AWS Elastic Beanstalk is a Platform as a Service (PaaS) offering from Amazon Web Services (AWS) that simplifies the deployment and management of web applications. It allows developers to easily deploy applications wr...DiscussAWS Services Interview Q/AAWS
Emmanuel Yewandemrincredible.hashnode.dev·Oct 20, 2023Deployment of a simple NodeJS application using Amazon Elastic BeanstalkDevelopers often have problems in managing infrastructures, deploying codes, configuring databases, auto-scaling concerns and load balancing. There was a need to find a solution since most web applications have the same architecture (ALB +ASG) and al...Discussdeployment
Naved Ahmadnavedwrites.hashnode.dev·Aug 27, 2023DevOps Project - 1Project Overview In this blog, I will show you how I created a docker image of a game and first ran it on my localhost and then how I deployed it on AWS using a service named AWS Elastic Beanstalk. Tools and technologies used Docker VS Code AWS (E...Discuss·2 likes·148 readsDevOps Projects Docker
Sangram Rathsangram.hashnode.dev·Aug 8, 2023Deploy Squidex to AWS Elastic BeanstalkThis article demonstrates how to run Squidex, an open-source headless CMS with an API, on AWS Elastic Beanstalk. Squidex uses .NET framework 7 and hence the binaries released by default cannot run as it is on the Elastic Beanstalk .NET platforms. The...DiscussElastic Beanstalk
Raul NaupariProblog.raulnq.com·Jul 11, 2023AWS Elastic Beanstalk: How to Include an Additional Application Load BalancerAWS Elastic Beanstalk is a fully managed service that allows developers to easily deploy, manage, and scale applications in the AWS cloud. One of the key components of Elastic Beanstalk is the Application Load Balancer, which ensures the efficient di...DiscussAWS
Raul NaupariProblog.raulnq.com·Jul 5, 2023Collecting Metrics with CloudWatch Agent on AWS Elastic Beanstalk (Windows Server)Monitoring our applications and infrastructure is crucial for maintaining optimal performance and ensuring the smooth operation of your systems. AWS Elastic Beanstalk (and EC2) provide a set of out-of-the-box metrics but, usually, is not enough to ga...Discuss·42 readsAWS
Marawan Mamdouhmarawanxmamdouh.vercel.app·Jun 1, 2023AWS Beanstalk: The Ultimate Developer's Companion for Seamless Deployment and ScalingIntroduction The problem I faced was that my application was growing, and I needed to scale it to meet the demands of my users. At first, I tried deploying the application manually, but this quickly became cumbersome, and I found myself spending more...DiscussAWS
Raul NaupariProblog.raulnq.com·Apr 30, 2023How to Deploy a .NET App on AWS Elastic Beanstalk using TerraformIn certain instances, we might prefer deploying our applications on an EC2 instance without the burden of managing the associated infrastructure. AWS Elastic Beanstalk provides streamlined deployment, automatic scaling, and application management, en...Discuss·1 like·120 readsAWS
Sudarshan Tevarisudarshant.hashnode.dev·Mar 27, 2023DevOps Project: 2048 Game 🕹💎 Project brief: 2048 is a popular puzzle game played on a 4x4 grid. The goal is to slide numbered tiles around the board to combine them and create a tile with the number 2048, the game is lost when the board is full and there are no moves left. So...Discuss·389 readsDevops