amazon-ec2

Running builds in the cloud

I was wondering if anybody out there is doing their software builds using something like Amazon's EC2. I was thinking about trying to move our builds into that environment. Right now our builds are serial but only because we don't have enough computers to run all the components in parallel. Using EC2 we could create 50 or so computers...

Have you deployed .NET computing applications to clouds outside Windows Azure?

I'm interested in running CPU-intensive computations in clouds. The only real requirement is ability to run .NET applications (F# algorythms like this one) with enough security permissions for using reflection-based IoC Container. Persistence technology does not really matter as long as something is there. I'd like to know of your exper...

What Are Good, Advanced Tools For Managing EC2?

I'm looking to manage a system (or preferably multiple systems) of machines on EC2, and at present the only way I can see doing that in a reasonable way is to extend the Typica library and build a control panel that launches, configures, and checks in on machines for me. I don't expect there to be any prefabricated solutions to exactly ...

Deploying .NET applications to Amazon EC2 - what AMI image to use?

What AMI images do you use when deploying or testing .NET applications at Amazon EC2? Is this image based on Windows or Linux? Is it an image from AMI repository or something that you've built (if so, then is it public)? What version of .NET does it support (applies for Linux)? What other important features does it include? So far I'...

Twitter search api blocked from Amazon EC2 in Ruby only, not curl...is this Net::HTTP?

This is a weird one that anyone can repro at home (I think) - I am trying to write a simple service to run searches on Twitter on a service hosted on EC2. Twitter returns me errors 100% of the time when run in ruby, but not in other languages, which would indicate it's not an IP-blocking issue. Here is an example: admin@ec2-xx-101-152-x...

Google App Engine & Amazon Cloud,which is better?

I'm going to deploy my application on one of them, and have no idea which is better. ...

Talking to a demo Exchange Server 2007

I would like to test a trivial SOAP app against Microsoft Exchange 2007 (or 2010) webservices. Is there any demo server on the internet available? My problem is, that I have no 64-Bit machine around here to install a server for myself. The 2003 server, which is hanging around at the office isn't suitable for my needs (Exchange Web Servi...

Deploying on EC2

This question is for anyone who has actually used Amazon EC2. I'm looking into what it would take to deploy a server there. It looks like I can start in VirtualBox, setup my server and then export the image using the provided ec2-tools. What gets tricky is if I actually want to make configuration changes to my running server, they will...

business model: selling virtual machine image

I have a software that is pretty complex in the sense that it uses a lot of interacting processes, os daemons, services, etc. So I think the most sensible way of distributing it would be as a virtual machine image, otherwise the installation in an arbitrary machine would be too complex. What are the pros and cons of such a model? What...

emacs + tramp + plink

I'm trying to get emacs tramp running under Windows XP to work over putty plink on an Amazon EC2 instance. The documentation for doing this is sparse. I can find partial documentation, but none that addresses all the steps required to get this working. Can anyone provide a walk through, or a pointer to a walk through? ...

How big is a cloud?

I'm trying to come up with some data on how many much computing power the current cloud platforms represent. (Microsoft Azure, Amazon Elastic Compute Cloud, Google App Engine. Others?) Stuff like how many physical/virtual machines, storage space. How many datacentres are the big players setting up/running already. Any metrics would be f...

Dynamic / auto scaling

Hi, I was curious if anyone has experimented with auto-scaling web or db tier in ec2 or other cloud computing infrastructure? It seems theoretically possible but I am curious what the practical limitations are/maybe. Thanks, manish ...

Tutorial Using R on an Amazon Ec2 using just browser for building a regression model

Assume I have huge huge data and no money for hardware for more RAM for R AND software like Windows or any non open source . Just an internet connection. and an university Amazon ec2 account. Could you please guide me to a step by step- copy and paste coding tutorial on building a model using any Package on Amazon ec2. Note- I know BI...

Amazon ec2 API version 2 signature encoding with c#

I am having a problem with encoding the hash for the Version 2 Signature of the ec2 API. Note my Version 1 Signature hashing works fine, but this is depreciated and I will need to move to version 2. So firstly here is the code that works... parameters is just a dictionary, what I have to do is simply sort the parameters by key and appe...

Best Book for Amazon AWS use and load balancing?

Hi All, Do you know any great book about Amazon Web Services and how to exploit it the best way to do load balancing? Many thanks for any help, Best, Raphael ...

Streaming a dynamic zip from Amazon S3

I am looking for a way to dynamically stream download a zip of files from Amazon S3. The application is hosted on EC2 and the files are stored on S3. Need to give users the ability to select from a group of files which will then get bundled up and downloaded to them. Have heard about a few Actionscript libraries (aszip and fzip) tha...

What is the point of instance storage on EC2?

I'm building some AMIs from one of the basic ones on EC2. One of the instance types is running Tomcat and contains a lot of Lucene indexes; another instance will be running MySQL and have correspondingly large data requirements with it. I'm trying to define the best way to include those in the AMIs that I'm authoring. If I mount /mnt/l...

Is it possible to write map/reduce jobs for Amazon Elastic MapReduce using .NET?

Is it possible to write map/reduce jobs for Amazon Elastic MapReduce (http://aws.amazon.com/elasticmapreduce/) using .NET languages? In particular I would like to use C#. Preliminary research suggests not. The above URL's marketing text suggests you have a "choice of Java, Ruby, Perl, Python, PHP, R, or C++", without mentioning .NET lan...

Streaming media from EC2

We have been requested to stream a single video (+500MB) from a web site. The biggest additional requirement is that access must be forbidden to foreign IP addresses. Given that high bandwith usage is expected we have turned to Amazon S3 to serve the video as a FLV, but AFAIK Amazon won't let you set up IP filtering based on country l...

Scaling on Amazon EC2

Hi, I have several newbie questions about EC2, thanks for your attention, 1) why EC2 instances come with specific memory/storage quotas? In the cloud environment, can't we just request the amount of memory/storage as we require, and the amazon infrastructure take care of the allocation? I understand an pre-determined allocation of mem...