Forum Navigation
You need to log in to create posts and topics.

AWS cli / python – The config profile ('XXXXXX') could not be found

Problem 

user try to execute either aws cli or python tools using boto3 and getting the follow error

The config profile (‘admin’) could not be found

Solution

Create your profile with –profile flag

aws configure –profile ‘YOUR_PROFILE’