Skip To Content

Open Amazon EC2 security group for ArcGIS Server

Amazon provides security groups that allow you to specify who can connect to your EC2 instances. When you build a site using ArcGIS Server Cloud Builder on Amazon Web Services, a security group is created for you, and HTTP access is granted. However, if you intend to work with your EC2 instances using Remote Desktop Connection or SSH, you must add rules allowing those types of connections.

Tip:

If you are building a site and Cloud Builder detects that you have a security group named arcgis-<site name>, Cloud Builder applies that security group instead of creating a new one. This behavior means that you can potentially create and configure a security group as described below before you build a site.

If you are building your site manually using the AWS Management Console, you must create a security group yourself and add Remote Desktop and SSH rules. Additionally, you must add an HTTP access rule for users to access your web services. Finally, you need to allow all instances in your security group to access each other. This entire process is described below.

  1. Sign in to the AWS Management Console and display the page for the EC2 region hosting your site.
  2. On the left pane, click Security Groups.
  3. Click the box next to the security group you want to modify, and click the Inbound tab to examine the list of allowed connections.
  4. Click Edit to alter the list of inbound connections allowed.

    The Edit inbound rules dialog box opens.

  5. Click Add Rule.

    A new line is added to the bottom of the inbound rules.

  6. If you are using a Windows instance, use the drop-down lists and text boxes to add RDP as an allowed connection. This opens port 3389. You'll also need to supply a range of IP addresses that are allowed to make this connection, using Classless Inter-Domain Routing (CIDR) notation. For example, 0.0.0.0/0 allows everyone to connect (not recommended for security reasons), whereas 92.23.32.51/32 allows one specific IP address to connect.
  7. If you are using a Linux instance, use the drop-down lists and text boxes to create a new Custom TCP rule allowing access to port 22 from an approved IP address or range of IPs. This allows you to interact with your instance through SSH.
  8. Note:

    If you built your site using ArcGIS Server Cloud Builder on Amazon Web Services, the next three rules were added automatically. You can click Apply Rule Changes and exit this topic.

  9. Click Add Rule, and add a Custom TCP rule with port 6080 as an allowed connection. Optionally, specify a range of IP addresses that are allowed to make this connection.
  10. If you'll be using an encrypted connection, click Add Rule and add a Custom TCP rule with port 6443 as an allowed connection. Optionally, specify a range of IP addresses that are allowed to make this connection.
  11. Click Add Rule and add a rule to allow all EC2 instances within your group full access to each other. To do this, choose All ICMP. Then, in the Source text box, type the Group ID of the security group that you are currently editing (for example, sg-xxxxxxxx).

    If you don't know the ID of your security group, you can switch back to the Details tab to see it, but be aware that this will erase the other rules you've set if you have not yet clicked Save.

  12. If you have not yet done so, click Save. Your rule changes take effect immediately.

See Common security group configurations to learn more about these security rules and when to adjust them.