AWS System Manager Parameter Store Flashcards

1
Q

Why is it a bad idea to pass secrects into EC2 or store long term passwords in the meta-data of an instance?

A

Passing secrets into an EC2 instance is bad practice because anyone who has access to the meta-data has access to the secrets.

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

What does Parameter store allow you to do?

A

Parameter store allows for storage of configuration and secrets

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

What can the parameter store allow you to store?

A

It can store license codes, database strings, and full configs and passwords (long term credentials such as access keys and short term use of IAM roles).

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

Can you store plaintext as well as ciphertext using the parameter store?

A

Yes. This integrates with kms to encrypt passwords.

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

Can you use hierarchies and versionin in the parameter store?

A

Yes

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

Does the Parameter store allow you to define public parameters?

A

Yes

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

How is the parameter store accessible?

A

It is a public service so any service needs access to the public sphere or to be an AWS public service.

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

Mention typical products or services that use normally the parameter store:

A
  • Applications, EC2 instances, lambda functions can all request access to parameter store.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Are there any kind of events in the Store parameter?

A

Yes, changes can create events and this can start other processes in AWS.

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