Skip to content

Team Edition deployment with AWS AMI

dbeaver-devops edited this page Nov 7, 2024 · 1 revision

Table of contents

Overview

DBeaver Team Edition can be easily deployed on AWS using a preconfigured Amazon Machine Image (AMI).

Prerequisites

Before you start, ensure you have an AWS account. If you don’t have one, you can create it on the AWS signup page.

Access the AMI catalog

  1. Log in to your AWS account and go to the EC2 Dashboard.

  2. From the left-hand menu, select AMI Catalog under Images.

  3. In the AMI catalog, click on Community AMIs.

  4. In the Search bar, type dbeaver-te-server and hit Enter.

  5. You’ll see a list of available AMIs. Select the version of Team Edition you’d like to deploy.

    Tip: Choose the most up-to-date version to get the latest features.

Launch your instance

  1. After selecting the AMI, click Launch Instance with AMI.
  2. Choose an Instance Type that matches the minimal system requirements.

Security group setup

  1. During instance configuration, set up your security group:
    • For security reasons, it’s recommended not to make the instance publicly accessible.
    • Limit inbound traffic to specific IPs (e.g., your office IP address) and only open the necessary ports:
      • Allow SSH traffic: For administration and secure remote access.
      • Allow HTTPS traffic from the internet: To securely serve content over the web.
      • Allow HTTP traffic from the internet: For basic web traffic access.

Tip: Learn more about AWS security group best practices in the AWS Security Groups documentation.

Review and launch

  1. After configuring all settings, review your instance details.
  2. Create a new key pair. This key pair will allow you to modify the configuration in the future.
  3. Click Launch.
  4. Once the instance launches, monitor its status in the EC2 dashboard.

For more information on creating a key pair, see Amazon EC2 key pairs. To connect via SSH, refer to Connecting to your instance.

To open the launched instance

  • Go to the EC2 dashboard.
  • Under Instances, locate your instance, select it, and click Connect.
  1. Begin the initial setup of the Team Edition.

Tip: For comprehensive steps on initial setup, server management tasks like starting, stopping, updating, configuring, and backing up, see the Managing DBeaver Team Edition server guide.

CloudBeaver Documentation

User Guide

Installation

Configuration

CloudBeaver AWS

CloudBeaver Enterprise Edition

Team Edition

Deployment

Clone this wiki locally