Skip to main content

2. AWS CLI Setup


Install


Install link: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html

  1. Run this command from these steps: msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi image.png

Configure AWS CLI


aws configure sets the default profile aws configure --profile iamadmin-general sets the general profile

Using the Profile


If you don't use the --profile, it won't work correctly. image.png