Reputation: 103
I am trying to understand if two AWS tools are used for different things. If someone knows the different scenarios one should use KMS versus Secret Manager, please let me know. Thank you in advance and my apologize if the answer is obvious (I am still learning).
Upvotes: 8
Views: 3128
Reputation: 200446
KMS is used to manage encryption keys. Other services integrate with KMS to provide data encryption capabilities.
Secrets Manager is used to store secrets, like passwords. Secrets Manager uses KMS to encrypt your passwords when it stores them.
Upvotes: 10