This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
automatizace:aws [2023/09/08 12:08] tomas [S3 - Storage - diskové uložiště] |
automatizace:aws [2025/10/20 12:46] (current) tomas |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [[https:// | ||
| [[https:// | [[https:// | ||
| Line 13: | Line 14: | ||
| '' | '' | ||
| '' | '' | ||
| + | '' | ||
| + | '' | ||
| + | '' | ||
| + | '' | ||
| + | '' | ||
| + | '' | ||
| - | ==== 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 ==== | ||
| + | '' | ||
| ==== VPC - Virtual Private Cloud - virtuální sítě ==== | ==== VPC - Virtual Private Cloud - virtuální sítě ==== | ||
| Line 44: | Line 67: | ||
| ==== Event Bridge ==== | ==== Event Bridge ==== | ||
| časovač - scheduler - cron | časovač - scheduler - cron | ||
| + | |||
| + | ==== Lambda ==== | ||
| + | Joby ve formě v kontejnerů | ||
| + | ==== BeanStalk ==== | ||
| + | hostovaní webových aplikací | ||
| + | |||
| + | ==== Systems manager (SSM) ==== | ||
| + | Správa infrastruktury - automatické patchování atd. | ||
| + | |||
| + | ==== Cloudfront - CDN ==== | ||
| + | |||
| + | ==== Secretsmanager ==== | ||
| + | aws secretsmanager list-secrets ... vylistuje záznamy secretů\\ | ||
| + | get-secret-value --secret-id MojeHeslo ... vypíše hodnotu secretu\\ | ||