Dashboard

Learn faster. Build smarter.

Back to AWS
AWSSecurity

Secrets Manager

AWS Secrets Manager stores and manages sensitive data such as passwords, tokens, and API keys with optional rotation.

What it does

Managed secret storage and rotation service.

When to use

Use Secrets Manager when you need secure secret storage and secret rotation in AWS.

Key Concepts

Secrets should not be stored in plain text in code or config.

Secrets Manager centralizes sensitive credential management.

Rotation can be automated for supported services.

IAM controls who can access secrets.

Common Use Cases

Storing DB passwords and API keys.

Managing application secrets securely.

Automating credential rotation.

Interview Questions

What is Secrets Manager?

Why should secrets not be stored in code?

How is Secrets Manager different from Parameter Store?