The following table shows how to work with applications on the cloud.

Set up the cloud account |
For Amazon Beanstalk, sign up for Elastic Beanstalk from the AWS Management Console.
|
|

Register your cloud account in the IDE |
- Open the Services window
- Right-click the Cloud node
- Select Add Cloud
- Enter your cloud account details
See Registering a Cloud Account in NetBeans IDE.
|
|

Develop your application locally |
- Set up your local environment (application and database server) to match the cloud environment.
- Create the web application in the local environment, selecting a local server that matches the cloud environment.
- Test, debug, and tweak your application using NetBeans IDE tools.
See Developing Cloud Applications Locally.
|
|

Deploy and run the application on the cloud |
- In the Projects window, right-click the application's node and select Properties.
- In the Project Properties, select the Run category.
- From the Server drop-down list, select a cloud-based server.(If you registered a cloud
account with NetBeans IDE, the servers associated with that account are listed.)
- In the Projects window, right-click the project's root node and select Run. The IDE
builds the project and deploys it to the cloud, and the application's landing page opens
in a browser window.
|