LocalStack emulates AWS services on your machine. Tools reach it the same way they reach AWS — by pointing the SDK at a different endpoint.
http://localhost:4566 for the community edition.test / test are the convention.us-east-1.That means the endpoint override was not applied. The clearest symptom is an authentication or permission error against your real account — the request left your machine. Check that the endpoint field is set on the connection you are actually using, not on a different profile.
Not every AWS plugin exposes an endpoint field. If there is nowhere to put a custom endpoint, that tool cannot talk to LocalStack at all.
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.