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:12]
tomas [Event Bridge]
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 52: Line 55:
 ==== Systems manager (SSM) ==== ==== Systems manager (SSM) ====
 Správa infrastruktury - automatické patchování atd. Správa infrastruktury - automatické patchování atd.
 +
 +==== Cloudfront - CDN ====