active questions tagged amazon-ec2 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-23T00:25:22Zhttp://stackoverflow.com/feeds/tag/amazon-ec2http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/681494/java-web-starter-ami1Java Web Starter AMImobmad2009-03-25T13:06:09Z2009-12-22T06:00:02Z
<p>I'm trying to follow the tutorial on <a href="http://ttlnews.blogspot.com/2009/01/setting-up-amazon-ami-with-java-and.html" rel="nofollow">http://ttlnews.blogspot.com/2009/01/setting-up-amazon-ami-with-java-and.html</a> but can't find the <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1993&categoryID=101" rel="nofollow">Java Web Starter AMI</a> (ami-1c54b075) when searcing for AMI in the AWS console. Anyone now why this could be? It seems to be one of the most popular AMIs as well (<a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=171" rel="nofollow">see infobox on the right side</a>), so seems strange I cant find it...</p>
http://stackoverflow.com/questions/1932951/ec2-database-server-failover-strategy1EC2 database server failover strategyDave2009-12-19T13:46:08Z2009-12-21T17:07:23Z
<p>I am planning to deploy my web app to EC2. I have several webserver instances. I have 1 primary database instance. I have 1 failover database instance. I need a strategy to redirect the webservers to the failover database instance IP when the primary database instance fails.</p>
<p>I was hoping I could use an Elastic IP in my connection strings. But, the webservers are not able to access/ping the Elastic IP. I have several brute force ideas to solve the problem. However, I am trying to find the most elegant solution possible. </p>
<p>I am using all .Net and SQL Server. My connection strings are encrypted.</p>
<p>Does anybody have a strategy for failing over a database instance in EC2 using some form of automation or DNS configuration?</p>
<p>Please let me know.</p>
http://stackoverflow.com/questions/1904751/what-sort-of-workloads-would-be-appropriate-for-use-on-amazon-ec2-spot-instances4What sort of workloads would be appropriate for use on Amazon EC2 Spot Instances?jldupont2009-12-15T01:44:47Z2009-12-21T10:53:39Z
<p>Amazon just announced "<a href="http://aws.amazon.com/ec2/spot-instances/" rel="nofollow">Spot Instances</a>" for their EC2 based infrastructure. I was wondering what sort of workloads would be appropriate for such service?</p>
<blockquote>
<p>Spot Instances enable you to bid for
unused Amazon EC2 capacity. Instances
are charged the Spot Price set by
Amazon EC2, which fluctuates
periodically depending on the supply
of and demand for Spot Instance
capacity.</p>
</blockquote>
<p><a href="http://www.elasticvapor.com/2009/12/spot-on-amazon-commoditizes-cloud.html" rel="nofollow">Interesting quote</a>: </p>
<blockquote>
<p>The philosophy of JIT is simple: inventory is waste.</p>
</blockquote>
<p><hr></p>
<p>EDITED:</p>
<p>I wonder if there are applications that could sustain themselves (read: be viable) just by leveraging a large volume of those Spot instances. Think about it: imagine you get 10 instances for the price of 1 on average... of course there wouldn't be guarantees but in the case that no Spot instances are available, a number of "normal" instances could be kicked-of.</p>
http://stackoverflow.com/questions/684030/windows-services-and-shutting-down-ec2-nodes0Windows Services and shutting down EC2 nodesMarc Bollinger2009-03-26T00:04:29Z2009-12-19T15:26:54Z
<p>I've got a fairly simple Windows service running on testbed EC2 nodes right now that basically:</p>
<ul>
<li>Calls a Web Service on a machine in our local data center when the service starts (the service is set to Automatic startup, so it runs when the instance comes online).</li>
<li>Calls another Web Service once a minute as a monitoring heartbeat.</li>
<li>Calls a third Web Service when the service stops.</li>
</ul>
<p>We're using this in our Linux EC2 instances perfectly fine, and the Windows service works fine on startup, heartbeat, and manual stoppage.</p>
<p>The problem is that when terminating the node via ElasticFox, Rightscale, etc. the service never seems to be stopped, or at least, it never makes the Web Service call. Any thoughts?</p>
<p>[Note that this is copied verbatim from my post on the AWS developer forums, but that is super-low traffic compared to SO. Apologies!]</p>
<p><strong>Edit</strong>: Regarding the point about the network going down, I'm also not the most well-versed in Windows services, if I set Netman as a service dependency, would the order of service termination be guaranteed to respect that?</p>
<p>Regarding EBS, the model we've adopted for a similar system running on plain ol' Linux instances treats app servers as ephemeral, so EBS wouldn't benefit us that much. We use Rightscale on top of EC2, which makes hooking into Linux instances shutting down, so we just ship off the instance's logs elsewhere.</p>
<p><strong>Edit #2</strong>: Well, I got a reply from the AWS staff much faster than I expected:</p>
<blockquote>
<p>For windows, terminating through API (which means through elasticfox ,rightscale etc.) is a hard shutdown due to some technical limitations. It means it is like turning off your machine with power button instead of shutdown.</p>
</blockquote>
<p><em>Interesting..</em></p>
http://stackoverflow.com/questions/700455/ec2-putty-connect-problem0ec2 putty connect problemRobert2009-03-31T07:48:07Z2009-12-18T12:17:12Z
<p>I have followed Amazon instructions to the letter and it does not work. </p>
<p>ec2-api-tools-1.3-34128 - this is the api tools that I got from Amazon
Set it up following instructions. Checked everything to make sure I follow instructions. When I try to use it, I only get: "invalid.blabla" depending on what command do I try to use.
Anybody with this problem? </p>
<p>I deleted all my instances and all key pairs.
Created new ones (instance and key pair).
Setup putty all over again like instructions say I should do
(creating .ppk file and everything).
Still the problem remains.
When I try to connect to my ec2 instance using putty
I get "login as : " ???????? </p>
<p>Also, I am using windows vista.
Is this a problem.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/891501/root-locked-out-of-ec20root locked out of EC2Paco2009-05-21T05:25:23Z2009-12-16T18:00:03Z
<p>I was in the process of disabling root logins on an AWS EC2 instance. Right after setting PermitRootLogin no and restarting sshd, I closed the terminal on accident -- before setting up users with sudo privileges. The result is that my key to get into the instance as root does not work (sshd forbids it) and when I log into the instance using my regular user I can't gain root privileges (the root password was never set). The instance is running ubuntu 8.10. Anyone have any idea how can I fix this?</p>
http://stackoverflow.com/questions/1895478/sharing-ec2-accounts2Sharing EC2 accountsChin2009-12-13T03:34:40Z2009-12-13T03:54:58Z
<p>When using external developers to help with EC2/S3 administration and development tasks what would be the normal protocol for sharing account information? I'm a little reluctant to give the Amazon account password away. If the developer has the access id and secret key, would he need a password? Also, what are the possible pitfalls of giving developers account information.</p>
<p>Many thanks,</p>
http://stackoverflow.com/questions/1874786/is-it-possible-to-use-an-amazon-ec2-instance-as-an-email-server0Is it possible to use an Amazon EC2 instance as an email server? undefined2009-12-09T15:48:02Z2009-12-09T17:27:41Z
<p>I want to be able to run an EC2 instance (CentOS LAMP based) as a mail server and create email addresses for users when they sign up so that they can upload files via email. The emails would be parsed and attached files processed and added to S3 for storage. </p>
<p>Is this feasible? </p>
<p>What mail package would I need for this?
I would like to be able to create email address such as username@uploads.domainname.com</p>
<p>my domainname points to a webserver not on amazon web services so I realise this may not be possible.</p>
<p>where do I start with this, are there any good resources for setting up a mail server on EC2 </p>
<p>many thanks</p>
http://stackoverflow.com/questions/1845860/what-tools-do-you-use-to-upload-files-to-amazon-ec2-linux-instances1What tools do you use to upload files to amazon ec2 Linux instances?Simon2009-12-04T09:30:19Z2009-12-07T20:51:08Z
<p>I am using the standard fedora AMI with the LAMP stack bundled and I want to upload files onto the server from my Windows desktop.</p>
<p>What is the "normal" approach for this? I am not a UNIX admin by any stretch, although I am more than comfortable with FTP and the basics of a BASH shell.</p>
<p>As far as I can see there is no FTP server installed by default on the remote virtual machine, and I am unable to open one up at my end because of firewall restrictions. I looked at WinSCP, but before I go to the lengths of installing and configuring that I wondered what the expected means of doing this might be. In any case I don't see how WinSCP or any other FTP based tool can work without the target machine listening, which implies something like and FTP server.</p>
<p>Is there anything like a Windows remote desktop connection?</p>
<p>I could mount an S3 elastic storage volume from within EC2, but it is a bit of a sledgehammer to crack my little nut of just wanting 100k of files copied up to the server.</p>
<p>This is a different question to getting my web application running on the virtual server to save files locally, which is what the other SO questions in a similar vein seem to be asking.</p>
<p>Any ideas welcome.</p>
http://stackoverflow.com/questions/683639/can-subversion-be-hosted-on-amazons-hosted-cloud-service3Can subversion be hosted on Amazon's hosted cloud service?Blankman2009-03-25T21:52:02Z2009-12-07T09:27:44Z
<p>Can subversion be hosted on Amazon's hosted cloud service?</p>
http://stackoverflow.com/questions/1852024/what-is-the-difference-between-windows-azure-and-amazon-elastic-compute-cloud0What is the difference between Windows Azure and Amazon Elastic Compute Cloud?emrah sarı2009-12-05T11:54:43Z2009-12-05T19:17:57Z
<p>What is the difference between <a href="http://en.wikipedia.org/wiki/Azure%5FServices%5FPlatform" rel="nofollow">Windows Azure</a> and <a href="http://en.wikipedia.org/wiki/Amazon%5FElastic%5FCompute%5FCloud" rel="nofollow">Amazon Elastic Compute Cloud</a>?</p>
<p>Should I go with Azure or EC2?</p>
http://stackoverflow.com/questions/811939/what-would-be-the-equivalent-of-tomcat-for-dns-on-linux0What would be the equivalent of Tomcat for DNS on Linux?tgm2009-05-01T15:46:53Z2009-12-03T18:07:42Z
<p>I'm working on migrating to Amazon EC2 for our servers and need to try out internal DNS options. I'm looking for the equivalent of Tomcat (a standard well know easy to use servlet container) in the DNS area. BIND is the only one I'm familiar with by name, but I'm wondering if there are other "better" options or if that's the one I should go with.</p>
<p>Our servers are currently running CentOS. </p>
<p>This will end up being a production environment so stable software is a requirement.</p>
http://stackoverflow.com/questions/1813608/passenger-and-rails-on-scalr-net0Passenger and Rails on Scalr.netnickpellant2009-11-28T19:57:32Z2009-12-01T18:17:54Z
<p>I'm having an issue with Passenger and Rails working together on my Scalr application server.</p>
<p>I have Rails 2.3.5 installed and Passenger 2.2.7. I am running ruby 1.8.6 (patchlevel 111). Previous version of both Rails and Passenger worked fine together but now I get shown just a file tree and no application after updating:</p>
<p><a href="http://matchmefor.com/" rel="nofollow">http://matchmefor.com/</a></p>
<p>Does anyone have any ideas what I might have done wrong? Many thanks for any assistance!</p>
http://stackoverflow.com/questions/791447/windows-azure-vs-amazon-ec2-vs-google-app-engine11Windows Azure vs Amazon EC2 vs Google App Engineiulianchira2009-04-26T19:30:05Z2009-12-01T07:14:49Z
<p>From a developer point of view which platform would you consider for a large social web application? If you could provide some details on what you consider to be the strengths of which alternative it would be great. </p>
http://stackoverflow.com/questions/1816040/simpledb-vs-tokyo-cabinet1SimpleDB vs Tokyo CabinetCoder 422009-11-29T16:54:00Z2009-11-29T19:10:46Z
<p>Has anybody compared SimpleDB and Tokyo Cabinet for performance and scalability? I'm coding my project against SimpleDB at the moment and considering benchmarking TC, be nice if somebody had already done it and could tell me whether it's worth testing my specific storage and searching operations. If not I'll run some direct comparisons and blog the results.</p>
<p>Project is using Ubuntu 9.1 & Ruby 1.8.7 on an Amazon EC2 small instance (for now).</p>
http://stackoverflow.com/questions/1639646/any-full-ruby-stack-ami-on-ec21Any Full "Ruby Stack" AMI on EC2 ? nexneo2009-10-28T19:48:34Z2009-11-29T16:39:57Z
<p>What is best available EC2 AMI that have satisfy following must have?</p>
<ul>
<li>Ruby Stack Pre Installed</li>
<li>MySql Installed and configured with Ruby</li>
<li>Monit Installed</li>
<li>Nginx</li>
<li>Secure SSH access</li>
</ul>
<p>Please let me know AMI you are recommending you have used or not? </p>
<p>Amazon lacks proper review system for AMI unlike product/book previews.</p>
http://stackoverflow.com/questions/1815569/how-to-make-visual-studio-2008-deploy-to-ftp-in-active-mode0How to make visual studio 2008 deploy to ftp in ACTIVE mode?Eran Betzalel2009-11-29T13:39:29Z2009-11-29T14:02:26Z
<p>I'm using Amazon EC2 services and would like to publish my WCF application to this server using the visual studio 2008. Instead of opening so many ports on the amazon firewall, I'll use the ftp ACTIVE mode which will need to open only two ports (20,21). Alas, visual studio 2008 is determine to use only PASSIVE ftp connection, why?!</p>
http://stackoverflow.com/questions/639545/is-there-a-business-proven-cloud-store-keyvalue-database-open-source23Is there a business proven cloud store / Key=>Value Database? (Open Source)Martin K.2009-03-12T17:01:57Z2009-11-28T12:05:53Z
<p>I have been looking for cloud computing / storage solutions for a long time (inspired by the Google Bigtable). But I can't find a easy-to-use, business-ready solution. </p>
<p>I'm searching a simple, fault tolerant, distributed Key=>Value DB like SimpleDB from Amazon.</p>
<p>I've seen things like:</p>
<ol>
<li><a href="http://couchdb.apache.org/index.html" rel="nofollow">The CouchDB Project</a> : Simple and distributed, fault-tolerant Database. But it understands only JSON. No XML connectors etc.</li>
<li><a href="http://eucalyptus.cs.ucsb.edu/" rel="nofollow">Eucalyptus</a> : Nice Amazon EC2 interfaces. Open Standards & XML. But less distributed and less fault-tolerant? There are also a lot of open tickets with XEN/VMWare issues. </li>
<li><a href="http://kosmosfs.sourceforge.net/index.html" rel="nofollow">Cloudstore / Kosmosfs</a> : Nice distributed, fault tolerant fs. But it's hard to configure. Are there any java connectors? </li>
<li><a href="http://hadoop.apache.org/" rel="nofollow">Apache Hadoop</a> : Nice system which much more then abilities to store data. Uses its own Hadoop Distributed File System and has been testet on clusters with 2000 nodes.</li>
<li>*<a href="http://aws.amazon.com/simpledb/" rel="nofollow">Amazon SimpleDB</a> : Can't find an open-source alternative! It's a nice but expensive system for huge amounts of data. And you're addicted to Amazon.</li>
</ol>
<p>Are there other, better solutions out there? Which one is the best to choose? Which one offers the smallest amount of SOF(Singe Point of Failure)?</p>
http://stackoverflow.com/questions/1518594/when-should-one-use-the-following-amazon-ec2-google-app-engine-microsoft-azure8When should one use the following: Amazon EC2, Google App Engine, Microsoft Azure and Salesforce.com?vicky212009-10-05T07:06:03Z2009-11-26T03:20:08Z
<p>I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the question is not for any specific kind of application (in fact the intention is to know which type of applications/domains can fit into which of the cloud slab -SaaS PaaS IaaS).</p>
<p>My understanding so far is:</p>
<p>IaaS: Raw Hardware (Processors, Networks, Storage).</p>
<p>PaaS: OS, System Softwares, Development Framework, Virtual Machines.</p>
<p>SaaS: Software Applications.</p>
<p>It would be great if Stackoverflower's can share their understanding and experiences of cloud computing concept.</p>
<p>EDIT: Ok, I will put it in more specific way -</p>
<p>Amazon EC2: You don't have control over hardware layer. But you can take your choice of OS image, Dev Framework (.NET, J2EE, LAMP) and Application and put it on EC2 hardware. Can you deploy an applications built with Google App Engine or Azure on EC2?</p>
<p>Google App Engine: You don't have control over hardware and OS and you get a specific Dev Framework to build your application. Can you take any existing Java or Python application and port it to GAE? Or vice versa, can applications that were built on GAE be taken out of GAE and ported to any Application Server like Websphere or Weblogic? </p>
<p>Azure: You don't have control over hardware and OS and you get a specific Dev Framework to build your application. Can you take any existing .NET application and port it to Azure? Or vice versa, can applications that were built on Azure be taken out of Azure and ported to any Application Server like Biztalk? </p>
http://stackoverflow.com/questions/728047/how-can-i-generate-a-v2-signature-for-amazon-ec2-using-php0How can I generate a v2 signature for Amazon EC2 using PHP?Brentley_112009-04-08T00:01:05Z2009-11-25T00:34:04Z
<p>I am wondering if anyone has successfully generated an EC2 v2 signature for there API using php. All examples/libraries I can find online are for v1 of the signature and that has been deprecated due to insecurities. An existing library that implements the signature generation would be appreciated too.</p>
http://stackoverflow.com/questions/1011583/deploying-net-applications-to-amazon-ec2-what-ami-image-to-use1Deploying .NET applications to Amazon EC2 - what AMI image to use?Rinat Abdullin2009-06-18T08:55:51Z2009-11-24T14:00:05Z
<p>What AMI images do you use when deploying or testing .NET applications at Amazon EC2?</p>
<ul>
<li>Is this image based on Windows or Linux?</li>
<li>Is it an image from AMI repository or something that you've built (if so, then is it public)?</li>
<li>What version of .NET does it support (applies for Linux)?</li>
<li>What other important features does it include?</li>
</ul>
<p>So far I've been using <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1998&categoryID=202" rel="nofollow">Mono 2.2. on Fedora 8</a>. It does the job, but I would love to see the options more suited for somebody coming from the MS Stack.</p>
http://stackoverflow.com/questions/431443/how-to-deploy-web-app-directly-from-visual-studio-20084How to deploy web app directly from Visual Studio 2008?ycseattle2009-01-10T18:01:25Z2009-11-24T07:29:43Z
<p>I used to use discountasp.net and I can use Visual Studio 2008 to "publish" the website directly to the web host. I am using a dedicated server now (well, to be exact, Amazon EC2 Windows), how should I setup the web server so I can deploy the website directly from VS 2008? I tried to setup a FTP server but couldn't get it working.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1786342/homemade-cheap-and-cheerful-clustering-with-mysqlec20Homemade cheap and cheerful clustering with MySQL+EC2?sehugg2009-11-23T21:59:39Z2009-11-23T22:28:18Z
<p>I've got a Java web service backed by MySQL + EC2 + EBS. For data integrity I've looked into DRBD, MySQL cluster etc. but wonder if there isn't a simpler solution. I don't need high availability (can handle downtime)</p>
<p>There are only a few operations whose data I need to preserve -- creating an account, changing password, purchase receipt. The majority of the data I can afford to recover from a stale backup.</p>
<p>What I am thinking is that I could pipe selected INSERT/UPDATE commands to storage (S3, SimpleDB for instance) and when required (when the db blows up) replay these commands from the point of last backup. And wouldn't it be neat if this functionality was implemented in the JDBC driver itself.</p>
<p>Is this too silly to work, or am I missing another obvious and robust solution?</p>
http://stackoverflow.com/questions/328965/automount-ebs-volume-in-amazon-ec2-windows-instance1Automount EBS volume in Amazon EC2 Windows Instancedefeated2008-11-30T15:42:07Z2009-11-23T21:40:43Z
<p>Does anyone know how to auto-mount an <a href="http://aws.amazon.com/ebs/" rel="nofollow">Elastic Block Storage</a> (EBS) volume when starting a Windows 2003 instance in Amazon's <a href="http://aws.amazon.com/ec2/" rel="nofollow">Elastic Compute Cloud</a> (EC2)?</p>
http://stackoverflow.com/questions/1774018/what-is-a-good-way-to-access-external-data-from-aws0What is a good way to access external data from awsarigreen2009-11-21T00:17:01Z2009-11-21T01:42:03Z
<p>I would like to access external data from my aws ec2 instance.</p>
<p>In more detail: I would like to specify inside by user-data the name of a folder containing about 2M of binary data. When my aws instance starts up, I would like it to download the files in that folder and copy them to a specific location on the local disk. I only need to access the data once, at startup.</p>
<p>I don't want to store the data in S3 because, as I understand it, this would require storing my aws credentials on the instance itself, or passing them as userdata which is also a security risk. Please correct me if I am wrong here.</p>
<p>I am looking for a solution that is both secure and highly reliable.</p>
http://stackoverflow.com/questions/1761609/whats-a-good-way-to-collect-logs-from-amazon-ec2-instances3What's a good way to collect logs from Amazon EC2 instances?Bilal Aslam2009-11-19T07:53:28Z2009-11-20T08:26:57Z
<p>My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What's a recommended way to collect these logs in a central location? I have thought of several options, not sure which way to go:</p>
<ol>
<li>scp them to an instance using a cron job</li>
<li>Log all events over TCP/IP to an instance</li>
</ol>
http://stackoverflow.com/questions/1764605/scrape-asin-from-amazon-url-using-javascript0scrape ASIN from amazon URL using javascriptrashcroft222009-11-19T16:28:26Z2009-11-20T03:17:44Z
<p>Hi,</p>
<p>Assuming I have an Amazon product URL like so</p>
<pre><code>http://www.amazon.com/Kindle-Wireless-Reading-Display-Generation/dp/B0015T963C/ref=amb_link_86123711_2?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-1&pf_rd_r=0AY9N5GXRYHCADJP5P0V&pf_rd_t=101&pf_rd_p=500528151&pf_rd_i=507846
</code></pre>
<p>How could I scrape just the <a href="http://en.wikipedia.org/wiki/Amazon%5FStandard%5FIdentification%5FNumber" rel="nofollow">ASIN</a> using javascript?
Thanks!</p>
http://stackoverflow.com/questions/802926/amazon-ec2-metadata1Amazon EC2 Metadatatgm2009-04-29T15:33:57Z2009-11-19T14:00:04Z
<p>We're in the process of migrating from a datacenter to Amazon. We're a small company and rather than upgrade our hardware, we've found it to be enticing to move to "the cloud." We've put together custom AMI's from scratch and are currently in process of deciding on how to configure the environments.</p>
<p>I've been using Amazon's management console and Elasticfox to manage the resources but I've run into an issue of longer term management. When we have multiple servers running, it's difficult to tell which are which. The same issue exists with EBS resources and their snapshots. There doesn't seem to be any way through the AMI tools to add metadata to the resources to differentiate them with nice alias. I read a response to another question where security groups were used to "name" the AMI instances, but that still leaves me with EBS/snapshot management.</p>
<p>I know there are services out there like RightScale and Scalr that I believe add these features, but I'm wondering how others are handling this on their own? </p>
http://stackoverflow.com/questions/1748814/why-has-my-php-system-command-stopped-returning-output-to-my-scripts-i-used0Why has my PHP system() command stopped returning output to my scripts ... i used to work!undefined2009-11-17T13:19:14Z2009-11-17T14:24:07Z
<p>I have a PHP script that calls a .bat file using system(). The output is written to the screen and I derive some values from parsing this output. This is running on windows 2003 IIS server. PHP v5.2.0</p>
<p>Specifically I am using this script to launch an Amazon EC2 instance and assign an IP address to it. It has worked great for me so far but recently the problem started.</p>
<p>Here is the code</p>
<pre><code>$resultBatTemp = system("cmd /C C:\Inetpub\ec2\my_batch_file_to_launch_instance.bat");
$resultBat = (string)$resultBatTemp;
$instanceId = substr($resultBat, 9, 10);
</code></pre>
<p>...</p>
<p>Once I have this instace Id I can run another batch file that calls associates an ip address with this instance. It would appear that the instance does get launched but I never get the output on the screen.</p>
<p>For some reason this has all stopped working, the page freezes and never refreshes. I also need to completely exit safari or mozilla otherwise all pages from the website fail to load. Only when I relaunch the browser can i view the website again. I've connected to the webserver that hosts these scripts and checked PHP error log but nothing shows there. I've opened a DOS prompt and entered the code from the bat file that way and it connects to amazon and launches the instance fine. Ive isolated this bit of code and removed the system command and the rest of the script runs fine, so it appears that the hold up is with outputting the results of the bat file.</p>
<p>Recently I have purchased a new domain name for the site so this script is running from this domain. Might this cause the problem? </p>
<p>thanks</p>
<p>------------------------------------------------UPDATE-----------------------------------------------
<br><br>Well hope this helps someone, I didnt find out what was wrong but created a new PHP file with a simple system command that called a .bat file, and a non-existent .bat file expecting to get an error back but nothing - just the usual hang for ages. So I restarted IIS and this fixed the problem. Dont know what was wrong but that did the trick.</p>
http://stackoverflow.com/questions/1736299/dns-solution-when-porting-lamp-service-from-shared-hosting-to-aws-ec20DNS solution when porting LAMP service from shared hosting to AWS EC2unknown (yahoo)2009-11-15T01:46:21Z2009-11-15T01:58:22Z
<p>I have create a LAMP based service on a shared hosting provider. It has now grown and I want to move it on AWS EC2. I have already ported the code and the data, set up ESB for the persistent content, set up an AMI image that boots up fine and has tested the solution on EC2.</p>
<p>I want now to redirect my DNS to the EC2 instance(s) IP. I have asked my shared hosting provider if they can redirect the TLD record (domain.com) to this IP, but they say they can only redirect safely a subdomain (like www.domain.com) because the cPanel breaks if the TLD is redirected. I'm not sure I follow the problem details, but it looks like I have to rent a DNS solution. </p>
<p>What alternatives do I have? I think DynDNS.com is one solution (or a similar service), what else? Or, amongst commercial DNS services, what are good choices in terms of reliability, quality of service, quality of support etc? </p>