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
Rohit Pagoterohitpagote.hashnode.dev·Aug 1, 2024Amazon EC2 (AWS Certified Solutions Architect - Associate)EC2 Basics EC2 = Elastic Compute Cloud Infrastructure as a Code (IaaS) service. It mainly consists in the capability of: Renting Virtual Machines (EC2) Storing data on virtual drives (EBS) Distributing load across machine (ELB) Scaling the ser...Discussec2
Arish Ahmadblog.arishahmad.in·Jul 28, 2024Step-by-Step Guide to Create a Snapshot, and Volume from SnapshotCreating a snapshot from volume Open the AWS Management Console and navigate to the EC2 dashboard. In the left navigation panel, choose Volumes under the Elastic Block Store section. Select the volume you want to snapshot. Got to Action -> Create...DiscussAWS Training Chronicles: From Novice to ExpertAWS