Ronke Akinyemironke.hashnode.dev·Nov 20, 2024Deployment of a Dockerized Application with AWS EC2, Nginx, Docker, and Automated SSL via CertbotINTRODUCTION In this project, I worked on deploying a web application on AWS EC2. I used Docker to containerize the app, Nginx to manage traffic as a reverse proxy, and Certbot to set up SSL for secure connections. The project's goal was to create a ...DiscussDevops
Harsh Soniharshdevopss.hashnode.dev·Nov 18, 2024Create Resources on AWS Using AnsibleIf you're starting with cloud automation using Ansible, setting up AWS resources is a great project to try. In this blog, I'll show you how I created an AWS EC2 instance with Ansible. This guide is easy to follow and meant for anyone who knows the ba...Discussansible
Kasturi Nithinnithin1.hashnode.dev·Nov 17, 2024Establishing connection btwn ec2 instance and windows using MobaXterm.Let’s deep dive into creating an ec2 instance and connecting it with windows operating system using mobaxterm. Create a ec2 instance Log in to your aws account or signup to take use of 12-months free trial .After logging in head towards Console Home ...DiscussAWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 17, 2024Connecting EC2 with RDS MySQL Instance Using AWSIntroduction to Amazon RDS Amazon Relational Database Service (Amazon RDS) is a managed service that makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating ti...Discuss·1 likeDevops
Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Complete Guide to AWS EC2 Alarms and MonitoringIntroduction Setting up proper EC2 alarms is crucial for maintaining healthy applications. This guide covers everything from basic CPU monitoring to complex custom metrics. Basic CloudWatch Alarms 1. CPU Utilization Alarm bashCopyaws cloudwatch put-m...DiscussAWS
Mihir Suratwalamihirsuratwala.hashnode.dev·Nov 16, 2024Exploring the Linux File Hierarchy: A Beginner's GuideLast Blog Review → In the last blog, we learned on how to create a group and add multiple user’s in the group at once, which typically helps user’s working in the same department as they can be added in the same group with same set of permissions pro...DiscussCloud
Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Building APIs with AWS Lambda: My Journey from Traditional Servers to Serverlesslet me tell you something interesting! Remember those days when setting up an API meant renting a whole server, installing everything manually, and praying your server doesn't crash? Chai! Those days were not funny at all. But today, I want to share ...DiscussAWS
Venkatramananvenkatvk.hashnode.dev·Nov 16, 20242.Mastering AWS EC2: A Beginner's Guide to Creating and Deploying Elastic Cloud Compute InstancesLets have a look at Steps to Create and Deploy Elastic Cloud Compute Instances using AWS Management Console Lets get Started…Step 1: Login to AWS Console using Rootusername and Password Step 2: Search EC2 in search box and select it Step 3: Once ...DiscussAWS
Harsh Soniharshdevopss.hashnode.dev·Nov 15, 2024Getting Started with Configuration Management Using AnsibleConfiguration management is an essential part of modern IT infrastructure, and tools like Ansible make it easy to automate repetitive tasks, ensure consistency, and manage configurations efficiently. In this blog, I’ll show you the steps to set up an...Discussansible
Shubham Sharmashubhamku044.hashnode.dev·Nov 14, 2024Launching Your First AWS EC2 Instance: A Complete Guide for DevOps BeginnersIn the world of DevOps, the efficient management of resources is the main concern. This is where Virtual Machines (VMs) and hypervisors come into the picture, changing how organizations optimize their computing capabilities. Imagine a very big plot o...Discuss·12 likesAWS