笨辦法學AWS:各類存儲服務適用場景總結

原材料來自AWS官方白皮書 https://aws.amazon.com/whitepapers/
S3的適用場景:

  1. Amazon S3 is used to store and distribute static web content and media 靜態網站內容和媒體文件。
  2. Amazon S3 is used to host entire static websites. 靜態網站託管。
  3. Amazon S3 is used as a data store for computation and large-scale analytics, such as financial transaction analysis, clickstream analytics, and media transcoding. 大型計算和分析類任務的數據存儲,例如金融類,點擊流(不知道是不是該這麼翻)還有媒體文件轉碼。
  4. Amazon S3 is often used as a highly durable, scalable, and secure solution for backup and archiving of critical data.關鍵數據的備份和歸檔。
    Glacier的適用場景:歸檔,可用做磁帶的替代。
    Organizations are using Amazon Glacier to support a number of use cases. These use cases include archiving offsite enterprise information, media assets, and research and scientific data, and also performing digital preservation and magnetic tape replacement.
    EFS的適用場景:多線程,多主機共享。
    Amazon EFS supports highly parallelized workloads and is designed to meet the performance needs of big data and analytics, media processing, content management, web serving, and home directories.
    EBS: 變化量大,持久存儲,塊存儲。
    Amazon EBS is meant for data that changes relatively frequently and needs to persist beyond the life of EC2 instance. Amazon EBS is well-suited for use as the primary storage for a database or file system, or for any application or instance (operating system) that requires direct access to raw block-level storage.
    Instance storage:極高的IO,臨時存儲。
    EC2 local instance store volumes are ideal for temporary storage of information that is continually changing, such as buffers, caches, scratch data, and other temporary content, or for data that is replicated across a fleet of instances, such as a load-balanced pool of web servers. EC2 instance storage is well-suited for this purpose.
    Storage gateway:企業級文件共享,備份文件至S3,災備,歸檔。
    Organizations are using AWS Storage Gateway to support a number of use cases. These use cases include corporate file sharing, enabling existing on-premises backup applications to store primary backups on Amazon S3, disaster recovery, and mirroring data to cloud-based compute resources and then later archiving it to Amazon Glacier.
    Snowball:TB,PB級數據上雲。
    Snowball is ideal for transferring anywhere from terabytes to many petabytes of data in and out of the AWS Cloud securely.Common use cases include cloud migration, disaster recovery, data center decommission, and content distribution.
    CloudFront:內容分發,流媒體。
    CloudFront is ideal for distribution of frequently accessed static content that benefits from edge delivery, such as popular website images, videos, media files or software downloads. Amazon CloudFront can also be used to deliver dynamic web applications over HTTP. These applications can include static content, dynamic content, or a whole site with a mixture of the two. Amazon CloudFront is also commonly used to stream audio and video files to web browsers and mobile devices.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章