SSM Parameter Store Flashcards
1
Q
SSM Parameter Store DataTypes
A
Strings
StringList
SecuredStrings(encrypted Ciphertext
2
Q
SSM Parameter Store Use Case
A
- Storage for configuration & secrets
- License codes, Database Strings, Full Configs & Passwords
- Hierarchies & Versioning
- Plaintext and Ciphertext
- Public Parameters (eg Latest AMIs per region)
3
Q
SSM Parameter Store Integration
A
With IAM
Can be integrated with All AWS Services and their Applications.
Any Access will need to be Authenticated and Authorized (long term Credentials) via IAM Role
4
Q
SSM Parameter Store Features
A
Hierarchical Tree Structure
Permission can be granted to individual branch or entire tree
Eg
/db/
/Admin/New
/Accounts/2023
5
Q
Parameter Store/KMS Collaboration
A
If key is encrypted, kms/cmk keys will be required of the user/Access
6
Q
A