Skip to main content

Install and configure the Dataedo portal on AWS

This guide walks you through installing and configuring the Dataedo Portal on AWS. For an introduction to the Dataedo portal, see this overview.

upgrading aws instance

If you're upgrading an existing AWS Dataedo Portal instance, check this article.

Step 1: Launch the EC2 Instance

Access the AWS Marketplace

Visit the Dataedo Portal application page on AWS Marketplace. Click Continue to subscribe and log in to your AWS account:

subscribe to AWS

Accept terms and pricing

On the subscription page, review the pricing details and terms:

accept terms AWS
note

Note that charges apply only to the virtual machine since Dataedo Portal operates on a BYOL (Bring Your Own License) model.

If you agree, click Accept Terms to proceed.

Configure the software

After accepting the terms:

  1. Click Continue to configuration.

    aws configuration
  2. On the Configure this software page, select your preferred AWS Region and click Continue to launch.

    configure software

Choose launch options

On the launch page:

  1. Under Choose Action, select Launch from the Website for a simple setup. Alternatively, you can choose the EC2 menu if you're familiar with it.
    launch options
  2. Select the EC2 instance type:
    instance type
recommended configuration

We recommend at least 2 vCPUs and 4 GB of RAM. For higher performance, opt for 4 vCPUs and 8 GB of RAM.

Network and security settings

Proper network and security configuration ensures secure and efficient access to your Dataedo Portal instance. Follow these guidelines to set up the Virtual Private Cloud (VPC), Subnet, public IP, and Security Group settings.

  • Use the default VPC and Subnet settings unless your organization has specific requirements.

    subnet settings
  • Assign a public IP automatically to allow external access, or configure it manually if required.

  • Set up Security Group Settings to allow the following ports:

    • 80: HTTP access to the Dataedo Portal.
    • 443: HTTPS access to the Dataedo Portal.
    • 22: SSH access to the EC2 instance.
note

If the portal needs global accessibility, use the "0.0.0.0/0" range. Otherwise, consult your network administrator for the appropriate IP range.

group settings

Key pair settings

  1. Create or use an existing key pair to retrieve the instance's login credentials. This key will be essential for upgrades or maintenance.
  2. Once you finished configuration, click Launch.
  3. Wait until the instance deployment is successfully finished. You can now click on the EC2 Console link to access the EC2 dashboard.
ec2 dashboard

Step 2: Connect via SSH

Establish an SSH connection

  1. On the EC2 dashboard, locate and select your Instance ID from the list of running instances. Then, click Connect to access the Connect to instance page:

    instance id
  2. On the SSH client tab, follow the instructions to connect to your instance using a terminal application.

    connect to instance
    caution

    Use "ubuntu" as the username instead of "root". Otherwise, the connection will fail.

  3. Update the command with your private key file and EC2 IP address:

ssh -i "<private_key_file>.pem" ubuntu@<ec2-ip-address>

Step 3: Configure environment variables

The Docker configuration files are located in the /opt/dataedo/ directory.

To edit environment variables:

  1. Open the .env file using a text editor, such as nano:

    sudo nano /opt/dataedo/.env
  2. Save changes and restart the containers for the updates to take effect:

    cd /opt/dataedo/
    sudo docker compose down
    sudo docker compose up -d

For detailed information about .env configuration, refer to this guide.

Step 4: Access the Dataedo portal

Retrieve the instance IP

  1. Return to the EC2 dashboard, select your Instance ID:

    ec2 dashboard
  2. Copy its public IP address:

    ec2 public IP

Open the Portal in your browser

  1. Paste the IP address into your web browser using http:// (not https://).

    ssl certificate

    The Dataedo Portal doesn't include a pre-installed SSL certificate during setup.

    We strongly recommend installing an SSL certificate immediately after completing the initial configuration.

  2. The browser will display the Dataedo portal page:

    dataedo portal
    • If you see the Configure repository page instead, it means the connection to the repository failed using the settings from the env file. In this case, go back to the Configuring environment variables section above.
    configure repo

Need help?

If you run into any problems or have questions, reach out to Dataedo support.