mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: quick dump of key management commands and notions
This commit is contained in:
@@ -67,6 +67,8 @@
|
||||
| JRE | Java Runtime Engine | |
|
||||
| K8S | [Kubernetes] | |
|
||||
| KISS | Keep It Simple Stupid | Also see [KISS principle is not that simple] |
|
||||
| KMS | Key Management Service | |
|
||||
| KMS | Knowledge Management System | |
|
||||
| LAN | Local Area Network | |
|
||||
| LED | Light Emitting Diode | |
|
||||
| LIFO | Last In First Out | |
|
||||
|
||||
@@ -125,3 +125,5 @@ aws rds describe-db-parameters --db-parameter-group-name 'default.postgres15' \
|
||||
aws rds describe-db-parameters --db-parameter-group-name 'default.postgres15' \
|
||||
--query "Parameters[?ParameterName=='shared_preload_libraries'].ApplyMethod" --output 'text'
|
||||
aws rds describe-db-parameters --db-parameter-group-name 'default.postgres15' --output 'json' --query "Parameters[?ApplyType!='dynamic']"
|
||||
|
||||
aws kms get-key-policy --output 'text' --key-id '01234567-89ab-cdef-0123-456789abcdef'
|
||||
|
||||
Reference in New Issue
Block a user