AWS Storage - S3 vs EBS vs EFS Comparison | Use Cases

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2019
  • #Cloud4DevOps
    AWS Storage options -
    - Difference between AWS storage
    - Use-cases and differences between S3, EBS & EFS
    - Where to use and where not to?

ความคิดเห็น • 21

  • @sabihaali7962
    @sabihaali7962 4 ปีที่แล้ว +1

    Thank you. Very clear. Can you pls elaborate how EFS can be used for big data

    • @Cloud4DevOps
      @Cloud4DevOps  4 ปีที่แล้ว +1

      AWS EFS is one of the contender for Big data Analytics as its durable , decoupled, and secure file system accessible from all nodes in the cluster. So as the functionality on the storage side is to grow from TBs to PBs without any downtime makes its better to be used for big data platform.
      And the big data concepts itself describe by below:-
      Volume [ranges from TBs to PBs]
      Variety [wide range from logs, media interaction and transactions]
      Velocity [analysis within short window]
      Since EFS is capable of providing support to above from AWS side , would be one of the better option here to select around AWS storage.
      Also not being a Big Data expert i would like you to go through other considerable option using Data Lakes where we have S3.
      aws.amazon.com/big-data/datalakes-and-analytics/

  • @janshkreli2172
    @janshkreli2172 4 ปีที่แล้ว +1

    Good job man!

    • @Cloud4DevOps
      @Cloud4DevOps  4 ปีที่แล้ว

      thanks..please share the channel among circle so to get more technical minds..

  • @pritidevi9706
    @pritidevi9706 4 ปีที่แล้ว +1

    Thanks for sharing ..

  • @casimirrex
    @casimirrex 4 ปีที่แล้ว +1

    really superb.....

  • @thomasmatthew7759
    @thomasmatthew7759 3 ปีที่แล้ว +1

    Hi Shashank, consider: if a collaborator gives access to their data on S3 (they make up a user name, access key and access ID), but I have my own S3 account where I want the data to go, how can I either 1) transfer that data directly to my S3, or 2) provide a way for them to upload the data directly to my bucket? The goal is to not download and upload the data due to size. Thanks!

    • @Cloud4DevOps
      @Cloud4DevOps  3 ปีที่แล้ว +1

      If you are looking to upload data to S3 from EC2 then with the help of IAM role you access S3 and schedule job to upload data , in case you dont want to use access and secret keys. another way is you can use S3 browsers or tnt drive to map the S3 with your instance and schedule the upload.. One more way of doing is. use Storage Gateway with S3 as nfs mount point to schedule data upload.
      in AWS regardless of who is owner , accessing one service from another you need IAM permission. Hope that helps..

  • @synthc1786
    @synthc1786 3 ปีที่แล้ว +1

    thank so much!

  • @jackvann3820
    @jackvann3820 4 ปีที่แล้ว +2

    Thanks for sharing! I think you may have made an error on EFS. It is a file-level storage, not object storage. Please confirm?

    • @Cloud4DevOps
      @Cloud4DevOps  4 ปีที่แล้ว +4

      Thanks Jack for updating me.. Yes I did a mistake on last slide of my presentation. I explained the concept correctly , made a mistake on last slide on difference between AWS storage.. And yes EFS is file system. Highly appreciate the focus..

    • @jackvann3820
      @jackvann3820 4 ปีที่แล้ว

      Thanks for your reply! Best appreciated.

    • @ronytesler
      @ronytesler 4 ปีที่แล้ว

      @@Cloud4DevOps maybe you should add a comment on the video itself.

  • @SarkarRipon
    @SarkarRipon 3 ปีที่แล้ว +1

    Which storage is applicable for my eCommerce WordPress website?

    • @Cloud4DevOps
      @Cloud4DevOps  3 ปีที่แล้ว

      If usage is less then go for EBS , if you have high usage then EFS is good option..

  • @ajitkumar2012
    @ajitkumar2012 3 ปีที่แล้ว +1

    EFS is file storage

    • @Cloud4DevOps
      @Cloud4DevOps  3 ปีที่แล้ว +1

      yes EFS is file system.. I made minute mistake and its been discussed in one of comment section..

    • @ajitkumar2012
      @ajitkumar2012 3 ปีที่แล้ว +1

      @@Cloud4DevOps thank you