Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
automatizace:aws [2025/10/29 13:07]
tomas
automatizace:aws [2026/04/15 10:25] (current)
tomas [Secretsmanager]
Line 24: Line 24:
 ==== IAM ==== ==== IAM ====
 ''aws iam list-roles'' ... seznam IAM rolí\\ ''aws iam list-roles'' ... seznam IAM rolí\\
-aws iam list-policies ... seznam IAM policy\\ +''%%aws iam list-attached-role-policies --role-name=role%%'' ... zeznam přiřazených rolí\\ 
 +''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 get-secret-value --secret-id MojeHeslo ... vypíše hodnotu secretu\\ 
 +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 ===== ===== Amazon Q =====