This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
automatizace:aws [2025/10/20 12:46] tomas |
automatizace:aws [2026/04/15 10:25] (current) tomas [Secretsmanager] |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| ==== IAM ==== | ==== IAM ==== | ||
| '' | '' | ||
| - | aws iam list-policies ... seznam IAM policy\\ | + | '' |
| + | '' | ||
| ==== System Manager ==== | ==== System Manager ==== | ||
| Line 80: | Line 80: | ||
| ==== Secretsmanager ==== | ==== Secretsmanager ==== | ||
| aws secretsmanager list-secrets ... vylistuje záznamy secretů\\ | aws secretsmanager list-secrets ... vylistuje záznamy secretů\\ | ||
| - | get-secret-value --secret-id MojeHeslo ... vypíše hodnotu secretu\\ | + | aws secretsmanager |
| + | aws secretsmanager get-secret-value --secret-id SECRET_IT --query SecretString --output text | jq -r .password ... vypíše heslo ve formě textu (bez zpětných lomítek). Zpracuje ho pomocí jq\\ | ||
| + | |||
| + | |||
| + | ==== Bedrock ==== | ||
| + | aws bedrock list-foundation-models ... seznam dostupných modulů Bedrocku, včetně modelID a jejich možností\\ | ||
| + | |||
| + | ===== Amazon Q ===== | ||