Dhruv Moradiyadhruvmoradiya.hashnode.dev·17 hours agoDay 47: Exploring AWS Elastic Beanstalk and EC2 TasksToday, we dive into AWS Elastic Beanstalk, a powerful platform for deploying and scaling web applications. Additionally, we’ll walk through deploying a web game, 2048, on Elastic Beanstalk and testing our knowledge with hands-on tasks involving AWS s...Discuss90DayofdevopsAWS Elastic Beanstalk
Pooja Bhavanipoojabhavani.hashnode.dev·Nov 3, 2024Project-8: 🚀 Deploying 2048 Game to AWS Elastic Beanstalk with GitHub ActionsIntroduction Welcome to this step-by-step tutorial where we'll learn how to deploy the popular 2048 game to AWS Elastic Beanstalk using GitHub Actions! 🚀 AWS Elastic Beanstalk simplifies the deployment and management of web applications, while GitHu...Discuss·34 readsgithub-actions
Yogesh Borudeyogeshb.hashnode.dev·Sep 16, 2024Simplifying Deployment with AWS Elastic BeanstalkDeploying web applications can often be a daunting task involving numerous complexities, from managing server infrastructure to scaling applications based on demand. AWS Elastic Beanstalk streamlines this process, making it easier for developers to f...DiscussDevops
Sundaresan Anandansundaresan.hashnode.dev·Sep 9, 2024AWS EB: Intro about the AWS Elastic Beanstalk With step-by-step instructions to create a service.What is AWS Elastic BeanStalk ? AWS Elastic Beanstalk is a fully managed service provided by Amazon Web Services (AWS) that simplifies the process of deploying, managing, and scaling web applications and services. Here’s a detailed breakdown of its f...DiscussAWS
Pooja Bhavanipoojabhavani.hashnode.dev·Aug 29, 2024Day 47: AWS Elastic BeanstalkToday, we explore the new AWS service- Elastic Beanstalk. We'll also cover deploying a small web application (game) on this platform What is AWS Elastic Beanstalk? AWS Elastic Beanstalk is a service used to deploy and scale web applications develop...DiscussElastic Beanstalk
Unknownamecoder.hashnode.dev·Aug 8, 2024[Beanstalk] Too many application versions, cannot create a new version for applicationSignin to AWS Console Go to Beanstalk Select Environments Select Application versions of selected Environments(Above 3 step) Check versions for deletion Delete (You can find Actions button) Manually deleting every time can be too cumbersome. Therefo...Discuss·1 likeAWS Elastic Beanstalk
DIGPAL SINGH RATHOREsamraath.hashnode.dev·Jul 11, 2024AWS Cloud Project Deployment: A Comprehensive GuideIntroduction Deploying an application in the cloud can be a complex process, but with the right tools and a structured approach, it becomes manageable. In this guide, we'll walk through deploying an ExpressJS application using AWS services with a CI/...DiscussDevops
Rishabh Mishrarishabhmishra.hashnode.dev·Jun 20, 2024How to Build Your First AWS Continuous Delivery Pipeline: From Code to Deployment - Part 2Introduction In this guide, we will continue setting up a continuous delivery pipeline by creating a build project using AWS CodeBuild. This build project will compile your source code, run tests, and produce software packages ready for deployment. W...DiscussAWSAWS
Rishabh Mishrarishabhmishra.hashnode.dev·Jun 19, 2024How to Build Your First AWS Continuous Delivery Pipeline: From Code to Deployment - Part 1Introduction Welcome to our tutorial on building your first continuous delivery pipeline using Amazon Web Services (AWS). This step-by-step guide will help you set up a Git repository, deploy a sample web app, and create a continuous delivery pipelin...Discuss·67 readsAWSAWS
Ugochi Ukaegbudhebbydavid.hashnode.dev·Jun 14, 2024Deployment of a Django application on AWS ElasticBeanstalk using AWS CLIIntroduction AWS Elastic Beanstalk is a fully managed platform for hosting web applications. It is a Platform as a Service (PaaS) offering from Amazon. Elastic Beanstalk (EB) is an AWS service that uses Amazon EC2 and S3. This service was designed t...Discuss·4 likes·73 readsAWS Elastic Beanstalk