Blurit On-Premise Documentation
2.0.6
2.0.6
  • Blurit On-Premise
    • 🚀Getting started
    • 💻Requirements
    • 🖊️Installation
      • Linux dependencies
      • Windows dependencies (WSL)
      • Configuration
      • Run BlurIt OP
      • Multi-servers installation
      • Post installation verifications
    • 🎇Usage
      • Manager Webapp
      • API
        • License
        • Tasks
          • Process a directory
          • Process a file
          • Get the status of a task
      • Command line interface
      • Monitoring With Flower
    • Release notes
  • CLOUD IMAGES
    • Introduction
    • AWS
Powered by GitBook
On this page
  • Step 1: Access the AWS Marketplace
  • Step 2: Launch the Instance
  • Step 3: Configure Networking and Options
  • Step 4: Connect to the Instance
  • Step 5: Configure Blurit
  • Step 6: Access the manager
  • Step 7: Using the BlurIt API
  1. CLOUD IMAGES

AWS

This step-by-step guide will walk you through deploying a BlurIt OP instance using our preconfigured AMI on AWS.

PreviousIntroduction

Last updated 7 months ago

Step 1: Access the AWS Marketplace

  1. Log in to your AWS account.

  2. Go to the .

  3. In the search bar, type BlurIt.

  4. Select the BlurIt image from the search results.

Step 2: Launch the Instance

  1. On the AMI BlurIt page, click Continue to Subscribe.

  2. Review and accept the terms of use.

  3. Click Continue to Configuration.

  4. Choose the AWS region where you want to deploy the instance.

  5. Under Fulfillment Option, select AMI.

  6. Choose the recommended instance type (With Nvidia GPU).

  7. Click Continue to Launch.

Step 3: Configure Networking and Options

  1. Select or create a VPC and a Security Group that allows SSH traffic and TCP ports 8080 to 8085 (these values may differ if you later don't use default values during the configuration process).

  2. Launch the instance.

Step 4: Connect to the Instance

  1. Go to the EC2 Console to see your running instance.

  2. Click on the instance to retrieve the public IP address or DNS name of the instance.

  3. Use an SSH client to connect to the instance with the following command:

    ssh -i /path/to/your-key.pem ubuntu@your-instance-public-ip

Step 5: Configure Blurit

  1. Once connected, begin by configuring your BlurIt server and answering the prompts:

    blurit configure
  2. Start your BlurIt server:

    blurit start
  3. Activate your BlurIt server by adding your license:

    blurit license add <license>

Step 6: Access the manager

Once connected, open your web browser and navigate to your instance's public IP address (or DNS name):

http://<your-instance-public-ip>:8084

Step 7: Using the BlurIt API

The BlurIt API is available at the following endpoint on your instance:

http://<your-instance-public-ip>/api

Please consult for full documentation.

Refer to the for details on the available endpoints and how to integrate them into your workflows.

AWS Marketplace
this page
API documentation