Go back
Amazon EC2

Amazon EC2

General

P
Upward Spiral

Halfway

Joined
02 Aug 04
Moves
8702
Clock
25 Jan 11
Vote Up
Vote Down

http://en.wikipedia.org/wiki/Amazon_Elastic_Compute_Cloud
Has anyone here used this before?

It sounds excellent for what I need, which is sporadic but extremely long computations.

W

DISCO!

Joined
11 Mar 06
Moves
29627
Clock
25 Jan 11
Vote Up
Vote Down

Originally posted by Palynka
http://en.wikipedia.org/wiki/Amazon_Elastic_Compute_Cloud
Has anyone here used this before?

It sounds excellent for what I need, which is sporadic but extremely long computations.
How long is your actual code and how big is your expected result going to be?

Will code for food.

P
Upward Spiral

Halfway

Joined
02 Aug 04
Moves
8702
Clock
25 Jan 11
Vote Up
Vote Down

Originally posted by Woodgie
How long is your actual code and how big is your expected result going to be?

Will code for food.
Coding is not the problem, just computation due to curse of dimensionality.

Have you used AEC2?

C
Not Aleister

Control room

Joined
17 Apr 02
Moves
91813
Clock
25 Jan 11
Vote Up
Vote Down

You see the free tier? http://aws.amazon.com/free/
I actually signed up last year after the free tier was activated, but only started using the S3 storage, never the EC2.

A Java dev friend of mine's company uses EC2 exclusively for futures trading software and other stuff (I have no idea what, can't really understand when he tried explaining it. Financial stuff is a little out of my league.)


I struggled a bit to get going, because I've not used SSH in ages.

Here's a few links that can help you:
&playnext=1&list=PL20E22DC30F6C1A6E&index=20
http://cloudcarpenters.com/blog/ec2_putty/
http://alestic.com/

orangutan
ook

hirsute rooster

Joined
13 Apr 05
Moves
20607
Clock
26 Jan 11
1 edit
Vote Up
Vote Down

Originally posted by Palynka
http://en.wikipedia.org/wiki/Amazon_Elastic_Compute_Cloud
Has anyone here used this before?

It sounds excellent for what I need, which is sporadic but extremely long computations.
They have a new offering now - Elastic Beanstalk (http://aws.amazon.com/elasticbeanstalk/)
With the standard cloud stuff, you bring whole virtual machines online as you need them, the beanstalk approach has virtual JVMs - no operating system, just the application server - you can say how big a back end you want in terms of memory and CPU, but you don't have to manage the OS.

Where I work we use the odd cloud machine for load testing and website monitoring - it's so cheap. We'll be looking seriously at putting out JVMs into the cloud as the on-demand scalability looks awesome.

Sign up - you can get a feel for either in a few minutes and it'll only cost a few coffees for days worth of computation.

[edit: See here - http://sourceforge.net/projects/elasticfox/
for the ElasticFox add-on for firefox. Makes managing the EC2 stuff simple]

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.