[Udemy] AWS Certified Data Analytics Specialty - 2.Storage
S3 Replication (CRR & SRR)
S3 Encryption
S3 Security
其中两个ACL基本不会考
记住这3个event发送的target
DynamoDB
DynamoDB primary key: 必须有,创建时确定
1. Partition Key Only (HASH)
2. Partition Key + Sort Key (HASH-RANGE)
DynamoDB 用在数据hot and smaller, S3用在 cold and bigger
怎么计算WCU?就是每秒写多少个1K的数据
怎么计算RCU?就是每秒读取 1个 strongly consistent read 或者 2个 eventualy consistent reads 的4KB大小的数据.
DynamoDB - Partioins
DynamoDB - API
LSI
GSI
LSI 是在创建时就要指定的,GSI在创建后也可以建立,GSI就像创建了一个新的table
DAX就是一个cache层,用户需要手动创建DAX Cluster 并provision指定node数目
DynamoDB Stream 两种用法,1是用Lambda, 2是用 KCL+Kinesis Adapter
ElatiCache - Redis or Memcached
转载请注明出处 http://www.cnblogs.com/mashuai-191/