AWS Secrets Manager Service - Beginner
AWS Secrets Manager helps you protect the confidential data required to access your applications, services, and IT resources. The service enables you to rotate, manage, and retrieve database credentials, API keys, and other
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 4 Modules
- 8 Videos
- 12 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- What is Secrets Manager
- Authentication and access control
- Create and manage secrets via console
- Add tags to secrets
- Secret rotation
- Regional replication
- Programmatic secret recovery
Course Contents
8 Hours 0 Minutes
Secrets Manager allows you to replace hardcoded credentials in your code, including passwords, with an API call to Secrets Manager to retrieve the secret programmatically.
Secrets Manager uses AWS Identity and Access Management (IAM) to protect access to secrets. IAM provides authentication and access control.
After creating an application that uses credentials or keys, you can store your credentials in Secrets Manager by following the steps explained in this module. When using the AWS CLI or one of the SDKs to store the secret, you must provide
When retrieving a secret, you will see an example where you can use the Secrets Manager Python-based caching component to use it later