Перейти к содержимому

AWS Cloud Quest: Security - Secrets Management

Deniz Yilmaz

0:00 / 0:00

AWS Cloud Quest: Security - Secrets Management

493 просмотра · 3 года назад
Deniz Yilmaz
1,74 тыс. подписчиков
493 просмотра · 3 года назад
To avoid hardcoded passwords, use AWS Secrets Manager to store and periodically rotate Amazon RDS credentials used by your application. Contents: 00:00 - Intro 02:58 - Practice Lab 28:25 - DIY Practice Lab Goals: 1. Configure AWS Secrets Manager to store Amazon RDS credentials 2. Create a interface VPC endpoint for AWS Secrets Manager to access Lambda Functions deployed in a VPC 3. Configure AWS Secrets Manager to enable the automatic rotation of a secret 4. Validate the connection with Amazon RDS by using the new rotated credential DIY 1. Update the application AWS Lambda function code to query data from Amazon RDS 2. Validate that your application can query the data from Amazon RDS by using the newly created RDS credentials