Sameer iisameer3056.hashnode.dev·Dec 8, 2024Bid Farewell to Forgotten Snapshots: Use AWS EventBridge, Terraform, and Serverless to Automate Cleanup!AWS accounts may eventually amass resources that are no longer required but nevertheless result in expenses. Neglected EBS snapshots that remain after volumes are erased are a typical example. Handling these photos by hand can be expensive and time-c...DiscussTerraform
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...Discuss#managing ebs
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...DiscussAWSAWS
Gedion Danielblog.gediondaniel.dev·Oct 20, 2024EBS Snapshot Features: Snapshot Archive and Recycle BinEBS Snapshot Archive The EBS Snapshot Archive is a feature that helps you save costs by moving older, less frequently accessed snapshots to a lower-cost storage tier. Normally, snapshots are stored in standard storage, which is more expensive. But if...Discussebs snapshots
Uma Krishna Marineniintroduction-to-cloud-computing.hashnode.dev·Oct 10, 2024EBS (Elastic Block Store) vs EFS (Elastic File System).When thinking of AWS EBS and EFS, one naturally recalls Amazon EC2, as both storage solutions are designed to complement EC2 instances. BS providing high-performance block storage for single-instance workloads. EFS offers scalable file storage acce...DiscussAWS
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 10, 2024🚀 Day-4: Launched a Linux OS EC2 Instance with Volume Management & Explored Amazon EBS! 🖥️💻Step-by-Steps Today was a productive day working with AWS cloud infrastructure, focusing on EC2 and EBS storage management. Here's a breakdown of what I achieved: Task 1: Linux OS EC2 Instance with Volume Management 1️⃣ Launched a Linux OS EC2 instan...DiscussAWS
Jyothsnajyothsna.hashnode.dev·Sep 19, 2024Optimizing Cloud Costs with AWS Lambda: A Serverless Approach to EfficiencyAWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that allows you to run code without provisioning or managing servers. Here's how Lambda works: Key Concepts: Event-Driven: Lambda functions are triggered by events. The...Discuss·10 likesaws lambda
Asim Skasimar007.hashnode.dev·Sep 19, 2024Cross Region Migration of AWS EBS VolumesProject Description This project involves migrating AWS Elastic Block Store (EBS) volumes from one region to another. The goal is to seamlessly transfer data and configurations, ensuring minimal downtime and maintaining data integrity. The process i...DiscussAWS
Chandra Prakash Reddydevopstour.hashnode.dev·Sep 11, 2024AWS Elastic Block Store { Part - II }Amazon EBS snapshots Your Amazon EBS volumes are backed up at certain points in time using Amazon EBS snapshots. Just the data that has changed since the last snapshot has been kept since snapshots are incremental. This technique minimizes storage...Discuss·7 likesAWS TourAWS
Aaril Ansariaril.hashnode.dev·Aug 23, 2024DAY 3 - AWS EBS (Elastic Block Storage)Amazon EBS Volume is basically a block based storage or the virtual hard disk to run your EC2 Instance. It is a critical component of AWS Infrastructure. EBS provides block-level storage, which means data is stored in fixed-size blocks which is use...DiscussAWS