Cloud platforms
Last modified: 10 August 2022IntelliJ IDEA provides integration with the following cloud platforms:
Enable cloud support
Cloud support is not bundled with IntelliJ IDEA. Install and enable the corresponding plugins to deploy application artifacts to the cloud via dedicated cloud run/debug configurations. You will also be able to monitor and control the deployment process, and view your application logs in the Services tool window.
In the Settings/Preferences dialog (Ctrl+Alt+S), select Plugins.
In the Marketplace, search for the corresponding plugin:
Install the necessary plugin or both cloud plugins and restart the IDE if prompted.
Deploy artifacts to the cloud
Sign up for a user account at the cloud service provider website.
Make sure that the corresponding cloud integration plugin is installed and enabled.
For more information, see Enable cloud support.
Register your cloud user account in IntelliJ IDEA.
In the Settings/Preferences dialog (Ctrl+Alt+S), select Build, Execution, Deployment | Clouds and click
to add a cloud provider account.
note
If you have only one of the cloud plugins, the name of the settings page under Build, Execution, Deployment will be the name of the cloud provider instead of Clouds.
Specify the cloud account credentials and click OK to save the changes.
For information about cloud user account settings, see Clouds.
Create an artifact configuration for your application.
Build the artifact.
You can build artifacts separately with Build | Build Artifacts, or add it as a task when launching the corresponding run configuration.
Create a cloud run configuration for deploying your artifact or code to the cloud under Run | Edit Configurations.
Execute the run configuration to deploy your artifact or code to the cloud.
Cloud run configurations
There are run configurations for each of the supported cloud provider:
Thanks for your feedback!