This shows you the differences between two versions of the page.
| 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/10/20 12:46] (current) tomas |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [[https:// | ||
| [[https:// | [[https:// | ||
| Line 19: | Line 20: | ||
| '' | '' | ||
| '' | '' | ||
| + | |||
| + | |||
| + | ==== 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 ==== | ==== ECR Elastic Container Registry ==== | ||
| '' | '' | ||
| Line 27: | Line 40: | ||
| ==== 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ě ==== | ||
| Line 64: | Line 77: | ||
| ==== Cloudfront - CDN ==== | ==== Cloudfront - CDN ==== | ||
| + | |||
| + | ==== Secretsmanager ==== | ||
| + | aws secretsmanager list-secrets ... vylistuje záznamy secretů\\ | ||
| + | get-secret-value --secret-id MojeHeslo ... vypíše hodnotu secretu\\ | ||