Skip to content

awsdataarchitect/kms-auto-rotate

Repository files navigation

Open-source demo project implementation of KMS Key Rotation Using AWS CDK, EventBridge, and Lambda Function

This is a CDK project written in TypeScript to demo how to implement KMS Key Rotation on a custom schedule using AWS-CDK.

Architecture Diagram

Alt text

For more details on how to deploy the infrastructure and the solution details, please refer to the Blog Post.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

About

Open-source demo project implementation of KMS Key Rotation Using AWS CDK, EventBridge, and Lambda Function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published