RELIANOID Community v7 Deployment Guide in AWS

View Categories

RELIANOID Community v7 Deployment Guide in AWS

1 min read

This guide explains how to deploy an instance of the RELIANOID Community Edition Load Balancer on the AWS Cloud Platform using a Free License.

Why deploy RELIANOID on AWS?
RELIANOID is a powerful and feature-rich load balancer that supports advanced networking capabilities, including Layer 7 proxying, SSL offloading, content switching, VPN, stateless clustering for high availability, real-time notifications, and more. It brings a robust Site Reliability Experience to your cloud infrastructure.

Create a RELIANOID Community Load Balancer Instance on AWS #

1. Log in to your AWS account.
Access the AWS Management Console and click on Launch Instances.

relianoid load balancer create aws instance

2. Set the instance name and search for RELIANOID
Under Applications and OS Images (AMI), search for RELIANOID.

relianoid load balancer aws marketplace search

3. Select the RELIANOID AMI
From the Amazon Marketplace results, choose RELIANOID ADC Community Edition.

relianoid community v7 aws marketplace listing

4. Continue to configuration
Click Continue to proceed with the instance configuration.

relianoid load balancer community v7 aws subscription

5. Choose an instance type
Select an instance type with appropriate resources for your use case.

Recommendation: At least 2 vCPUs for SSL Offload operations.

Choose your Key Pair to enable SSH access to the appliance.

relianoid load balancer aws instance type

6. Configure firewall settings (Security Groups)
Set up security groups according to your needs.
For management, allow the following:

  • HTTPS port 444 from the Internet
  • SSH port 22 from the Internet

For public virtual services, allow the following:

  • Custom TCP traffic from Anywhere
  • HTTPS (port 443) traffic from the Internet
  • HTTP (port 80) traffic from the Internet

relianoid load balancer aws instance firewall settings

7. Allocate storage
Assign at least 20 GB of disk space for the instance.

relianoid load balancer aws instance storage

8. Review and launch the instance
Review all settings and launch the instance.

relianoid load balancer aws launch instance

9. Verify the instance status
Ensure the instance enters the Running state.

relianoid load balancer aws instance listing

10. Locate the Public DNS
From the instance summary, copy the Public IPv4 DNS. You’ll use this for accessing the system via SSH and web browser.

Initial Setup of RELIANOID Community Load Balancer on AWS #

11. Connect via SSH
SSH into the instance using the admin user:

ssh -i your-key.pem admin@<Public_IP>

Then switch to the root user and change the root password:

sudo su -
passwd

It would appear to re-type the password to avoid any mistake.

12. Access the Web GUI
In your web browser, go to:

https://<Public_IP_or_DNS>:444

You may see a warning that the connection is not private. Click Advanced and Proceed to continue.

relianoid load balancer aws web interface access

13. Log in to the web interface
At the login page, use:

Username: root
Password: the one you set in the previous step

relianoid ce v7 login web ui cloud

14. Explore the Dashboard
Upon successful login, the main RELIANOID Dashboard will appear, where you can begin configuring your load balancer.

relianoid community v7 web ui dashboard cloud

Upgrade RELIANOID Community to Enterprise #

Finally, please follow this guide to upgrade the Community Edition to Enterprise to get advanced features of your load balancer in cloud: Upgrade from Community to Enterprise.

Enjoy the load balancing experience with RELIANOID Community Load Balancer in the Cloud!

SHARE ON:

Powered by BetterDocs