SSM Flashcards

This deck aims to help retain concepts related to the AWS 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
7
Q

What SSM Parameters Store parameter tier can have parameter policies assigned?

A

Advanced parameter tier

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

Can SSM Parameters Store parameter policies be assigned to standard parameters?

A

No

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

What does the SSM Parameters Store Expiration parameter policy do?

A

Deletes the parameter

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

What does the SSM Parameters Store ExpirationNotification parameter policy do?

A

Sends an event to EventBridge notifying about parameter expiration

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

What does the SSM Parameters Store NoChangeNotification parameter policy do?

A

Sends an event to EventBridge if a parameter has not been modified for a set period

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