Using your site

You connect and publish to ArcGIS Server on Amazon Web Services the same way you connect and publish to an ArcGIS server site on premises. This topic contains a few things to remember that will make it easier to work with your site on Amazon EC2.

Connecting to the server

When you connect to a site that you built with ArcGIS Server Cloud Builder on Amazon Web Services, you do not use the address of any of the GIS server machines; instead, you use the URL of the Amazon Elastic Load Balancer. This load balancer has been configured to receive incoming traffic to the site through the common port 80, so there is no need to use the typical ArcGIS port 6080 in the URL. The load balancer distributes requests to the different GIS server machines in the site.

If you're not sure of the load balancer URL, open ArcGIS Server Cloud Builder on Amazon Web Services and click the name of your site. You'll see an expanded list of metadata, including an item called Manager URL. The first part of this URL contains the load balancer address (it typically contains .elb.amazonaws.com).

See Connecting to your site from ArcGIS for Desktop for step-by-step connection instructions.

It is not necessary for you to install the ArcGIS Web Adaptor on your instances. The Elastic Load Balancer fills many of the roles typically played by the Web Adaptor.

Copying data to the server

There are two ways you can make your GIS data accessible to your Amazon EC2-based site:

Often, you may be publishing from a machine on premises that has different data paths than you use on your EC2 instance. Registering your data locations with ArcGIS Server helps you ensure that your paths will be automatically corrected when you publish.

Once your data is on the server, you may want to keep it in sync with a geodatabase on premises. An ArcGIS Server geodata service can help with this. For more information, see Using a geodata service and a connected replica.

12/10/2013