Skip to content

Commit b55997e

Browse files
Merge pull request #48 from goncalodasilva/patch-5
fix 214
2 parents f8e43b9 + b1d3961 commit b55997e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,8 +2495,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
24952495
### A Developer is storing sensitive documents in Amazon S3 that will require encryption at rest. The encryption keys must be rotated annually, at least. What is the easiest way to achieve this?
24962496

24972497
- [ ] Encrypt the data before sending it to Amazon S3.
2498-
- [x] Import a custom key into AWS KMS with annual rotation enabled.
2499-
- [ ] Use AWS KMS with automatic key rotation.
2498+
- [ ] Import a custom key into AWS KMS with annual rotation enabled.
2499+
- [x] Use AWS KMS with automatic key rotation.
25002500
- [ ] Export a key from AWS KMS to encrypt the data.
25012501

25022502
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)