taskcat
taskcat copied to clipboard
[ERROR ] : ProfileNotFound The config profile (default) could not be found
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:
- Start an EC2 in IAM role mode
- Install docker and taskcat
- Run
taskcat test run --no-delete,success. - 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.