Amazon Secrets Manager · Arazzo Workflow
Amazon Secrets Manager Rotate and Describe
Version 1.0.0
Start rotation on a secret with a Lambda rotation function, then describe it to confirm rotation is configured.
Provider
Workflows
rotate-and-describe
Start secret rotation and confirm it is enabled via DescribeSecret.
Calls RotateSecret to attach a rotation Lambda and schedule, then calls DescribeSecret to verify RotationEnabled and the rotation rules were applied.
1
rotateSecret
RotateSecret
Configure and start the rotation process, attaching the rotation Lambda and an automatic rotation schedule to the secret.
2
describeSecret
DescribeSecret
Read the secret metadata back to confirm rotation is enabled and the rotation rules were applied.