Search Results :

×

Steps to setup clustering using on-premise identity server

This section describes how to configure a Clustering environment with a load balancer.  You can set up miniOrange on-premise identity servers on multiple servers behind a load balancer with a common database and Memcache environment. You can refer to the architecture diagram below on how miniOrange clustered environment looks like. The following figure summarizes the steps for a two-server configuration. For adding each additional server, perform Step 6.

clustering on-premise identity server figure

Why do we need Clustering

When you have large number of concurrent users visiting the site and single server is not able to handle all requests. You can setup a clustered environment to handle traffic and distribute the load properly among multiple servers.

Benefits of Clustering

  1. High Availability - This helps you achieve high availability through active clustering within your data center. Cluster multiple active servers to ensure uninterrupted access to critical applications in case of a hardware failure. If a node fails, the load balancer will automatically redirect users to another active node in the pool, or cluster.
  2. Performance - Each node in a aws cluster increases capacity for concurrent users so you can scale identity provider without sacrificing performance.
  3. Instant Scalability - Easily add new nodes to your cluster without any downtime or interruption to services.

Steps to setup clustering on AWS hosting-

  1. Setup two EC2 machines on AWS for installing the on-premise identity server to add behind a load balancer.
  2. Setup External Database on AWS RDS (Relational Database Service) to be shared between EC2 machines.
  3. Setup Memcache on AWS Elastic Cache (In-memory data store) to be shared between EC2 machines.
  4. Setup AWS DynamoDB which is a NoSQL database service that supports key-value. We use it to store session information and easily share data among multiple servers.
  5. Setup and configure Load Balancer in front of EC2 machines to distribute the traffic among multiple servers.
  Step-1: Setup two EC2 machines on AWS for installing the on-premise identity server to add behind a load balancer.
  1. Login to your AWS admin account. Once logged in, Go to EC2 services.
  2. From Create Instance section, click on Launch Instance button.
  3. Now select any Amazon 2 Linux AMI and click on next.
  4. clustering on-premise identity server Linux AMI
  5. You can choose the size of the instance based on the concurrent users expected on your site. For Example- Minimum recommended size is T2.medium and you can go for any higher size machine based on the traffic you are expecting on your site.
  6. clustering on-premise identity server
  7. Then, you can click on review and launch to create the machine.
  8. Once created, assign a security group to this EC2 machine. Access to the following ports should be given to this security group.
  9. clustering on-premise identity server EC2 machine
  10. Now, try to connect to the machine via SSH using aws linux machine username and a certificate file created in ppk format. You have to convert the private key in pem format to ppk format using any utility to connect via SSH.
  11. Once connected, install Java 8 on the server and set Java environment variables – JAVA_HOME and JRE_HOME.
Step-2: Setup External Database on AWS RDS (Relational Database Service) to be shared between EC2 machines.
  1. Go to RDS services from AWS admin console.
  2. Click on create a database button.
  3. clustering on-premise identity server AWS admin console
  4. Now select database type to be created from the list given below. The recommended database is PostgreSQL.
  5. clustering on-premise identity server PostgreSQL
  6. Then select the usecase - if you are setting up database for production instance or dev/test.
  7. clustering on-premise identity server dev/test
  8. Now configure the database with following values - DB Engine Version, Database Instance name, Master Username, Master Password.
  9. clustering on-premise identity server configure the database
  10. Once configured, note down the database connect URLs, port, username, and password to setup while configuring on-premise IDP.

Step-3: Setup Memcache on AWS Elastic Cache (In-memory data store) to be shared between EC2 machines.

  1. Go to ElasticCache service from AWS admin console.
  2. Click on create button under create cluster section and then select cluster engine as Memcached.
  3. clustering on-premise identity server cluster section clustering on-premise identity server cluster engine
  4. Once created, you need to update memcache server url in miniorange identity server. Navigate to mo-identity-server/moas/WEB-INF/classes/ folder and open application.properties file. Search for memcached keyword in the above file and update following values below-
  5. memcached.server.address Select the cluster name from aws admin console and copy configuration endpoint here.
    server.id beta

Step-4: Setup AWS DynamoDB which is a NoSQL database service that supports key-value. We use it to store session information and easily share session information among multiple servers.

  1. Go to DynamoDB service from AWS admin console.
  2. Click on create table button and then create DynamoDB Table.
  3. clustering on-premise identity server DynamoDB Table
  4. Enter a table name and primary key for the table. Since it is a schema-less database, you only need to set a primary key for the table.
  5. clustering on-premise identity server primary key
Step-5: Setup and configure Load Balancer in front of EC2 machines to distribute the traffic among multiple servers.
  1. Go to the EC2 services section from AWS admin console. Scroll down and navigate to Load Balancing section from the left menu and click on Load Balancers.
  2. Click on create Load Balancer button and then select the load balancer type.
  3. clustering on-premise identity server load balancer
  4. Select an application load balancer and configure it.
  5. Select a name for the load balancer, select scheme as internet-facing and IP address type as IPV4.
  6. clustering on-premise identity server IP IPV4
  7. Now do the listener configuration. By default 80-80 port forwarding request is already set up. If you are also planning to run your site on SSL. Add one more listener configuration for 443 SSL port.
  8. clustering on-premise identity server 443 SSL port
  9. Now click on next to assign security group for the load balancer. Create a security group for load balancer with inbound access to only 2 ports- HTTP (Port 80) and HTTPS (Port 443). You can see the below screenshot for reference.
  10. clustering on-premise identity server security group clustering on-premise identity server
  11. Once, Load balancer is configured. Add your EC2 machines in the load balancer.
  12. Then you need to add a CNAME record in your domain provider account under DNS Settings to point your domain to load-balancer URL. Once done, you can ping the domain from command prompt to confirm if it is pointing to load balancer URL.
Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com