For the complete documentation index, see llms.txt. This page is also available as Markdown.

Encryption of a DynamoDB table

1. Go to AWS Management Console

2. Type "DynamoDB"

3. Click on DynamoDB

4. Click on Create table

5. Name your table

6. Enter a Partition Key

7. Enter a Sort key

8. Click on Create table

You can only encrypt a DynamoDB table while creating it & Encryption is enabled by default

Last updated