how to view the current profile set for aws in windows code example
Example 1: echo aws profile
export AWS_PROFILE=my-profile
echo $AWS_PROFILE
Example 2: aws configure profile
aws configure --profile
export AWS_PROFILE=my-profile
echo $AWS_PROFILE
aws configure --profile