Amazon EC2 with Fedora, there are 2 instances of the httpd conf, the doc root is automatically set as /home/webuser/helloworld/conf/httpd.conf and the default (which is also there) is /etc/httpd/conf/httpd.conf . Mod rewrite is enabled with both, we are in drupal, the .htaccess is in the folder it needs to be (on Drupal) and it loads t...
Hi
I'm creating a application where the user will type in the name of a video game and a query will be sent to a servelt. I want this query to search the amazon product database and if the game is found i want to grab the information such as the name, publisher, platform genre etc and add this information to my database. Just like price...
Hello,
The company I work for built and hosts a web app used by our customers and I am interested in creating some kind of external monitoring page (similar to trust.salesforce.com) that users can go to to see the current state of our servers/app. I know there are tons of different 'monitoring' services out there but I want to create th...
We are using Amazon EBS to store a large number of small files (<10KB) in a 3-level directory structure.
~/lists# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 9.9G 3.9G 5.5G 42% /
tmpfs 854M 0 854M 0% /lib/init/rw
varrun 854M 64K 854M 1% /var/run
varlo...
Hi,
I would like to setup amazon 's VPC gateway to my server. I do not have CISCO or JUNIPER Router.
Found this one the web : http://kenai.com/projects/osolvpc/pages/Home for OpenSolaris.
Anyone tried to build this on linux
Thnks
...
Hi -
I've got a web app which has pretty intensive processor requirements, specifically in relation to the amount of data that gets stored. Because of the massive amounts of data coming in and out (and being sorted, formatted, etc), I'm routinely bringing the server down. The problem is usually CPU related, not memory related, and it...
Creating a file (key) into Amazon S3 using Python (and boto) is not a problem.
With this code, I can connect to a bucket and create a key with a specific content:
bucket_instance = connection.get_bucket('bucketname')
key = bucket_instance.new_key('testfile.txt')
key.set_contents_from_string('Content for File')
I want to upload a file ...
I have an EC2 instance with "instance store" device as a root device.
Now, I would like to attach an EBS volume to that same instance,
only that I want it to be the root device.
Is that possible?
What happens to the instance store device in such case?
Thanks in advance
...
Can anyone point me to the steps/resources that describe:
How to deploy a JEE app on amazon-EC2
Maintain changes to the meta-data of the app server (deploy new applications) after an instance reboot (probably using amazon-ebs)
...
I've got a desktop application that I need to test in several different languages. I could build a VMWare image for each language that I need. But I was wondering if I could somehow use EC2 instead.
I've seen this question, but it is asking about running VMWare in EC2. I want to know if I can use EC2 instead of VMWare.
What kind of in...
I'm trying to setup two servers that replicate data. I want to ensure HA by making sure the two EC2 instances are on separate physical hosts while still being in the same region.
Is it possible to ensure you instances are on different physical machines with EC2?
Thanks in advance!
...
just a wild idea. wonder is it possible to compile maven build on amazon clustering machines to speed up build processes? any reference or guide on this?
reference
...
libcloud is a standard client library for many popular cloud providers, written in python:
http://incubator.apache.org/libcloud/
...
This may be a silly question, but seeing as transfers between EC2 and S3 are free as long as within the same region, why isn't it possible to stream all transfers to and from S3 through EC2 and make the transfers completely free?
Specifically, I'm looking at Heroku, which is a Ruby on Rails hosting service run on EC2, where bandwidth is...
Seeing that Amazon has priced the usage of EBS as:
$0.10 per GB-month of provisioned storage; $0.10 per 1 million I/O requests
Even though the value is in millions, I/O request add up pretty quickly
... I was wondering if there are any best practices for reducing I/O requests out there.
E.g. Use an instance with more than enoug...
I am new to EC2. I created my security credentials from this site:
http://paulstamatiou.com/how-to-getting-started-with-amazon-ec2
It worked great, I rebooted and now when I try to connect I get a login/password prompt. (Which I never set up.) After several attempts I get this error:
Permission denied (publickey,gssapi-with-mic).
Wha...
On Amazon EC2 is it possible to reassign a keypair to an already running instance?
I am having problem with a particular keypair and am wondering if there is a way to fix it by reassign it.
Thanks
...
Is it possible to clone a EC2 instance data and all?
...
When trying to connect to EC2 over SSH I get the following error:
joshua-scotts-macbook-pro:.ec2 joshuascott$ ssh -v -i OFMoodle [email protected]
OpenSSH_5.2p1, OpenSSL 0.9.8l 5 Nov 2009
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to ec2-xxx-xxx-xxx-xx.compute-1.amazonaws.com [xxx...
I am at the point with my Grails app that I want to deploy it up onto Amazon EC2 so I can start showing it to people. I have a little experience using EC2 "manually" to put other projects onto the web, but I was hoping to find something which made the deployment cycle a little more manageable. In steps CloudFoundry.
I have read throug...