Changes between Version 10 and Version 11 of AmazonEC2

Show
Ignore:
Author:
jlivni (IP: 76.14.74.234)
Timestamp:
10/08/09 15:50:21 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AmazonEC2

    v10 v11  
    22 
    33A server preconfigured with a base GIS stack of software is a great testing environment.  It only takes a minute to boot up and instance, and then you can fool around for 10c/hour.  Given how useful this can be, I've created a basic GIS instance, which is publicly available.  It's based on the [http://alestic.com/ Ubuntu Januty image] by Eric Hammond, and installed software includes: 
    4  * Mapserver (5.4.0
    5  * Proj (4.6.1
     4 * Mapserver (5.6.0 beta 2
     5 * Proj (4.7
    66 * PostGIS (1.3.6 rc1) 
    7  * GDAL/OGR (1.6.0
     7 * GDAL/OGR (1.6.2
    88 * GEOS (3.1) 
    99 * Apache 2 prefork 
    10  * GeoDjango (SVN-10674
     10 * GeoDjango (SVN
    1111 
    1212The base software installation followed the same instructions as outlined in the UbuntuBaseStack example, and a few additional items have been added to get you going quickly, including a demo page with links to various examples that run live from the ec2 instance. 
    1414To get going with this, you'll need an Amazon Web Services account for EC2, and you'll need to follow their detailed [http://docs.amazonwebservices.com/AWSEC2/2007-08-29/GettingStartedGuide/?ref=get-started Getting Started instructions].  Getting it all set up should take about 20 minutes, and thereafter it's just a quick command to start a new instance. 
    1515 
    16 When it comes time to boot up a new image, use '''ami-aba84ec2''' (created May 2009) as the instance ID.  After a minute, run ec2-describe-instances to get the url for the instance.  It should be web accessible from the start, and of course you can now ssh into it to start hacking (log in with 'root' and no password).   
     16When it comes time to boot up a new image, use '''ami-0ceb0865''' (created Oct 2009) as the instance ID.  After a minute, run ec2-describe-instances to get the url for the instance.  It should be web accessible from the start, and of course you can now ssh into it to start hacking (log in with 'root' and no password).   
    1717