Parametor Store Flashcards
What is AWS Systems Manager Parameter Store?
A service that stores configuration data and parameters, with optional encryption using AWS KMS.
Example sentence: You can use Parameter Store to securely store database connection strings.
What kind of data can be stored in Parameter Store?
Configuration data, environment variables, application settings, and optionally sensitive data.
Additional information: The data stored can be accessed by AWS services and applications.
Does Parameter Store support automatic rotation for sensitive data?
No, Parameter Store does not support automatic rotation of sensitive data.
Example sentence: You need to manually rotate the encryption keys for sensitive data stored in Parameter Store.
Can you encrypt data in Parameter Store?
Yes, parameters can be encrypted using AWS KMS (optional).
Additional information: Encryption adds an extra layer of security to the stored data.
Is AWS Parameter Store free?
Yes, for standard parameters. Advanced parameters have a cost.
Example sentence: Creating and managing standard parameters in Parameter Store is free of charge.
Memory Hook for AWS Parameter Store?
Parameter Store = Configurations + Optional Encryption
Think: Storing app settings, environment variables, and configuration data.
Additional information: Remember that Parameter Store can help manage different types of data securely.