Firdosh Ansaribytecanvas.hashnode.dev·Feb 16, 2025How to Launch an EC2 Instance using TerraformIntroduction Terraform is an Infrastructure as Code (IaC) tool that helps you automate AWS resource deployment. In this tutorial, you'll learn how to use Terraform to launch an EC2 instance on AWS. Prerequisites Before starting, ensure you have: An ...Terraform
Suyog Nagawadenodejs-backend.hashnode.dev·Feb 16, 2025Deploying a Simple MERN App on AWS EC2Introduction Deploying a MERN (MongoDB, Express, React, Node.js) application on AWS EC2 is a great way to understand cloud deployment. This guide walks you through the step-by-step process of deploying a basic MERN app on AWS EC2. Prerequisites Basi...AWS
Shreyash Myakalshreyashmyakal.hashnode.dev·Feb 14, 2025Mastering AWS EC2: A Beginner's Journey..How to Launch an EC2 Instance in AWS – A Complete Guide If you're just starting with AWS, launching an EC2 instance is one of the first things you'll need to do. Think of EC2 as your virtual computer in the cloud—you can use it to host websites, run ...1 likeLinux
Dharansh Neemadharanshneema.hashnode.dev·Feb 9, 2025Step-by-Step Guide to Jenkins Master-Slave Configuration on AWS EC2Jenkins, a leading open-source automation server, offers robust capabilities for continuous integration and continuous delivery (CI/CD) pipelines. To enhance its performance and scalability, Jenkins employs a Master-Slave architecture, which can be e...Jenkins
Manya khedemanya5dev.hashnode.dev·Feb 6, 2025Deploying a Flask Web Application on AWS EC2Introduction Deploying a Flask web application on an AWS EC2 instance allows you to make your app accessible. In this tutorial, we'll complete the complete setup, from launching an EC2 instance to running your Flask app with Gunicorn and Nginx. 1. La...AWS
Justin Joseph Ploadbalancinginaws.hashnode.dev·Feb 4, 2025Setting up an Application Load Balancer with AWS EC2Task 1: Launch 2 EC2 Instances and Install Apache Step 1: Launch EC2 Instances Log in to AWS Console. Go to the EC2 Dashboard. Click on “Launch Instance.” Select “Ubuntu Server” as the AMI (Amazon Machine Image). Choose an instance type (e.g., t...1 likeLoad Balancing
Nikitha Jainnikithajain.hashnode.dev·Feb 3, 2025Launching an AWS Instance and configuring Security groups 🌥️🔒AWS (Amazon web services) is the most popular cloud platform and EC2 Instance (Elastic compute cloud) is the service of AWS that is used mostly to create a virtual server with in minutes. In AWS, Instance is basically a server. Security groups is lik...1 like·31 readsDevops
Mahesh Satbhaimaheshsatbhai.hashnode.dev·Feb 2, 2025Mastering AWS EC2 Security Groups & Essential Networking Commands 🚀Introduction Whether you're launching your first AWS EC2 instance or troubleshooting network issues, mastering Security Groups and networking commands is crucial. In this guide, we’ll cover: ✅ How to launch an AWS EC2 instance✅ How to configure Secur...#90daysofdevops
Jineshkumar Patelblog.jineshkumar.com·Jan 31, 2025Attach an EBS volume to multiple EC2 instances using Multi-AttachIntroductionAmazon Elastic Block Store (EBS) is a cornerstone of AWS storage solutions, offering persistent block-level storage for EC2 instances. While EBS volumes are typically attached to a single instance.# EBS Multi-Attach breaks this mold, allo...ebs
Louis Echefuluwiezz.hashnode.dev·Jan 30, 2025Setting Up an Nginx Server on AWS EC2Introduction This article guides you in installing and configuring an Nginx on a server. Here we used an Elastic compute instance. Setting up an Nginx server on AWS EC2 can be challenging due to SSH and firewall issues. Here’s how I tackled them. La...nginx