BrainEngine AI
  • Welcome
  • Quick Start
    • Introduction
    • Platform Configuration
    • Validate Connectivity
    • Configure Redaction
    • Update Configuration
    • Advanced Redaction
  • Concepts
    • What is Conversational Redaction?
    • Redaction Strategy
    • Understanding Redaction
    • Navigating Utterances
      • Walk through
    • Redaction Techniques
      • Behavior
      • Confidence
      • Mask Types
        • Basic
        • Placeholder
        • Random
        • Truncate
        • Anonymization
      • Redaction Options
    • Insights
      • Insights
      • Query Syntax
      • Advance Processing
      • Simulated Pause & Resume
      • Real-Time Alerts
      • Agent Ignore
      • Offsets
      • Redaction Options
  • Features
    • Overview
    • Entities
      • PII
        • Name
        • Occupation
        • Phone Number
        • Organization
        • Address
        • Email
        • Location
        • Url
        • IP Address
        • Date
        • Age
        • Social Security Number
        • Drivers License
        • Passport
        • Id
        • Money
        • Time
        • User Name
        • Password
      • PHI
        • Medical Condition
        • Medication
        • Family Relation
        • Treatment
        • Examination
        • Anatomy
        • Medical Other
        • Demographic
        • Medical Event
      • PCI
        • Credit Card
        • Credit Card CVV
        • Credit Card Expiry
        • Routing Number
        • Bank Account
      • Custom
        • Dictionary
        • Identifier
        • Custom NER
    • Summarization
    • Sentiment Analysis
    • Topic Extraction
    • Profanity Filtering
  • Configuration
    • Project Configuration
    • Redaction Configuration
    • Samples
      • Configurations
      • Calls
  • Integration
    • V-Blaze
    • V-Spark
    • Analytics
      • Embedded
      • Callback
  • API Guide
    • Overview
      • Errors
      • Getting Help
    • Endpoints
      • ASR
        • Transcribe
        • Maxstreamscheck
        • Languages
        • Models
        • Params
        • Stats
        • Status
        • Sysinfo
        • Statusfull
      • Live
        • Callback
        • Listen
      • Redaction
        • Types
        • Validate
      • System
        • Initialize
        • Set parameter
        • Get parameter
        • Cache
          • List
          • Real time
          • Post call
          • Version 2
            • Publish
            • List
        • Get Settings
      • Status
        • Health
        • Webhooks
  • Deployment
    • Overview
    • Virtual Appliance
      • BrainEngine AMIs
        • Finding AMIs
        • Launching AMIs
        • Connecting to an Instance
        • SSL Configuration
        • Networking (optional)
    • Containers
      • Details
      • Deployment
    • Environment Parameters
    • Logging
  • Support
    • Release Notes
Powered by GitBook
On this page
  1. Deployment
  2. Virtual Appliance
  3. BrainEngine AMIs

Launching AMIs

Overview

After locating the BrainEngine AMIs, launch them in a manner appropriate for your organization and environment. Consult with your administrator for specific questions about VPCs, availability zones, security groups, or other EC2 details.

The minimum connectivity required is a security group that allows you to access the instances via SSH (port 22). When prompted by the launch dialogs, configure the instance to use a valid SSH keyset for the default system user (ubuntu).

For combined instances, launch on an m4.xlarge instance or larger. In most cases, 50GB standard gp2 EBS is sufficient to start.

For single deployments, use the following configurations:

  • Select an instance type of at least t3.medium and click Next.

  • Ensure you select the VPC that also includes the databases / API’s you will want to connect to and click Next.

  • Increase the storage size to 50 GB or higher and click Next.

  • Optionally add some Tags (e.g. app = brainEngine ) and click Next. This makes it easier to find if you have a lot of instances.

  • Set the network security groups for ports 8080, 443 and 22 with sources set to 0.0.0.0/0 and ::/0, and click

  • Review and Launch. We need to open ports 8080 (http) and 443 (https) so you can connect to the server from a browser, as well as port 22 (ssh) so that you can ssh into the instance to configure it and run BrainEngine. By default on a vanilla EC2, BrainEngine will run on port 443.

PreviousFinding AMIsNextConnecting to an Instance

Last updated 1 year ago