Hey @ali, If you've already installed and configured AWS CLI, you literally don't have to worry about setting it up manually at a specific location.
Execute the following command
aws configure
It'll prompt you to add your credentials and automatically gets saved ~/ .aws/credentials
Have a look at the official documentation for details