Hi@akhtar,
To pass credentials for your IAM user in AWS CLI, you have to use the profile keyword as given below.
C:\Users\Nadeem Akhter>aws configure --profile nadimpro
AWS Access Key ID [None]:
AWS Secret Access Key [None]:
Default region name [None]:
Default output format [None]:
Hope this will help you.