Either install it via download here: https://awscli.amazonaws.com/AWSCLIV2.msi
or via msiexec in PowerShell
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip sudo ./aws/install
Execute the following to show the current version
aws --version
Type “aws configure” to set your login credencials
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
If you dont have a keypair yet, check here on how to create one: Lunetikk.de - Create a keypair