Protecting your Cloud Secrets with AWS Secrets Manager

ryanmurakami

Ryan H Lewis

Posted on November 22, 2020

Protecting your Cloud Secrets with AWS Secrets Manager

Securely storing passwords in the cloud is essential for web applications. Secrets Manager is the best way to store and access usernames and passwords in AWS, and in this video I walk through how to create and work with these secrets. Watch this video for more details!

Find the code used in this video here: https://github.com/ryanmurakami/secretsmanager-examples

Table of Contents:
0:00 Introduction
1:04 Previous methods of credential storing in AWS
2:43 AWS Secrets Manager
4:22 Database credential rotation
6:57 Creating a secret in the Web Console
11:13 Retrieving a secret in JavaScript
12:16 Retrieving a secret with the AWS CLI
16:26 Final thoughts


šŸ™ Thanks for taking a look at my content!

šŸ“Ø Join my newsletter for more: https://ryanlewis.dev

šŸŽ„ Subscribe to my YouTube channel!


YouTube | Twitter | GitHub | Site

šŸ’– šŸ’Ŗ šŸ™… šŸš©
ryanmurakami
Ryan H Lewis

Posted on November 22, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related