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

  • 相关阅读:
    扩展问题
    oracle数据类型及其隐式转换 (摘,转载)
    oralce中to_char默认转换格式的理解
    oracle的to_char中的fm(转,摘录)
    Oracle中TO_DATE TO_CHAR格式(转,摘录)
    ZT Abstract Factory
    ZT Factory Pattern
    Singleton
    几本电子书比较
    名词后变为复数+s,或者+es等怎么读
  • 原文地址:https://www.cnblogs.com/Answer1215/p/15121897.html
Copyright © 2011-2022 走看看