Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 20, 2024Deploying and Managing Applications with AWS Elastic BeanstalkWhat is AWS Elastic Beanstalk? AWS Elastic Beanstalk is a service for deploying and managing web applications. It supports multiple programming languages and runtime environments such as Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker. Elastic...Discuss·2 likesDevops
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
Uma Krishna Marineniintroduction-to-cloud-computing.hashnode.dev·Oct 8, 2024Getting Started with Amazon Lightsail and Elastic Beanstalk: A Step-by-Step GuideAmazon LightSail Amazon Lightsail is the embodiment of cloud computing’s ultimate promise. A turnkey solution for launching a full-capacity website, able to handle as much traffic as one of the biggest websites in the world, in just two minutes. Amaz...DiscussAWS
Sahil Kaushalsahilkaushal.hashnode.dev·Sep 1, 2024Day 47 : AWS Elastic BeanstalkAWS 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 features and functionalities: Key...DiscussElastic Beanstalk
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
Aniket Purohitaniketpurohit.hashnode.dev·Aug 13, 2024🚀 The 7 Ways to Deploy Containers on AWS: A Quick GuideIn the vast world of AWS, deploying containers can be like choosing an ice cream flavor—exciting but a bit overwhelming! 🍦 AWS offers several ways to run your containers, each with its own unique benefits. Let’s dive into the seven main options you ...Discuss·11 likes EC2 with Docker
Nilkanth Mistrynilkanth1010.hashnode.dev·Aug 1, 2024Day 87 - Deploying a React App on AWS Elastic Beanstalk using GitHub Actions 🌐✨Project Description 🚀 In this project, we'll automate the deployment of a React application on AWS Elastic Beanstalk using Docker and GitHub Actions. This will streamline the deployment process and ensure your app is always up-to-date. Hands-on Proj...Discuss90 Days Of Devops ChallengesDevops
Samuel Drewblog.mountainbean.online·Jul 28, 2024Hosting my Django WebsiteSetting I've been working on a photography website as a project to force myself to actually learn Django. I enjoy coding and I love taking shitty photos but I've never deigned to host my own work anywhere other than Instagram. By setting a project fo...Discuss·46 readsDjango
Imran Anwarimrananwar.hashnode.dev·Jul 23, 2024A Comprehensive Guide to AWS Compute Services: Your Gateway to Scalable Cloud SolutionsAWS Compute Services: In today’s rapidly evolving digital landscape, businesses need reliable, scalable, and cost-effective computing solutions to stay competitive. Amazon Web Services (AWS) provides a suite of powerful compute services that cater to...Discuss·12 likesOutposts
Bryan Barrettfullstackblogger.com·Jul 22, 2024How to Deploy a Spring Boot REST API on AWS Elastic BeanstalkIn this article, we will deploy our Spring Boot REST API application to AWS using Elastic Beanstalk. We will explain how to generate the jar file and configure Elastic Beanstalk. When the deployment is complete, we will test our endpoints using Postm...Discuss·40 readsYour First AWS AppElastic Beanstalk