What is SSM Parameter Store
Creates a param store for sensitive data that can be used across multiple apps
ex. license key
Where does SSM sit under?
EC2
Things you can store in SSM
String
StringList
SecureString
What are SecureStrings encrypted with
KMS
What is AWS Secrets Manager?
Enables rotate, manage, and retrieve database credentials, API keys and other secrets.
Encrypt secrets and rotate.
It can also generate passwords for you.
Cost of SSM vs AWS Secrets Manager
SSM is free up to 10000 params
Secret Manager $0.40 for every secret per month and $0/05 in every 10000 API calls.