Jatin Shastrijatinshastri.hashnode.dev·Dec 30, 2024Unlocking the Potential of Amazon EFS: A Comprehensive GuideAmazon Elastic File System (EFS) is a scalable, fully managed file storage service that enables multiple Amazon EC2 instances to access data concurrently, making it ideal for a variety of applications, from web serving and content management to machi...5 likesAWS
Timur Galeevtgaleev.com·Dec 18, 2024Building an AI-Optimized Platform on Amazon EKS with NVIDIA NIM and OpenAI ModelsIntroduction The rise of artificial intelligence (AI) has brought about an unprecedented demand for infrastructure that can handle large-scale computations, support GPU acceleration, and provide scalable, flexible management of workloads. Kubernetes ...33 readsAWS
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, 2024AWS Storage - EBS , EFS & S3AWS 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...52 readsAWS
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 27, 2024🚀 Day-14:Successfully Completed an AWS EFS Project! 🌐Step-by-Steps: I recently completed a project utilizing Amazon Elastic File System (EFS) to achieve scalable and secure shared storage between multiple EC2 instances. Here's a summary of the project and why EFS was the perfect solution: Project Overv...AWS
Gedion Danielblog.gediondaniel.dev·Oct 26, 2024EBS vs EFS vs Instance StoreWhen choosing between EBS, EFS, and Instance Store in AWS, it's essential to understand how each type of storage is unique. Here’s a quick comparison to help you decide: FeatureEBS (Elastic Block Store)EFS (Elastic File System)Instance Store T...ebs
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 23, 2024Understanding Different Types of Storage in AWS CloudThe battle between Hard Disk Drives (HDDs) and Solid State Drives (SSDs) is one of capacity versus speed. HDDs, with their mechanical components, offer vast amounts of storage at a lower cost, making them suitable for data-intensive applications not ...AWS CloudAWS
Fatima Jannetmahia.hashnode.dev·Oct 18, 2024Section 6: EC2 Instance StorageDisclaimer: This blog is a quick rundown of the theory for the AWS Certified Cloud Practitioner (CCP) exam. I’d recommend hands-on practice to really get the hang of things! Hands-on experience is highly recommended EBS Overview What is EBS volume E...AWS Cloud Practitioner (short notes, no hands-on)Cloud
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...AWS
Ritvik Prathapaniccp.hashnode.dev·Oct 1, 2024AWS Learning Journey: Unlocking Cloud Computing Skills(Part-2)Introduction To EC2: Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. With EC2, you can launch virtual servers, known a...AWS Learning Journey: Unlocking Cloud Computing Skillsaws ccp