This is an old revision of the document!


https://aws.amazon.com/

CloudFormation - template na vytvoreni zdroju, jako ARM

AWS CLI

~/.aws/config … Glogablí nastavení pro AWS CLI
~/.aws/credentials … kredence pro AWS CLI
aws configure … nastaví kredence do konfiguračních souborů, interaktivní vstup

ECR Elastic Container Registry

aws ecr list-images --repository-name … vylistování obsahu ECR repozitáře
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