The value in AWS KMS (Key Management Service) is that the [[CMK]] used to [[encrypt]] data can never be retrieved by the user, and the [[CMK]] can be rotated for extra security
Never ever store your secrets in [[plaintext]], especially in your code!
Encrypted [[secrets]] can be stored in the code / [[environment variables]]
KMS can only help in encrypting up to 4KB of data per call