SSM Flashcards

This deck aims to help retain concepts related to the SSM service.

1
Q

Which AWS service provides secure storage and management of secrets stored as plain text or encrypted using KMS?

A

AWS Systems Manager Parameter Store (SSM Parameter Store)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What types of parameters are supported by the SSM Parameter Store?

A
  • String
  • StringList (comma-separated values)
  • SecureString types
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are parameters organized and stored in SSM Parameter Store?

A

Parameters are stored tree-like hierarchy, and changes to these parameters can trigger events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is there a maximum number of parameters that can be stored in the SSM Parameter Store?

A

Yes, there is a maximum limit of 10,000 parameters per region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are public parameters in AWS SSM Parameter Store?

A

Public parameters are predefined parameters published by AWS services, such as EC2, to provide information about common artifacts like AMI IDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can the SSM Parameter Store be accessed using the CLI?

A
aws ssm get-parameters --names /my-app/dbstring

aws ssm get-parameters-by-path --path /my-app/ --with-decryption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly