AWS Secrets Manager Service - Introductorio
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
Creado por
Luciano Giacchetta
Incluido en Carreras:
MXN 0,0
Incluye 65% OFF
Garantía de Devolución (7 días)
Este curso incluye
- 4 Módulos
- 8 Videos
- 12 Practicas
- Acceso a tiempo completo
- Acceso en Móviles y Tabletas
- Certificado de Curso
Lo que aprenderás
- Qué es Secrets Manager
- Autenticación y control de acceso
- Crear y administrar secretos mediante consola
- Agregar tags a secretos
- Rotación de secretos
- Replicación en regiones
- Recuperación de secretos programaticamente
Contenidos del Curso
8 Horas 0 Minutos
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