30,000-Core Cluster On Amazon EC2 59
Joining the ranks of accepted submitters, hooligun writes with an article in Ars Technica about a rather large cluster built on EC2. From the article: "The details are impressive: 3,809 compute instances, each with eight cores and 7GB of RAM, for a total of 30,472 cores, 26.7TB of RAM and 2PB (petabytes) of disk space. Security was ensured with HTTPS, SSH and 256-bit AES encryption, and the cluster ran across data centers in three Amazon regions in the United States and Europe."
Re: (Score:1)
Re: (Score:3, Funny)
They are using it to pump the economy. The heating produced by this cluster must be cooled with extra air conditioning systems, increasing the demand for power and for air conditioning unis, thus creating new jobs and incentivizing the research for new energy sources.
Re: (Score:2)
to run Crysis
Ray-traced :).
Re: (Score:2)
Hacking the Gibson?
Re: (Score:2)
Re: (Score:2)
If you don't know the scale from yocto to yotta, then you need hand in your geek card.
How many digits do yu know pi to? I always say that if you don't know at least the first thousand, you're no geek, and should have your geek card forcibly removed at gunpoint.
First time accepted submitter Beowulf (Score:2)
HTTPS for security? (Score:1)
But at least they weren't using RSA tokens for authentication.
$1279 per hour (Score:3)
Before anyone else asks what I was about to, the full title of the article is: $1,279-per-hour, 30,000-core cluster built on Amazon EC2 cloud
How does that compare to the cost-per-core-hour for other Amazon EC2 offerings? Is this a value meal deal or just a lot of burgers?
Re: (Score:3, Informative)
The article said each instance had 7GB of memory and 8 cores. That would translate to the High-CPU Extra Large Instance Type:
High-CPU Extra Large Instance 7 GB of memory, 20 EC2 Compute Units (8 virtual cores with 2.5 EC2 Compute Units each), 1690 GB of local instance storage, 64-bit platform
Source: http://aws.amazon.com/ec2/ [amazon.com]
That instance type will run you $0.68/hour standard or $0.24/hour spot. (US-East Pricing) (Spot pricing allows you to take advantage of unused EC2 instances at a discount. Also worth no
Re: (Score:1)
Re: (Score:2)
Of course if Amazon had to, they could rip the storage encryption key from the VM's RAM...
Isn't EC2 really a cluster? (Score:2)
Help me understand something here ... isn't EC2 really one gargantuan cluster far bigger than 30,000 cores? So why is it news that it ran a big job? Was there some significant step forward in software that allowed features that were not previously available on EC2?
Re: (Score:1)
Help me understand something here ... isn't EC2 really one gargantuan cluster far bigger than 30,000 cores? So why is it news that it ran a big job? Was there some significant step forward in software that allowed features that were not previously available on EC2?
TFA is angled more at the fact that anyone can go out and rent something like this for their own ends.
Windows 8 (Score:1)
Finally - a computer that can fully handle Windows 8!
Re: (Score:2)
I know I'm feeding the troll but...
I'm running the Windows 8 developer preview (64-bit) on a five and a half year old laptop. Granted, I kicked the RAM up to 4GB ($44 shipped from NewEgg) and replaced the Core Duo with a Core 2 Duo (a T5600, $25 used on fleabay buy it now), but it runs well at 1900x1200 on hardware I basically rescued from the dumpster. You need to update your stock lines and stop mindlessly bashing.
But, what was their password? (Score:2)
But, what was their password? So many details about that computer, but no password...
Link a percentage of the top 500 together! (Score:1)
How powerful would one estimate linking multiple cloud and, of ten percent of the top 500 supercomputers would be? That would be one massive number cruncher.
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Bandwidth? (Score:2)
Didn't we just read that the US has fallen to #25 on the international speed list? So, is this like serving up Skynet over a 28.8 modem?
Charity? (Score:1)
Joining the ranks of accepted submitters, (Score:1)
Nobody gives two fucks. There's over 2 million registered UIDs on this site. Slashdot isn't some popularity contest. Quit turning Slashdot into fucking Digg or Reddit.
More on the security... (Score:1)
You can verify the certificates used with DigiNotar... well.. site looks down... maybe when they are back up...
communication latency (Score:2)
Neat, but for any job that isn't embarrassingly parallel, communication latency and speed will kill you when your nodes are spread across continents. If you're not doing any communication, well then groovy. Usually these large core servers are only 'earning their keep' when you're taking advantage of very fast interconnect hardware and doing things that can't be done by just a bunch of CPUs.