AWS
This step-by-step guide will walk you through deploying a BlurIt OP instance using our preconfigured AMI on AWS.
Step 1: Access the AWS Marketplace
Log in to your AWS account.
Go to the AWS Marketplace.
In the search bar, type BlurIt.
Select the BlurIt image from the search results.
Step 2: Launch the Instance
On the AMI BlurIt page, click Continue to Subscribe.
Review and accept the terms of use.
Click Continue to Configuration.
Choose the AWS region where you want to deploy the instance.
Under Fulfillment Option, select AMI.
Choose the recommended instance type (With Nvidia GPU).
Click Continue to Launch.
Step 3: Configure Networking and Options
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).
Launch the instance.
Step 4: Connect to the Instance
Go to the EC2 Console to see your running instance.
Click on the instance to retrieve the public IP address or DNS name of the instance.
Use an SSH client to connect to the instance with the following command:
Step 5: Configure Blurit
Once connected, begin by configuring your BlurIt server and answering the prompts:
Start your BlurIt server:
Activate your BlurIt server by adding your license:
Please consult this page for full documentation.
Step 6: Access the manager
Once connected, open your web browser and navigate to your instance's public IP address (or DNS name):
Step 7: Using the BlurIt API
The BlurIt API is available at the following endpoint on your instance:
Refer to the API documentation for details on the available endpoints and how to integrate them into your workflows.
Last updated