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
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-4-o-100-days-challenge.hashnode.dev·Dec 13, 2024Virtual Machines on AWS & AzureVirtual machines (VMs) have become an indispensable part of modern IT infrastructure, particularly with the shift to cloud platforms like AWS and Azure. On Day 4 of my 100 Days of DevOps Challenge, I explored how to create VMs on these platforms and ...automation
Munilakshmi G J100daysdevops.hashnode.dev·Dec 11, 2024Day 47 of 100 Days : AWS UI, CLI, and APIs – The Secret Ingredients to Mastering Cloud Management!Welcome to Day 47! Today, we’re going to embark on a journey through the AWS universe, where we’ll discover how to use different tools to manage and control cloud resources like a pro! Whether you’re using a fancy interface (the UI), typing commands ...AWS
Abishek Kafledevops.abisec.xyz·Dec 1, 2024Data Migration Between S3 Buckets Using AWS CLITasks Create a new private S3 bucket named xfusion-sync-9739. Migrate all data from the existing xfusion-s3-29917 bucket to the new xfusion-sync-9739 bucket. Ensure data consistency between both buckets. Use the AWS CLI for creating the bucket an...Cloud Platformsaws cli
Harshwardhan Choudharyeasyharshmods.hashnode.dev·Nov 28, 2024The EC2 Monitoring Detective: When Default Metrics Aren't EnoughSituation: The Black Friday Breakdown 🛍️ Picture this: You're the lead developer at "SnapBuy," a thriving e-commerce platform. Everything seems perfect until Black Friday arrives. Despite CloudWatch showing normal CPU usage and network traffic, cust...AWS
Trushang Suthartrushang-dev.hashnode.dev·Nov 25, 2024How to Set Up AWS CLI and SDKs for Your Local EnvironmentHow to Set Up AWS CLI and SDKs for Your Local Environment Setting up the AWS Command Line Interface (CLI) and SDKs for your local development environment is an essential part of modern DevOps practices. It allows you to manage AWS resources and integ...AWS: Setup, Config, and Moresetup AWS CLI
Shivam Dubeycloud-journey.hashnode.dev·Nov 15, 2024How to Install and Configure AWS CLI: A Complete Beginner’s GuideIf you want to manage AWS services directly from your computer's terminal, the AWS Command Line Interface (CLI) is the tool for you! It’s a powerful utility that allows you to perform operations on AWS resources using simple commands. This guide will...install aws cli
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 29, 2024Day 16: Enhancing AWS Continuous Delivery Pipeline for Automated Deployments 🚀Sytep-by-Steps: Building on the CI/CD work from Day 15, today’s focus was on setting up a Continuous Delivery (CD) pipeline in AWS to achieve efficient and automated deployments. Here’s a breakdown of the process and key takeaways: Project Goals 🎯 T...AWS
yyounos shaikyoushaik.hashnode.dev·Oct 21, 2024Cloud DevOps - Pakcage an App with AWS CodeBuildDIFFICULTY : MID-LEVEL TIME : 90 MINS COST : 0$ WHAT YOU’LL NEED: An AWS account - Create one here! Visual Studio Code - Download Here! part-1 : Building an WebApp and IDE in AWS Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : ...AWS