Changes between Version 10 and Version 11 of AmazonEC2
- Timestamp:
- 10/08/09 15:50:21 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AmazonEC2
v10 v11 2 2 3 3 A 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) 6 6 * PostGIS (1.3.6 rc1) 7 * GDAL/OGR (1.6. 0)7 * GDAL/OGR (1.6.2) 8 8 * GEOS (3.1) 9 9 * Apache 2 prefork 10 * GeoDjango (SVN -10674)10 * GeoDjango (SVN) 11 11 12 12 The 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. 14 14 To 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. 15 15 16 When it comes time to boot up a new image, use '''ami- aba84ec2''' (created May2009) 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).16 When 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). 17 17
