- Newest
- Most votes
- Most comments
Hi,
I think that this prescriptive guidance about SM best practices is what you need: https://docs.aws.amazon.com/prescriptive-guidance/latest/secure-sensitive-data-secrets-manager-terraform/best-practices.html
I really advise you to read all its aspects end to end to create the right security architecture
Re number of secrets: it's better to have only 1 value per secret because of the "least knowledge" security principle. Secrets that are joint today might have to be separated tomorrow.
The guidance above will also propose you some ways to be efficient: hierarchical secret naming, etc.
Finally, I'd suggest to read the Security section of AWS Well Architected: in particular, the one about secrets at https://docs.aws.amazon.com/wellarchitected/latest/framework/sec_identities_secrets.html
Best,
Didier
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago

Thank you mister Didier
Rubber_bird, you are very welcome! Thanks for accepting my answer