The following steps guide you through deploying Bold BI on an AWS EC2 instance. Follow the steps according to your instance type.
Navigate to the newly created EC2 instance from the AWS console.
In the “Connect” instance section, navigate to the RDP client tab, and select “Get Password”.
Upload the RSA (.pem) key pair that was downloaded during instance creation and click on “Decrypt Password”.
Now download the Remote Desktop File(RDP) and copy the admin password.
Open the .rdp file and click “Connect” when prompted with the unknown publisher warning. It will then ask for a password; enter the password that you copied from the AWS EC2 console.
On a successful connection, the identity verification window will be displayed as follows. Click OK to accept the certificate problems and connect to the virtual machine.
This section provides instructions on how to install and run the Bold BI server in a Windows virtual machine (VM).
Sign into the aws portal.
From the EC2 console dashboard, choose “Launch instance” from the options that appear.
Under “Name and Tags,” enter a descriptive name for your instance in the Name field.
Under Application and OS Images (Amazon Machine Image), please follow these steps:
Select Quick Start, and then choose Ubuntu as the operating system (OS) for your instance.
If you want to change the Version of Ubuntu then, choose an HVM version of Ubuntu.
Under “Instance type,” you can select the hardware configuration for your instance from the Instance type list. Choose the instance type as per System requirements of Bold BI application.
Under Key Pair (login), for Key Pair Name, choose the key pair that you created when getting set up. If you don’t have a key pair, then create a new key pair by clicking on the “Create New Key Pair” link.
In the network settings, configure the firewall settings and common security groups according to your requirements.
Keep the default selections for the other configuration settings for your instance.
Review the summary of your instance configuration in the Summary panel, and when you’re ready, select Launch instance.
To connect to an EC2 instance running Linux using SSH, you need to follow these steps:
Open a terminal on your local machine.
Use the ssh command to connect to your Linux VM. Replace the public IP address with the actual public IP address of your VM and replace the private key file with the path to your private key file
ssh -i "neotas.pem" ubuntu@ec2-34-194-36-242.compute-1.amazonaws.com
Confirm the connection by typing yes when prompted and pressing Enter.
Make sure that your security group allows inbound SSH traffic (port 22) from your IP address.
Other methods are available for connecting to your Linux instance. Please refer to the documentation on connecting to your Linux instance for more information.
This section provides instructions on how to install and run the Bold BI server on a Linux virtual machine (VM).
Install the Bold BI server on the Linux virtual machine (VM) created in the AWS portal using the help link
After the installation, when you access the IP address or domain name in the web browser, you will see the same interface as shown in the image below.
Follow the steps in the link to do the application startup.