AWS service for managing, retrieving, and rotating database credentials, API keys, and other secrets. Like having an automated security system that changes locks regularly.
Production applications use Secrets Manager to automatically rotate database passwords without downtime.
All four services centrally store and control access to secrets like passwords and API keys. AWS Secrets Manager emphasizes managed secret rotation (via built-in integrations and AWS Lambda). Azure Key Vault, Google Cloud Secret Manager, and OCI Vault provide secret storage and access control; rotation is typically implemented via automation (native features and/or functions) depending on the secret type and platform integration.
Explore real-world architectures from our community that use Secrets Manager: