[GIS] How to connect to a SDE instance on EC2

amazon ec2arcgis-serverenterprise-geodatabase

We are exploring using Amazon EC2 with ArcGIS Server – and none of us has any experience with it. The question "How can we, from within our intranet, connect to the remote SDE instance in the EC2 cloud?" has come up. Do you just do a direct connect and instead of the server name, use the IP of the EC2 instance? Something like sde:sqlserver:<ip_address> instead of sde:sqlserver:HOU-SQLPRD10? Surely connecting to the remote instance is possible, huh?

Best Answer

I can't speak for sde, but I did setup my postgresql/postgis database so that it could be accessible. I did have to open up a port for the postgresql databases(for me, was 5432 and 5433).

This was a windows instance, so I think I also had to open them on the firewall (not sure if I'm remembering that correctly).

alt text

Maybe if you added an allowed tcp connection of 1433 to your instance's security group, it'll let you through to your sql server db. Then you should be able to use the sde:sqlserver:<ip_address> to connect.