What is the Parameter Store?
Its a component of the Amazon’s System Manager that allows for parameters to be stored encrypted (via KMS) or as plain text to secure configuration and secrets details in serverless storage.
How much does Parameter Store costs?
It’s FREE for 10k parameters per account
What is the Secrets Manager?
It’s used to generate secrets that someone usually uses in the code
It’s similar to the System Manager Parameter Store but it can automatically rotate secrets, and apply the new key/password in RDS.
How much does Secrets Manager cost?
charges per secret stored and per 10.00 API Calls