SSM Flashcards
This deck aims to help retain concepts related to the AWS SSM service.
Which AWS service provides secure storage and management of secrets stored as plain text or encrypted using KMS?
AWS Systems Manager Parameter Store (SSM Parameter Store)
What types of parameters are supported by the SSM Parameter Store?
- String
- StringList (comma-separated values)
- SecureString types
How are parameters organized and stored in SSM Parameter Store?
Parameters are stored tree-like hierarchy, and changes to these parameters can trigger events
Is there a maximum number of parameters that can be stored in the SSM Parameter Store?
Yes, there is a maximum limit of 10,000 parameters per region
What are public parameters in AWS SSM Parameter Store?
Public parameters are predefined parameters published by AWS services, such as EC2, to provide information about common artifacts like AMI IDs
How can the SSM Parameter Store be accessed using the CLI?
aws ssm get-parameters --names /my-app/dbstring
aws ssm get-parameters-by-path --path /my-app/ --with-decryption
What SSM Parameters Store parameter tier can have parameter policies assigned?
Advanced parameter tier
Can SSM Parameters Store parameter policies be assigned to standard parameters?
No
What does the SSM Parameters Store Expiration
parameter policy do?
Deletes the parameter
What does the SSM Parameters Store ExpirationNotification
parameter policy do?
Sends an event to EventBridge notifying about parameter expiration
What does the SSM Parameters Store NoChangeNotification
parameter policy do?
Sends an event to EventBridge if a parameter has not been modified for a set period