CloudBeaver Enterprise deployment in AWS
Table of contents
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
- Launch Instance with AMI
- In the EC2 Instance Type select
t2.medium
or another instance that meets the minimum requirements. - 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:
- Connect to your server through the terminal. Use SSH user as
ubuntu
if you use Ubuntu distributive, orec2-user
if RHEL distributive. - Enter
cloudbeaver
orcloudbeaver help
to see the help menu.
Version update procedure
The update occurs with the help of the manager.
- Connect to your server through the terminal.
- Enter
cloudbeaver update list
- Choose the version you want to update.
- Run this command:
cloudbeaver update %version%