2. AWS CLI Setup
Install
Install link: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html
- Run this command from these steps:
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
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.