IntelliJ IDEA 2017.2 Help

Working with Cloud Platforms

This feature is supported in the Ultimate edition only.

Supported cloud platforms

IntelliJ IDEA provides integration with the following cloud platforms:

Overview of the cloud support

IntelliJ IDEA lets you:

  • Deploy your application artifacts to the clouds.
  • Deploy your code to Heroku and OpenShift.
  • Debug applications on Heroku and OpenShift.

For all such purposes, IntelliJ IDEA provides corresponding cloud run/debug configurations.

You can also monitor and control the deployment process, and view your application logs in the Application Servers tool window.

Working with a cloud platform: Process overview

  1. Sign up for a user account at the cloud service provider website.
  2. Make sure that the corresponding cloud integration plugin is enabled.
  3. Register your cloud user account in IntelliJ IDEA. You can do that:
    • Separately, in the Settings dialog: Ctrl+Alt+S | Build, Execution, Deployment | Clouds | new, etc.
    • When creating a project or module for working with a cloud, e.g. File | New | Project | Clouds, etc.
    • When creating a cloud run configuration: Run | Edit Configurations | new | <Cloud Name> Deployment, etc.

    For information on cloud user account settings, see Clouds.

  4. Create an artifact configuration for your application. (For Heroku or OpenShift, this may be unnecessary. You can deploy your source code to the cloud, and the cloud platform will do the rest of the work for you. For CloudBees and Cloud Foundry, IntelliJ IDEA can create the necessary configurations automatically.)
  5. Build the artifact. You can do that separately (Build | Build Artifacts), or when executing the corresponding run configuration. (In the case of deploying code to Heroku or OpenShift, an artifact is unnecessary.)
  6. Create a cloud run configuration for deploying your artifact or code to the cloud. (IntelliJ IDEA can create such a run configuration automatically.)
  7. Execute the run configuration to deploy your artifact or code to the cloud.

Cloud integration plugins

There is a separate cloud integration plugin for each of the supported cloud platforms. All the cloud integration plugins are bundled with the IDE and enabled by default.

The plugin names, normally, include the cloud name and the word integration, e.g. Heroku integration.

See also, Enabling and Disabling Plugins.

Last modified: 29 November 2017

See Also

Reference:

External Links: