You updated your IDE and an AWS plugin is greyed out, marked incompatible, or silently gone. This is one of the most searched IntelliJ + AWS problems, and it is almost never your configuration.
Every JetBrains plugin declares which IDE builds it supports, in a field called
untilBuild. If a plugin declares an upper limit — for example
262.8665.* — then the day your IDE moves past that build, the IDE disables the
plugin. Nothing is broken; the plugin simply told the IDE not to load it.
That is why the failure always lands on update day, and why reinstalling does not help.
252.23892.409).If the range ends below your build, the plugin is pinned. If the range is open-ended, your problem is something else — see the other guides below.
untilBuild limit is not switched off by an IDE update.What does not work: disabling "compatibility checks", editing the plugin ZIP, or installing from a random mirror. Those either do nothing or leave you running code that was never verified against your IDE.
Before installing an AWS plugin, open its Versions tab and check two things: whether the compatibility range is open-ended, and whether releases are verified against multiple IDE versions. Both are visible on the marketplace page before you install.
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.