Manage Secrets

Manage AWS application secrets with SSM Parameter Store and Secrets Manager.

13|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill manage-secrets-heaptracetechnology
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Manage Secrets
Source: https://github.com/heaptracetechnology/heaptrace-skills/tree/main/cloud-engineer/secrets-manage
Command: npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill manage-secrets-heaptracetechnology

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage application secrets and configuration using AWS SSM Parameter Store and Secrets Manager, covering rotation policies, access control, environment variable injection into ECS tasks, audit logging, and secret lifecycle management.

Core Features & Use Cases

  • Centralized secrets lifecycle management across AWS environments (production, staging, etc.)
  • Automatic/manual rotation strategies for databases, API keys, and JWTs
  • Secure retrieval with minimal privilege and environment-variable injection into containers
  • Auditing and compliant logging of secret access and changes
  • Use cases: deploying a microservice securely with rotation and least privilege

Quick Start

Configure SSM Parameter Store and Secrets Manager for your environment, then inject secrets into ECS tasks at runtime.

Frequently Asked Questions about Manage Secrets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely inject AWS secrets into ECS tasks at runtime?

To securely inject AWS secrets into ECS tasks, configure SSM Parameter Store and Secrets Manager to retrieve sensitive data with least privilege and inject it directly into container environment variables at runtime.

What is the best way to automate database credential rotation in AWS?

Automating database credential rotation in AWS requires applying rotation policies via Secrets Manager to schedule automatic updates for databases, API keys, and JWTs while maintaining application connectivity.

How do I audit access to application secrets across AWS environments?

You can audit access to application secrets across AWS environments by enabling compliant logging and audit trails within Secrets Manager and SSM Parameter Store to track all secret lifecycle changes and access events.

Can I manage secrets for multiple AWS accounts using SSM Parameter Store?

Yes, you can manage secrets for multiple AWS accounts using SSM Parameter Store and Secrets Manager to enforce centralized secret lifecycle management and least-privilege access across production and staging environments.

When should I use Secrets Manager instead of SSM Parameter Store for configuration?

Use Secrets Manager instead of SSM Parameter Store when your configuration requires automated rotation workflows for credentials like database passwords or API keys, whereas SSM Parameter Store handles standard configuration data.