Ahammed Basha Shaikday-18-of-100-days.hashnode.dev·Jan 1, 2025Top 15 AWS Services Every DevOps Engineer Should MasterIntroduction AWS (Amazon Web Services) has revolutionized how organizations approach infrastructure management and deployment. With over 200 services, AWS offers a range of tools to simplify, automate, and scale applications efficiently. For DevOps e...AWS
Pintu Patradevops360.hashnode.dev·Dec 25, 2024Various Amazon EBS volume types1. EBS Volume Types Overview EBS volumes are categorized based on performance and cost. Below are the details for each type: Volume TypeUse CaseKey Features gp2General-purpose SSDBalanced performance, baseline IOPS grows with volume size gp3G...EBS Volume Types Overview
Anique Ahmad Sarfrazanique.hashnode.dev·Dec 24, 2024AWS EBS Volume Management Guide, adding and modifying volumeCreating and Attaching New EBS Volume Create EBS volume in AWS Console: Select desired size, volume type, and availability zone Note: AZ must match EC2 instance Attach volume to EC2 instance: Select volume in AWS Console Click "Actions" > "At...cloudLinux
Harish Narnawaredevopsprojects.hashnode.dev·Dec 4, 2024Mount Storage Class in Kubernetes Kubeadm cloud controll managerhttps://youtu.be/rVj6QFA9YlM Step 1. Create New User Attach Inline Policy. After Create new user create secret access keys. save this access keys. create generic secret with this command. kubectl create secret generic aws-secret \ --namespa...#volume provision
Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-aws.hashnode.dev·Nov 27, 2024A Step-by-Step Guide to Managing EBS Volumes and Migrating Jenkins Across AWS RegionsProject Overview: This project demonstrates how to manage Amazon Elastic Block Store (EBS) volumes in AWS. You’ll learn key tasks like creating, attaching, and formatting EBS volumes, setting up data storage, and migrating data using EBS snapshots ac...38 reads#managing ebs
Navya Anavyadevops.hashnode.dev·Nov 26, 2024Expanding Root Partition on AWS EC2: Resolving Disk Space IssuesDisk space shortages on the root partition can lead to system instability and service failures. This guide explains how to resolve this issue by expanding the root partition and filesystem on an AWS EC2 instance. It also includes additional steps to ...AWS
Siddhartha Gauravsgaurav.hashnode.dev·Nov 19, 2024Detailed Guide to EC2 Instance Storage for BeginnersAmazon EC2 offers various storage options tailored for different workloads. Let’s explore them in detail with simple explanations and steps to get started. 1. Amazon EBS (Elastic Block Store) Amazon EBS is a persistent block storage system for EC2 i...AWSAWS
Aman Patel (Amanops)blog.amanops.com·Nov 14, 2024🔥 "AWS Storage Deep Dive: Unlocking the Power of EBS, EFS & S3!"AWS provides several storage services designed to meet different use cases for scalability, security, performance, and cost efficiency. Here are the main AWS storage services: 1. Amazon S3 (Simple Storage Service) Use Case: Object storage for unstru...58 readsAWS
Markr12.hashnode.dev·Nov 11, 2024Exploring EBS customizations and translations with JDR_UTILSIn developing customizations and translations Ebs’s JDR_UTILS package has been invaluable. It provides backend solutions to … listCustomizations (see what was customized) printDocument (analyze document structure, applicable to both documents and c...jdr_utils
Emmanuel Aladejana (Janor)eaaladejana.hashnode.dev·Nov 3, 2024Stop Babysitting Your Storage: My 15-Minute AWS Auto-Scaling SolutionHey there! 👋 Let me walk you through something incredibly cool - automatic EBS volume resizing for your AWS Auto Scaling Groups. You know that panic when your disk space starts running low? We're going to make that a thing of the past by building a ...AWS