Skip to content
  • There are no suggestions because the search field is empty.

How-To: Deploy Container from AWS Marketplace

Overview

HighByte Intelligence Hub can be purchased from the AWS Marketplace to simplify billing and product delivery.

This deployment model unlocks new benefits for HighByte customers on AWS. Purchase or renew your upcoming subscription through AWS Marketplace to:

  • Simplify billing and procurement by utilizing your pre-existing AWS agreements to streamline legal and labor costs.
  • Pay down your committed spend in AWS Marketplace and allocate up to 100% of your HighByte costs toward your AWS Enterprise Discount Program (EDP).
  • Ensure all software you purchase from HighByte and other vendors has been prescreened by AWS for reliability and security.
  • Accelerate HighByte Intelligence Hub deployments and rollouts.

In AWS Marketplace, the Intelligence Hub is available as a container image, making it even easier for you to streamline deployment and software upgrades at scale.

If you are an existing customer and would like to make the switch to AWS Marketplace, please contact your HighByte success manager or authorized distributor to manage your upcoming renewal.

Steps

  1. Subscribe to the HighByte Intelligence Hub product on the AWS Marketplace.
  2. Use the AWS CLI to authenticate with the Marketplace ECR Registry.
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com

3. Pull the latest container image


docker pull 709825985650.dkr.ecr.us-east-1.amazonaws.com/highbyte/intelligence-hub:3.1.0.725l

4. Start the container with:


docker run -dit -p 45245:45245 -p 1885:1885 -p 8885:8885 --name highbyte --mount source=hb_vol,target=/usr/local/highbyte/config 709825985650.dkr.ecr.us-east-1.amazonaws.com/highbyte/intelligence-hub:3.1.0.725l

5. Access HighByte Intelligence Hub via http://localhost:45245

You may need to adjust security group or firewall rules to allow access to port 45245

6. Review the HighByte user guide to get started: guide.highbyte.com