AWS Systems Manager Parameter Store Flashcards

1
Q

What is a basic use-case of the parameter store?

A

The ability to store confidential parameters securely, while providing a means to securely pass parameters to Run Commands in Systems Manager.

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

Where will you find the Parameter store in AWS?

A

In the EC2 services, under the Systems Manager Shared Resources sub menu

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

What are the three types of parameters you can create?

A

String
String List
Secure String

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

What is a parameter String?

A

A clear text parameter value that you define

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

What is a parameter String List?

A

A comma-separated list of clear text parameter values that you define.

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

What is a parameter Secure String?

A

A parameter value that is cryptically stored in KMS. The parameter value can be identified via a KMS Key ID

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

What are examples of confidential information are good candidates to be stored in the Parameter Store?

A

Passwords, database connection strings, license codes, etc.

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

True or false: The parameter store is for clear text parameter store. The Secured Parameter Store is for encrypted parameter storage?

A

False: There is only one parameter store. From it you can choose to store parameters either as a String (unencrypted) or as a secure string (encrypted).

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

What are some important services that can utilize Parameter Store?

A

EC2, CloudFormation, Lambda, EC2 Run Command, etc.

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