[Udemy] AWS Certified Data Analytics Specialty - 2.Storage
S3 Encryption
S3 Security
其中两个ACL基本不会考
DynamoDB
DynamoDB primary key:
1. Partition Key Only (HASH)
2. Partition Key + Sort Key (HASH-RANGE)
怎么计算WCU?就是每秒写多少个1K的数据
怎么计算RCU?就是每秒读取 1个 strongly consistent read 或者 2个 eventualy consistent reads 的4KB大小的数据.
DynamoDB - Partioins
DynamoDB - API
DynamoDB Stream 两种用法,1是用Lambda, 2是用 KCL+Kinesis Adapter
ElatiCache - Redis or Memcached