Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New pattern: eventbridge-schedule-secret-rotation-cdk #2469

Merged
merged 6 commits into from
Nov 15, 2024

Conversation

senthilkumarmohan
Copy link
Contributor

@senthilkumarmohan senthilkumarmohan commented Sep 13, 2024

Issue #2470

Description of changes:

This sample project demonstrates rotating secrets using AWS Amazon EventBridge Scheduler and AWS Lambda at desired intervals. An EventBridge schedule is created based on the 'Secret rotation schedule' CDK parameter with rotation lambda as the target. You could provide the interval at which you want the secret to be rotated as a cron or rate expression.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@julianwood julianwood self-assigned this Sep 13, 2024
@senthilkumarmohan
Copy link
Contributor Author

Hi @biswanathmukherjee, @sssumarss has done the required changes. Could you please have a look now?

@@ -0,0 +1,64 @@
{
"title": "Secret rotation in AMS Secrets Manager using Amazon EventBridge Scheduler and AWS Lambda",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title can be max upto 75 char.

@biswanathmukherjee
Copy link
Collaborator

Pattern guardian approved. It will be reviewed by DA as next step.

@julianwood julianwood merged commit d32e7a1 into aws-samples:main Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants