Maxat Akbanovbrain2life.hashnode.dev·Nov 18, 2023AWS EFS migration with AWS DataSyncAWS DataSync is a managed data transfer service that makes it faster and simpler to move data between on-premises storage and Amazon S3, Amazon Elastic File System (EFS), and Amazon FSx for Windows File Server. This service automates and accelerates ...DiscussawsAWS
Amardeep yadavdeveloperamardeep.hashnode.dev·Nov 16, 2023AWS part-2Virtual Private Cloud (VPC): A virtual private cloud is essentially a service provided by AWS, from which you can decide the that which traffic can go and come out in your web application or mobile application. It is a type of VPN that you would most...DiscussDynamoDB
Maxat Akbanovbrain2life.hashnode.dev·Nov 9, 2023Get started with Amazon EFS access pointsAmazon EFS access points are application-specific entry points into an EFS file system that make it easier to manage application access to shared datasets. Access points can enforce a user identity, including the user's POSIX groups, for all file sys...DiscussawsAWS
Maxat Akbanovbrain2life.hashnode.dev·Nov 7, 2023Get started with Amazon Elastic File SystemAWS Elastic File System (EFS) is a cloud-based file storage service offered by Amazon Web Services (AWS) designed to provide scalable, elastic, concurrent with shared access to file data for Linux-based workloads. It's built to be highly durable and ...Discuss·44 readsawsAWS
Amrutha Damruthadronamraju.hashnode.dev·Oct 15, 2023AWS EFS Interview Q/AWhat is Amazon Elastic File System? Amazon Elastic File System (Amazon EFS) is a scalable and managed file storage service provided by Amazon Web Services (AWS). It is designed to provide scalable and shared file storage for applications and services...DiscussAWS Services Interview Q/AAmazon EFS
shivraj tikundishivrajtikundi.hashnode.dev·Aug 19, 2023Amazon Elastic File System (EFS)My company(Bizmorphic) recently asked me to work with Amazon EFS. I hadn't used EFS before, so I was new to it. We're using EFS to save Weaviate data during EC2 instance autoscaling. In this blog, I've just finished setting up EFS correctly. Here are...Discuss·48 readsAWS
Malhar Chikhalemalhars.hashnode.dev·Aug 16, 2023S3, EBS, & EFS explained with Use CasesS3(simple storage service) S3 is object storage that can be used for multiple AWS services as their storage. You can use S3 as an event source for Lambda functions to trigger them when objects are created, modified, or deleted in S3 buckets. AWS Lamb...Discuss·6 likesAWS
Gajanan Baruregajananb.hashnode.dev·Jul 16, 2023AWS StorageElastic Block Store (EBS): Elastic Block Store (EBS) is a block storage service based in the AWS cloud. EBS stores huge amounts of data in blocks, which work like hard drives (called volumes). You can use it to store any type of data, including file ...Discuss·2 likes·101 readsAWS
ADITYA PAWARaditya-pawar.hashnode.dev·Jul 15, 2023EBS (Elastic Block Storage) Vs EFS (Elastic File Storage) Vs S3 ( Simple Storage Service)In this blog we will be deep diving into major AWS services which are all used as storage services and when to use them. EBS (Elastic Block Store): EBS provides block-level storage volumes that are attached to EC2 instances. Each EBS volume is pre...Discuss·10 likes·47 readsAWS s3
Abhiraj Kharbadeabhirajdevops.hashnode.dev·Jul 13, 2023Understanding Cloud Series: Exploring AWS EBS and EFS for Efficient StorageIntroduction Welcome to another installment of my Understanding Cloud Series! If you're joining here for the first time, I encourage you to check out my previous blogs to gain a comprehensive understanding of cloud computing. In this blog, we'll delv...Discuss·11 likes·43 readsUnderstanding CloudAWS