zoukankan      html  css  js  c++  java
  • [SAA + SAP] 24. Extra storage

    SAA

    • Storage Optimized: 80TB
    • Compute Optimized: 42TB

    • AWS DataSync
    • 8 TB

    • Use when transfer larger than 10 PB
    • 100 PB max for single one

    • The the computation at limited/no internet access place
    • When send back data to AWS

    • Snowball Edge -- storage clustering available
    • Long term deployment

    • You cannot directly import Snowball data into Glacier
    • To S3 first, then use lifecycle policy

    AWS Storage Gateway

    • Bridge between on-premises data and cloud data in S3
    • User cases: disaster recovery, backup & restore, tiered storage
    • 3 types of Storage Gateway:
      • File Gateway
      • Volume Gateway
      • Tape Gateway

    • File access / NFS
    • auth with Active Directory

    • Storage backup, EBS Backup to S3

    • On-premise data to the cloud => Storage Gateway
    • NFS / Auth with Active Directory => File Gateway
    • Volume / Block Storage / iSCSI => Volume Gateway
    • Tape => Tape Gateway
    • No on-premise virtualization => Hardware Appliance

     FSx for Windows

    • EFS is a shared POSIX system for Linux system
    • FSx for Windows is a fully managed Windows file system shared drive
    • Can be configured to be Multi-AZ
    • Data is backup daily to S3
    • Can be accessed from your on-premise infrastructure
    • SSD, up to 10s of GB/s, millions of IOPS, 100s PB of data

    FSx for Lustre

    • "Linux" && "Cluster"
    • High Performanmce Computing (HPC)
    • Can read S3 as file system through FSx, can write to S3
    • Can be used from on-premise server

    • One for hig burst, but temporary storage, no backup
    • One fro long term storage, replicated in same AZ

    • FTP related
    • From/into S3 and EFS

    Pre-processing data is Snowball Edge

    HPC

  • 相关阅读:
    JS Array转JSON
    js数组转字符串并用,分割
    java枚举类-根据key获取value及根据value获取key
    CSS文件引入顺序
    git pull之前要先commit
    FastJson中@JSONField注解使用
    @JsonFormat与@DateTimeFormat注解的使用
    Jackson 时间格式化,时间注解 @JsonFormat 用法、时差问题说明
    shell脚本使用
    ubuntu12.04 安装redis
  • 原文地址:https://www.cnblogs.com/Answer1215/p/15121897.html
Copyright © 2011-2022 走看看