amazon-ec2

Managing reserved Amazon EC2 instances

I'm writing an app and had been paying an hourly rate for my EC2 instance, as I've needed to test. I decided I should just pay for a reserved instance to save money in the long run, but now that I have one, I'm confused about how I'm supposed to manage it. In the "Instances" section of the EC2 management console, I can see the instances ...

Multiple users on Amazon EC2

Is it possible to have multiple users to manage an Amazon EC2 environment? I want to give access to several additional people to create machines on my existing billing account. ...

Running a .NET app on Azure

I have lots of experience running my app on Amazon EC2. It requires a low-end server, and I currently pay approx $90/month for the server (yes, I know I don't really need the scalability, but I still use EC2). I was wondering about the benefits of moving this app, which is purely .NET, to Microsoft Azure. Are there any experiences with: ...

How do I make sure the EC2 instances behind loadbalancer are not directly accessible ?

I have two EC2 instances behind a Amazon load balancer. The load balancer routes requests on port 80 to the instance port 80. How do I make sure the instance services are accessible only through the loadbalancer DNS and not accessible directly through the instance public DNS ? thanks Santhosh ...

EC2 small to micro instance downgrade problems.

Have a few applications where EC2 small instances are, well, too large. So the announcement of micro instances is just what the doctor ordered. I'd like to take a small instance's EBS volume, detach it, and pair it up with a micro instance. At some point it might be great to go the other way and upsize a micro instance to a small or bey...

How to transfer an image to an Amazon EBS volume for EC2 usage?

I have a local filesystem image that I want to transfer to an Amazon EBS volume and boot as an EC2 micro instance. The instance should have the EBS volume as it's root filesystem - and I will be booting the instance with the Amazon PV-GRUB "kernels". I have used ec2-bundle-image to create a bundle from the image, and I have used ec2-upl...

Cloud machine for Windows .NET app

I am currently running a new .NET application on an Amazon instance. I really like it, as it comes with Windows 2k8, IIS7 and SQL server pre-installed. However, it's costing a bit, at about $90/month for a small instance, which is catagorized as: "Small Instance (Default) 1.7 GB of memory, 1 EC2 Compute Unit (1 virtual core with 1 EC2 C...

SSL with Virtual Hosts on Apache in Amazon AWS EC2 environment

I am trying to set up two virtual hosts served over SSL on Apache in Amazon AWS environment. I understand that SSL cannot use Name Virtual Host on Apache unless: * I bind two IPs to Apache each serving a separate virtual host. Unfortunately, AWS does not allow me to bind more than one public IP to each EC2 machine * or I use SNI (server...

Anybody runs Flash Media Server on Amazon EC2?

I want to use RTMFP in Adobe's Flash Media Interactive Server 4 and host in the cloud. What results do you have running FMS 3.5/4 in Amazon EC2? Do you use Windows/Linux version? ...

Slow response from getaddrinfo on EC2

I have an ec2 instance used as LDAP server with the following example DNS names assigned by Amazon: Public DNS: ec2-123-231-312-132.compute-1.amazonaws.com Private DNS: ip-10-11-12-13.ec2.internal The instance has 123.231.312.132 public IP address and 10.11.12.13 private IP address respectively. I have also set external dns records ...

Is it possible to install VMWare Server on Amazon's EC2?

Hi All, We are looking to move all of our systems to a virtualized env. We will be going with EC2 and it appears that if we can install something like vmware or KVM on EC2 then create VMs as needed it would be the most cost effective solution for us. Is this possible? thanks! ...

How to use SSL on AWS EC2

Hello I have an AWS EC2 account and I am running an instance that serves as a web host for my PHP website... This is a private website that has no UI but only URLs to be requested by my other software to get some response from the server... I want the requests (that I send to the server) to be secured so I want to use https instead of ...

Method of finding instances attached to ELB

I am using the ELB command line tools available form AMAZON. Is there a way of finding out the instances attached to a particular Elastic Load Balancer,(ELB) ...

Cloud computing usage by region

Is there any way for me to identify cloud computing usage by region -- whereby cloud computing refers primarily to the use Amazon AWS and Microsoft Azure. I have a product that is somewhat regional in nature, and I don't want to waste time customizing the solution to countries which are unlikely to bring much return in $$$. I can only p...

Stopping, snapshotting and restarting EBS server

I am new to Amazon EC2 and just pulled down some Unix based image (I think it was an IBM image). It launched fine, worked great and was able to be stopped and snapshotted, all through the console. However, when I replicated the snapshot and launched a new image, albeit of a smaller size, the new image came up with errors. Is there someth...

FTP on amazon 3c2

Hi all, I am new to amazon EC2, I have created an instances and need to transfer few important files. I do not know hot to install ftp on EC2 the rpm is not available on the host. Please advise me on this. Thanks /SR ...

EC2 Amazon TCPS question

HI all, I tried posted on amazon forum for which I didn't get a response. TCPS is needed for my oracle database server to be ssl enabled. Looks like there is no options to open the port 2484 or any other for TCPS. Is this true on amazon instances please confirm. Thanks, SR ...

Where is HAProxy status ping on my EC2 instanstance coming from?

I setup a Linux instance on EC2 and opened up a TCP port at 8001. I have an application listening on it for some custom raw data coming through. In addition to that, however, I'm seeing: GET /haproxy-status HTTP/1.0 pings coming through. I cannot figure out what's doing it. It seems to be coming from Amazon, but I cannot figure out...

Amazon EC2 for WCF Windows Service

Dear Gurus I have a Sync Services built using .Net WCF, .net 4.0,SQL Server 2008 and hosted in a windows service. Following are some custom implementation we have done; Custom DB Connection Pooling, filled on the start of Application, and there is a cleanup thread as well which runs through out the life cycle of application. Custom ...

Lower Network Latency

Hello! I am sure this is a very common question and may have been answered but I am unable to find proper solution. I have a server that needs to be highly available and should carry a very minimal network latency. I did some benchmarking on the server alone and noticed that it responds pretty fast at an avg of 300 ms. But the network l...