1 Answer
- Newest
- Most votes
- Most comments
1
We have a encrypted dynamodb table
Firstly, its important that you are referring to Client Side Encryption, and not server side encryption offered by DynamoDB natively.
For Client Side Encryption, CachingMostRecentProvider does not necessarily mean you must use DynamoDB, you are free to store the keys CMP where you like. DynamoDB as a metastore is just a built in solution for the encryption client which enables you to quickly implement caching.
Relevant content
- asked 3 years ago
- asked 8 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
