This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cloud:aws:links [2022/09/03 16:22] – lunetikk | cloud:aws:links [2022/09/03 16:31] (current) – lunetikk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== AWS CLI ====== | + | ====== AWS Links ====== |
| - | ===== Installation ===== | + | [[https:// |
| - | ==== Installation Windows ==== | + | [[https:// |
| - | Either install it via download here: [[https:// | ||
| - | |||
| - | or via msiexec in PowerShell | ||
| - | < | ||
| - | msiexec.exe /i https:// | ||
| - | </ | ||
| - | |||
| - | ==== Installation Linux ==== | ||
| - | |||
| - | < | ||
| - | curl " | ||
| - | unzip awscliv2.zip | ||
| - | sudo ./ | ||
| - | </ | ||
| - | |||
| - | ==== Check Installation ==== | ||
| - | |||
| - | Execute the following to show the current version | ||
| - | < | ||
| - | aws --version | ||
| - | </ | ||
| - | |||
| - | Source: [[https:// | ||
| - | |||
| - | ===== Configuration ===== | ||
| - | |||
| - | ==== Add credencials to AWS CLI ==== | ||
| - | |||
| - | Type "aws configure" | ||
| - | |||
| - | < | ||
| - | aws configure | ||
| - | AWS Access Key ID [None]: ABCDEFGHIJKL1EXAMPLE | ||
| - | AWS Secret Access Key [None]: wJalrXUtnFEMI/ | ||
| - | Default region name [None]: us-west-2 | ||
| - | Default output format [None]: json | ||
| - | </ | ||
| - | |||
| - | If you dont have a keypair yet, check here on how to create one: [[https:// | ||