- Create a provisioned DynamoDB table
- The partition key is a string
- The sort key is a number
- Throughput should be the dominant cost
- It should be strongly consistent for read and standard for write
- The average item size is 4 KB
- It is expected that the application will read 10 items per second
- It is expected that the application will write 5 items per second
- There is no changes in the read/write requirements
- Encryption is managed by AWS