| Cloudmersive Reverse Proxy Server High Availability Deployment with AWS Route 53 | 
		| 7/3/2024 - Cloudmersive Support | 
		| Cloudmersive Reverse Proxy Server can be deployed in Amazon AWS with High Availability Active-Active DR failover.  To perform this deployment you will need two separate Cloudmersive Reverse Proxy Servers, and administrator permissions to Amazon AWS Route 53, as well as one hosted domain in AWS Route 53 (e.g. mydomain.com). Step 1 - Create Route 53 Healthchecks
Navigate to the AWS Management Console and click on Route 53.  Then, click onHealth checks.
For your primary server (e.g. server 1), click Create health check.  UnderNameselect any name, e.g.CloudmersiveRPNode1.  Underprotocol, selectHTTPSorHTTPas appropriate.  ForIP address, enter the public IP address of the server.  UnderHost nameenter the hostname of the server, e.g.cloudmersive1.mydomain.com.  Underpathentercloudmersive_reverseproxy_status?ID=NODEIDreplacingNODEIDwith the Node ID from the Private Cloud page for your Reverse Proxy Server.  ClickNextand complete the flow.
For your secondary server (e.g. server 2), click Create health check.  UnderNameselect any name, e.g.CloudmersiveRPNode2.  Underprotocol, selectHTTPSorHTTPas appropriate.  ForIP address, enter the public IP address of the server.  UnderHost nameenter the hostname of the server, e.g.cloudmersive1.mydomain.com.  Underpathentercloudmersive_reverseproxy_status?ID=NODEIDreplacingNODEIDwith the Node ID from the Private Cloud page for your Reverse Proxy Server.  ClickNextand complete the flow.
Navigate to Hosted zones, click on your hosted zone, and clickCreate record.  Under record name, enter the subdomain name that you wish to use, e.g.cloudmersive.mydomain.com.  Under record type chooseA.  Under value, enter the public IP address of server 1.  Under TTL choose30 seconds.  Underrouting policychooseFailover.  UnderFailover record typechoosePrimary.  UnderHealth check IDchooseCloudmersiveRPNode1.  UnderRecord IDentercloudmersive1.  Click onCreate records.
Navigate to Hosted zones, click on your hosted zone, and clickCreate record.  Under record name, enter the subdomain name that you wish to use, e.g.cloudmersive.mydomain.com.  Under record type chooseA.  Under value, enter the public IP address of server 2.  Under TTL choose30 seconds.  Underrouting policychooseFailover.  UnderFailover record typechooseSecondary.  UnderHealth check IDchooseCloudmersiveRPNode2.  UnderRecord IDentercloudmersive2.  Click onCreate records. |