CloudBeaver Documentation

DOWNLOAD pdf

CloudBeaver Enterprise deployment in AWS

Minimum requirements:

  • 2 CPUs
  • 4 GB RAM
  • 100 GB Storage (SSD recommended)

How to deploy AMI in AWS

  • Go to AWS EC2 -> AMI Catalog -> Community AMIs
  • Find cloudbeaver-ee
  • Choose version

Alt text

  • Launch Instance with AMI
  • In the EC2 Instance Type select t2.medium or another instance that meets the .
  • In Security group settings, select Allow SSH traffic, Allow HTTPS traffic from the internet, Allow HTTP traffic from the internet fields.
    Then press Launch.

Great! CloudBeaver instance is successfully deployed on EC2.

Setup and control options

CloudBeaver server manager

cloudbeaver is a utility to manage a CloudBeaver server. Using this manager, you can start or stop the server, as well as update its version.

How to use manager:

  1. Connect to your server through the terminal. Use SSH user as ubuntu if you use Ubuntu distributive, or ec2-user if RHEL distributive.
  2. Enter cloudbeaver or cloudbeaver help to see the help menu.

Version update procedure

The update occurs with the help of the .

  1. Connect to your server through the terminal.
  2. Enter cloudbeaver update list
  3. Choose the version you want to update.
  4. Run this command: cloudbeaver update %version%

Did we resolve your issue?