Deploy with AWS EC2

This document provides instructions to start an AWS EC2 virtual machine and run an Insight Point as a Docker image. For generic instructions for Docker (suitable for Azure VMs), see Deploy with Docker on Ubuntu or Deploy with Docker on RHEL.

Installation

Follow the instructions to launch a new AWS EC2 instance, install prerequisites, and download and run the Insight Point. You can opt to use an existing EC2 instance, provided that the docker version is 19.09 or later.

  • Start an EC2 instance

    • Ensure that the region where you want to initialize the instance is selected

    • Click Launch Instance

    • Add a name for the instance ("Veza Insight Point")

    • Choose Amazon Linux 2023 OS image

    • Dedicate at least 2 CPU, 4GB RAM for the instance

    • Choose an existing key pair or create a new one

  • To discover standalone RDS or Trino databases, ensure that Security Group Inbound Rules allow communication to and from the Insight Point's outbound IP address.

Last updated