AWS Systems Manager Parameter Store Flashcards
What is a basic use-case of the parameter store?
The ability to store confidential parameters securely, while providing a means to securely pass parameters to Run Commands in Systems Manager.
Where will you find the Parameter store in AWS?
In the EC2 services, under the Systems Manager Shared Resources sub menu
What are the three types of parameters you can create?
String
String List
Secure String
What is a parameter String?
A clear text parameter value that you define
What is a parameter String List?
A comma-separated list of clear text parameter values that you define.
What is a parameter Secure String?
A parameter value that is cryptically stored in KMS. The parameter value can be identified via a KMS Key ID
What are examples of confidential information are good candidates to be stored in the Parameter Store?
Passwords, database connection strings, license codes, etc.
True or false: The parameter store is for clear text parameter store. The Secured Parameter Store is for encrypted parameter storage?
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).
What are some important services that can utilize Parameter Store?
EC2, CloudFormation, Lambda, EC2 Run Command, etc.