Site Tools


cloud:aws:links

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cloud:aws:links [2022/09/03 16:24] – [Add credencials to AWS CLI] lunetikkcloud:aws:links [2022/09/03 16:31] (current) lunetikk
Line 1: Line 1:
-====== AWS CLI ======+====== AWS Links ======
  
-===== Installation =====+[[https://aws.amazon.com/premiumsupport/knowledge-center/delete-terminate-ec2/|aws.amazon.com - Delete-Terminate EC2 resources]]
  
-==== Installation Windows ====+[[https://docs.aws.amazon.com/AmazonS3/latest/userguide/delete-bucket.html|docs.aws.amazon.com - Delete Bucket]]
  
-Either install it via download here: [[https://awscli.amazonaws.com/AWSCLIV2.msi|https://awscli.amazonaws.com/AWSCLIV2.msi]] 
  
- 
-or via msiexec in PowerShell 
-<code> 
-msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi 
-</code> 
- 
-==== Installation Linux ==== 
- 
-<code> 
-curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" 
-unzip awscliv2.zip 
-sudo ./aws/install 
-</code> 
- 
-==== Check Installation ==== 
- 
-Execute the following to show the current version 
-<code> 
-aws --version 
-</code> 
- 
-Source: [[https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html|docs.aws.amazon.com - Install AWS CLI]] 
- 
-===== Configuration ===== 
- 
-==== Add credencials to AWS CLI ==== 
- 
-Type "aws configure" to set your login credencials 
- 
-<code> 
-aws configure 
-AWS Access Key ID [None]: ABCDEFGHIJKL1EXAMPLE 
-AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY 
-Default region name [None]: us-west-2 
-Default output format [None]: json 
-</code> 
- 
-If you dont have a keypair yet, check here on how to create one: [[https://lunetikk.de/doku.php?id=cloud:aws:basics#create_a_keypair|Lunetikk.de - Create a keypair]] 
- 
-Source: [[https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html|docs.aws.amazon.com - CLI Configure]] 
cloud/aws/links.1662215091.txt.gz · Last modified: 2022/09/03 16:24 by lunetikk