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 [2023/09/08 12:08]
tomas [S3 - Storage - diskové uložiště]
automatizace:aws [2024/03/14 18:16] (current)
tomas
Line 13: Line 13:
 ''%%aws configure --profile%% AAA'' ... nastaví kredence pro profil AAA, může být název účtu\\ ''%%aws configure --profile%% AAA'' ... nastaví kredence pro profil AAA, může být název účtu\\
 ''export AWS_PROFILE=AAA'' ... nastaví pro aktualní shell profil AAA\\ ''export AWS_PROFILE=AAA'' ... nastaví pro aktualní shell profil AAA\\
 +''export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE''\\ 
 +''export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY''\\ 
 +''export AWS_DEFAULT_REGION=eu-central-1''\\ 
 +''ws sts get-caller-identity'' ... ukáže, jaké identitě patří token, který požívám v AWS CLI\\
 ==== ECR Elastic Container Registry ==== ==== ECR Elastic Container Registry ====
  
Line 44: Line 47:
 ==== 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 ====