Effortless Secret Management in .NET Using AWS Secrets Manager

preview_player
Показать описание


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.

Check out my courses:

Read my Blog here:

Join my weekly .NET newsletter:

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
Рекомендации по теме
Комментарии
Автор

That's very impressive, but it always feels like the more I learn, the more I realise I'll never be very good at this job! 😆 There's just too much to know and i never would've figured out all that in a million years! I'm still confused as to how the credentials needed to access AWS are stored and configured, or are they in an Azure Key Vault...! 😄 I've only recently found your channel, but it's been very useful already, so thanks!

moto_matt
Автор

Awesome video!! it would interesting an example of creating a one secret key in key/value format and seeing how to apply the options pattern to certain keys inside the secret (deserialize the JSON to strongly typed options)

zerojk
Автор

I am confused. Where do you store credentials for AWS Secret manager?

MarioUlivelli
Автор

can i use this in combination with the function of ValidateOnStart options patern? so i can assure that all of the secrets are created on my app startup? thanks!

SOYLUISO
Автор

Boss, do you have any data that can be processed effectively with high concurrency?

sunzhang-dv