taskcat icon indicating copy to clipboard operation
taskcat copied to clipboard

[ERROR ] : ProfileNotFound The config profile (default) could not be found

Open nowfox opened this issue 3 years ago • 0 comments

Describe the bug When the role mode is used instead of AccessKey mode, the following errors are reported when the taskcat test clean command is executed. [ERROR ] : ProfileNotFound The config profile (default) could not be found To Reproduce Steps to reproduce the behavior:

  1. Start an EC2 in IAM role mode
  2. Install docker and taskcat
  3. Run taskcat test run --no-delete,success.
  4. Run taskcat test clean MyProject,the result:[ERROR ] : ProfileNotFound The config profile (default) could not be found

Expected behavior taskcat test clean MyProject can run successfully in IAM role mode.

Screenshots If applicable, add screenshots to help explain your problem.

**Version (Please make sure you are running the latest version of taskcat)

  • Taskcat v0.9.30
  • Python 3.7.10

Additional context Add any other context about the problem here.

nowfox avatar May 27 '22 07:05 nowfox