Data can be freely read if compromised. Amazon DynamoDB Accelerator (DAX) encryption at rest provides an additional layer of data protection by helping secure your data from unauthorized access to the underlying storage.
Impact
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.
Enable encryption at rest for DAX Cluster
1
2
3
4
5
6
7
8
9
10
11
Resources:GoodExample:Type:AWS::DAX::ClusterProperties:ClusterName:MyDAXClusterDescription:DAX cluster with encryption at restIAMRoleARN:arn:aws:iam::111122223333:role/DaxAccessNodeType:dax.r3.largeReplicationFactor:1SSESpecification:SSEEnabled:true