The message usually appears as "Could not find AWS CLI. Install a local copy." It does not mean your credentials are wrong.
Some Toolkit features shell out to the AWS CLI or SAM CLI — local build, local invoke, and deployment flows in particular. Plain read operations against AWS APIs do not need a CLI at all; they use the SDK inside the IDE.
So if you are only reading logs, listing buckets, or watching a stack, a missing CLI is not the real blocker.
aws --version in a terminal
outside the IDE.Read-only tools do not require any CLI on your machine. They read your existing
~/.aws/config profiles and call AWS directly from the IDE.
These guides are written by sellerkit. We publish JetBrains IDE plugins for AWS, and the ones relevant to this page are listed below. Everything above works whether or not you use them.
Our plugins declare no upper IDE build limit, and each release is run through the JetBrains Plugin Verifier against multiple IDE versions before it ships.