This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
automatizace:aws [2024/11/21 10:32] tomas |
automatizace:aws [2025/04/03 13:22] (current) tomas |
||
---|---|---|---|
Line 19: | Line 19: | ||
'' | '' | ||
'' | '' | ||
- | ==== ECR Elastic Container Registry ==== | ||
+ | |||
+ | ==== IAM ==== | ||
+ | '' | ||
+ | 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 ==== | ||
+ | '' | ||
+ | '' | ||
'' | '' | ||
- | %%aws ecr get-login-password --region region | docker login --username AWS --password-stdin aws_account_id.dkr.ecr.region.amazonaws.com%% ... nastaví token ECR pro Docker\\ | + | '' |
+ | '' | ||
==== EKS Elastic Kubernetes Service ==== | ==== EKS Elastic Kubernetes Service ==== | ||
- | aws eks update-kubeconfig --region eu-central-1 --name czdxl-non-prod-infra-applicationeks --role-arn " | + | '' |
==== VPC - Virtual Private Cloud - virtuální sítě ==== | ==== VPC - Virtual Private Cloud - virtuální sítě ==== |