Skip To Content

Use Elastic Load Balancers with ArcGIS Enterprise

An Amazon Elastic Load Balancer unites multiple Amazon Elastic Compute Cloud (EC2) instances under a common web address. The load balancer plays the role of the web gateway in the ArcGIS Enterprise architecture and prevents any one of the ArcGIS Server machines from being overwhelmed with incoming requests. This allows you to use all the ArcGIS Server machines under the load balancer to respond to requests.

The ArcGIS Enterprise Cloud Builder for Amazon Web Services app, ArcGIS Enterprise Cloud Builder Command Line Interface for Amazon Web Services, and Esri sample Amazon Web Services (AWS) CloudFormation templates create load balancers when you deploy and place ArcGIS Server instances under them.

If you build your site using AWS Management Console, you need to create load balancers yourself and add your AWS instances to it.

Use a load balancer to direct traffic to different ArcGIS Server machines

Follow these steps to use a load balancer with stand-alone ArcGIS Server sites:

  1. Create an application Elastic Load Balancer in AWS Management Console.
  2. Launch one EC2 instance running ArcGIS Server.
  3. Load your data and applications on the instance.
  4. Launch more ArcGIS Server instances, either manually or through auto scaling.

    Tip:

    It's recommended that you add instances from a variety of availability zones. This way you still have a running instance if a zone becomes weakened or disabled for any reason. Amazon recommends maintaining the same number of instances in each availability zone because the load balancer distributes traffic equally across availability zones.

  5. Add your ArcGIS Server instances to the load balancer.