From 1a7ae4ede8412810a30766a379db07c81fb9d939 Mon Sep 17 00:00:00 2001 From: Kay Date: Tue, 20 Aug 2024 09:03:48 +1000 Subject: [PATCH] Updated KMSnotes (#674) --- KMS/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/KMS/README.md b/KMS/README.md index 4ff27d43..18c0b341 100644 --- a/KMS/README.md +++ b/KMS/README.md @@ -1,18 +1,19 @@ # KMS Notes Jump to -- [Useful Articles and Blogs](#useful-articles-and-blogs) - [Useful Libs and Tools](#useful-libs-and-tools) +- [Useful Articles and Blogs](#useful-articles-and-blogs) --- +## Useful Libs and Tools + +- [aws-kms-deletion-notification](https://github.com/aws-samples/aws-kms-deletion-notification) - Monitor AWS KMS keys disable and scheduled deletion + + ## Useful Articles and Blogs +- [Announcing AWS KMS Elliptic Curve Diffie-Hellman (ECDH) support](https://aws.amazon.com/blogs/security/announcing-aws-kms-elliptic-curve-diffie-hellman-ecdh-support/), AWS, 2024-08-19 - use case: end-to-end encryption - [How can I prevent IAM policies from allowing a user or role to access a KMS key in AWS KMS?](https://repost.aws/knowledge-center/kms-prevent-access), repost.aws - [A Deep Dive on AWS KMS Key Access and AWS Key Grants](https://www.cloudquery.io/blog/aws-kms-key-grants-deep-dive), Jason K., 2022-11-17 - [KMS Guardrails](https://aws-samples.github.io/aws-iam-permissions-guardrails/guardrails/kms/guardrails.html), aws-samples - ---- -## Useful Libs and Tools - -- [aws-kms-deletion-notification](https://github.com/aws-samples/aws-kms-deletion-notification) - Monitor AWS KMS keys disable and scheduled deletion