SSM Parameter Store
Icon
About
Secure storage for configuration and secrets.
Has seamless encryption using KMS, optional.
Serverless, scalable, durable and easy to use SDK.
Version tracking of configuration/secrets changes.
Security is provided through IAM.
Notifications with Amazon EventBridge.
Integration with CloudFormation.
Unlike Secret Manager, rotation of secrets is not possible directly but can do it via EventBridge integration.
Its also possible to access secrets of secret manager through parameter store available at this location.
There are also public parameters available at following hierarchy
Can pull secrets from secret manager using SSM Parameter Store API.
Tiers
There are two types of tiers.

Parameter Policies
Allows to assign
TTLbased on which parameters will be deleted.Can assign multiple policies at a time.
Can be integrated with Event Bridge.
CLI
Get Parameters
Get Parameters with decryption
Will check the kms permission to allow decryption.
Get Parameters by path
Get Parameters by path recursilvely,
Last updated