I\'ve set up my web application on a Micro EC2 instance, and have spent quite some time installing necessary software and files. Now, I want my same setup but on a High CPU Medium instance. However, t
I have been following the direction开发者_StackOverflows on setting up a MySql database on EC2 here: http://aws.amazon.com/articles/1663?_encoding=UTF8&jiveRedirect=1
I\'ve been using DreamHost for a long time - mostly for blogs and such. But now that I\'m developing web apps, I think it\'s ti开发者_运维知识库me to switch. One reason is that DreamHost limits the n
I just signed up for Amazon\'s new E开发者_如何学Clastic Beanstalk offering. What I can\'t figure out is how to SSH to a Beanstalk instance. I don\'t have a private key because Beanstalk generated the
I am running 开发者_开发问答a c1.medium machine.Once in a while, the machine becomes unresponsive.Is there a way to detect this?
I need to: 1. Analyze big files of http logs I\'m thinking in using mapreduce but I\'m not sure where to host it. Shall I use App Engine Mapper or EC2+MapReduce or simply use it in my VPS?
I am using the following Python code to compute the User+Sys time. t = os.times() usersystime = t[0] + t[1]
Reading about and using the Amazon Web Services, I\'m not really able to grasp how to use it correctly. Sorry about the long question:
I have an EC2 instance running a WordPress site.The WordPress db is on a RDS instance.I want to connect to the db over SSL.
I have setup a mysql database on a linux server on Amazon\'s EC2.This works well l开发者_Go百科ocally.I can log into the linux box and administer the mysql database