Effortless Secret Management in .NET Using AWS Secrets Manager

Опубликовано: 03 Сентябрь 2024
на канале: Milan Jovanović
62,417
252

Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/sec...
Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ
Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt
Join a community of 1000+ .NET developers:   / milanjovanovic  

Get $25 AWS credit for free here: https://aws.amazon.com/developer/lang...

Discover how to seamlessly integrate AWS Secrets Manager into your .NET applications. This video guides you through the process of securely storing and retrieving sensitive information like database credentials and API keys. Learn to leverage the AWS SDK for .NET to access your secrets programmatically, implement best practices for secret rotation, and enhance your application's security posture. Perfect for .NET developers looking to improve their app's security using cloud-based secret management.

Grab the source code from GitHub: https://github.com/m-jovanovic/aws-tu...

Check out my courses:
https://www.milanjovanovic.tech/courses

Read my Blog here:
https://www.milanjovanovic.tech/blog

Join my weekly .NET newsletter:
https://www.milanjovanovic.tech

Chapters
0:00 Introducing AWS Secrets Manager
6:35 Creating our first secret
9:50 Using the AWS Secrets Manager SDK
15:17 Options Pattern + AWS Secrets Manager
17:31 App Secrets naming convention
19:18 Using AWS Secrets Manager