What’s the Best Way to Manage Secrets in AWS?

0
0
Asked By StarryNight27 On

I've been working with AWS for a few years now, and I'm often revisiting the topic of secret management. With options like Secrets Manager, Parameter Store, and external solutions such as HashiCorp Vault, it seems there are many 'right' choices depending on the workload scale and use case. Currently, I'm leaning towards using Secrets Manager due to its automated rotation and integration capabilities. However, I've noticed that some teams prefer SSM Parameter Store for its simplicity. For those who manage production environments, I'd love to hear about your most reliable strategies for handling secrets.

3 Answers

Answered By DevGuru99 On

One of the advantages of Secrets Manager is its support for multi-region replication, which is a game changer for many setups.

Answered By DataNinja87 On

For me, Secrets Manager is the default. It has good integration with other tools. I also use SSM Parameter Store for specific cases, but it requires extra caution to ensure secure configurations.

Answered By CodeMaster23 On

We've standardized on Secrets Manager after experimenting with SSM. Just a heads-up, SSM can be tricky with permissions, so you need to manage access really carefully.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.