aws-secrets-rotation

Automate AWS secrets rotation for RDS, API keys, and credentials

Content Preview
---
name: aws-secrets-rotation
description: "Automate AWS secrets rotation for RDS, API keys, and credentials"
category: security
risk: safe
source: community
tags: "[aws, secrets-manager, security, automation, kiro-cli, credentials]"
date_added: "2026-02-27"
---

# AWS Secrets Rotation

Automate rotation of secrets, credentials, and API keys using AWS Secrets Manager and Lambda.

## When to Use
Use this skill when you need to implement automated secrets rotation, manage credentials securely, or
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/aws-secrets-rotation.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/security/aws-secrets-rotation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/security/aws-secrets-rotation/SKILL.md

Related Skills