课程: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

AWS Secrets Manager

AWS Secrets Manager

百度 许勤认真听取了检查组反馈意见和唐山市工作汇报。

(serene music) - AWS Secrets Manager is designed for storing your secrets, like your database connection information or your passwords. It's similar to the SSM Parameter Store that we looked at earlier on, but there are a few key differences. Secrets Manager will store and rotate your secrets safely without needing to create your own custom code. So in other words, it's offering automatic rotation. And that's built in for a few specific services. We've got Amazon RDS with these specific engines, we've got Redshift and Amazon DocumentDB. For any services that are not in that list, you'll need to write your own custom Lambda function to rotate your secrets, same as you would with Parameter Store. So let's have a look at a diagram. We've got Lambda, RDS and Secrets Manager. Our Lambda function is going to pull a secret from Secrets Manager and use that to actually connect to and authenticate to the RDS database. Now, the additional thing that we have here with Secrets Manager is, in this…

内容