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 [2024/12/13 08:09]
tomas [ECR Elastic Container Registry]
automatizace:aws [2025/04/03 13:22] (current)
tomas
Line 19: Line 19:
 ''aws sts assume-role-with-web-identity --role-arn ROLEARN --role-session-name SESSION1 --web-identity-token TOKEN'' ... autentikace pomoci web tokenu\\ ''aws sts assume-role-with-web-identity --role-arn ROLEARN --role-session-name SESSION1 --web-identity-token TOKEN'' ... autentikace pomoci web tokenu\\
 ''aws sts assume-role --role-arn ROLEARN --role-session-name SESSION1'' ... spojení s novou rolí\\ ''aws sts assume-role --role-arn ROLEARN --role-session-name SESSION1'' ... spojení s novou rolí\\
 +
 +
 +==== IAM ====
 +''aws iam list-roles'' ... seznam IAM rolí\\
 +aws iam list-policies ... seznam IAM policy\\
 +
 +
 +==== System Manager ====
 +aws ssm describe-parameters ... vylistuje parametry ze SSM\\
 +aws ssm get-parameters --names /muj/moje ... vypíše hodnotu parametru\\
 +
 +
 ==== ECR Elastic Container Registry ==== ==== ECR Elastic Container Registry ====
 ''%%aws ecr describe-repositories%%'' ... seznam ECR repozitářů pro AWS účet\\ ''%%aws ecr describe-repositories%%'' ... seznam ECR repozitářů pro AWS účet\\
Line 27: Line 39:
  
 ==== EKS Elastic Kubernetes Service ==== ==== EKS Elastic Kubernetes Service ====
-aws eks update-kubeconfig --region eu-central-1 --name czdxl-non-prod-infra-applicationeks --role-arn "ARN"\\+''%%aws eks update-kubeconfig --region eu-central-1 --name czdxl-non-prod-infra-applicationeks --role-arn "ARN"%%''\\
  
 ==== VPC - Virtual Private Cloud - virtuální sítě ==== ==== VPC - Virtual Private Cloud - virtuální sítě ====