chore: quick dump of key management commands and notions

This commit is contained in:
Michele Cereda
2024-07-11 02:58:52 +02:00
parent d7836f00dd
commit f3b8bacd23
2 changed files with 4 additions and 0 deletions

View File

@@ -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 | |

View File

@@ -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'