Ahammed Basha Shaikday-11-of-100-days-challenge.hashnode.dev·Dec 21, 2024Automating AWS Resource Tracking with Shell ScriptingIntroduction In the dynamic realm of DevOps, effective resource management is paramount for maintaining operational efficiency and cost control. On Day 11 of the 100 Days of DevOps Challenge, we dive into a practical AWS DevOps project, leveraging sh...Linux
HARSH VIGcloudctrl.hashnode.dev·Dec 20, 2024Amazon EC2 (Elastic Compute Cloud)What is EC2? Think of Amazon EC2 as a virtual computer rental service in the cloud. Just as you might rent a car for different purposes—a compact car for city driving or a truck for moving—EC2 lets you rent computing power for various needs. It's lik...Cloud
Chinnayya Chinthaec2.hashnode.dev·Dec 19, 2024Understanding Amazon EC2: Instance Types, Performance, and Pricing Models SimplifiedAmazon EC2 (Elastic Compute Cloud) is a service that allows you to run virtual machines (instances) in the cloud, using resources such as CPU, memory, and storage. Whether you need to run software, host websites, or process data, EC2 makes it easy to...compute
Ahammed Basha Shaikday-8-of-100-days-challenge.hashnode.dev·Dec 17, 2024Mastering Shell Scripting for DevOpsIntroduction Shell scripting is a foundational skill for DevOps engineers, enabling task automation and efficient system management. This post outlines key steps to master shell scripting, along with practical use cases in the DevOps ecosystem. Why S...shell scripting
Ahammed Basha Shaikday-6-of-100-days-challenge.hashnode.dev·Dec 15, 2024Connecting to EC2 Instances via AWS CLI and UIAs part of Day 6 of my 100 Days of DevOps Challenge, I delved into the process of connecting to EC2 instances using both the AWS Management Console (UI) and AWS CLI. This guide outlines the steps to establish these connections and automate EC2 instan...aws cli
Ahammed Basha Shaikday-5-of-100-days-challenge.hashnode.dev·Dec 14, 2024Connect to an EC2 Instance Using MobaXtermDay 5 of 100 Days Challenge – Connect to an EC2 Instance Using MobaXterm Effortlessly connecting to an AWS EC2 instance from a Windows laptop can sometimes feel daunting, especially for beginners. On Day 5 of my 100 Days of DevOps Challenge, I explor...ec2
Yashraj Garnayakdisarj.hashnode.dev·Dec 11, 2024🚀 How to Launch an EC2 Instance in the New AWS ConsoleLaunching an EC2 instance is the first step towards harnessing the power of cloud computing in AWS! Whether you're deploying a web server, hosting an application, or experimenting with different technologies, AWS EC2 (Elastic Compute Cloud) gives you...1 likeAWS#LaunchEC2
Chandra Prakash Reddydevopstour.hashnode.dev·Dec 10, 2024AWS Load Balancing { Part - II }Target groups Target Groups use the protocol and port number you provide to route requests to registered targets, like EC2 instances. A target can be assigned to more than one target group. Every target group can have a health check set up. All t...AWS TourAWS
Chisom Judechisomjude.hashnode.dev·Dec 9, 2024Deploying a Jenkins Server to AWS using Cloud FormationAWS CloudFormation is a service that allows you to define, create, and manage AWS infrastructure as code (IaC). Instead of manually provisioning resources, you can describe your infrastructure in templates written in JSON or YAML, enabling consistent..." How To ..." with AWScloudformation
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 6, 2024Connecting to EFS from EC2 Instance Using Session ManagerOverview :- Hey there, fellow AWS enthusiasts! Today, we’re going to chat about something pretty cool — connecting your EC2 instance to an EFS (Elastic File System) using Session Manager. It’s like introducing two friends who are going to get along g...AWS