Amazon EC2 stands for "Amazon Elastic Compute Cloud". It is a part of Amazon Web Services (AWS) and allows users to rent virtual machine instances by the hour. You can create instances, launch and manage them through a central interface, through a web API or through a console.
0
votes
1answer
16 views
How to setup GitHub with Wordpress
I'm trying to setup a workflow that works for me. Developing wordpress sites
Basically I use dropbox to work on my local development...That way it's all backed up if computer crash or stolen. (So far ...
0
votes
0answers
18 views
Getting Error {“RemoteException”:{“exception”:“IllegalArgumentException”,“javaClassName”:
I have setup CHD4 on my EC2 Instances. Everything is working fine.
When I try to access : http://ec2-00-000-000-000.us-west-1.compute.amazonaws.com:50075/webhdfs/v1/?op=GETHOMEDIRECTORY I am getting ...
-1
votes
1answer
9 views
ActiveMQ Running on AWS - EC2 instance, Producer Performance Improvement
I am currently working on an assignment which requires me to benchmark response times between apache-activemq and aws-sqs.
In my finding I found that, activemq
producer takes 35 sec / 1000 messages ...
0
votes
0answers
10 views
Zipping up image files from S3 using EC2.
So suppose I have a wide array of images hosted on S3. Periodically, I may get requests for some of these images to be retrieved from S3. In this case, I want to be able to use EC2 to zip up the ...
23
votes
3answers
18k views
SSH Access to Amazon EC2 instance
I need SSH access to an Amazon EC2 instance running Ubuntu 10.4. All I got is the amazon username and passoword. Any ideas?
0
votes
0answers
13 views
Sphinx indexer speed
I have the following issue:
I try to index same table with same data and same config on 2 servers.
First is local machine (Not very good).
Second is Amazon EC2 General-purpose M1 medium insance.
...
0
votes
0answers
13 views
Windows Server 2008 - Smart Card service is down
I'm getting this weird error when trying to work with a SmartCard on an ec2 machine running Windows Server 2008.
I'm using AnywhereUSB to connect my physical smart-card reader to the remote machine. ...
0
votes
2answers
30 views
Loading credentials JSON with AWS SDK Results in Error
I'm trying to load credentials for AWS with loadFromPath and getting an unexpected error. Hardcoding the same credentials with AWS.config.update works fine. To make sure the path and format of ...
0
votes
0answers
16 views
Amazon EC2 Tomcat does not support restful service?
I've a local project with Eclipse + Tomcat setup. My restful services is working.
However, when I deploy over to EC2's Tomcat server, I can still view the web pages, but the restful services is not ...
4
votes
6answers
5k views
SSH EC2 asking for password
I've just setup my EC2 server following this video here exactly - http://www.youtube.com/watch?v=bBajLxeKqoY
I even chose the same server type, everything went well until it asked for the root ...
0
votes
0answers
14 views
Better way to export / batch insert from Elastic Map/Reduce (Amazon) to MongoDB hosted on EC2
So far I've looked at this Serde:
https://github.com/mongodb/mongo-hadoop/tree/master/hive
What is the common practice for writing from Hive to Mongo? My last resort would be to write a Java program ...
0
votes
0answers
22 views
TaskTracker on hadoop slave cluster won't start. Can't connect to master
I set up a 2 node hadoop cluster on aws with the namenode and the jobtracker running on the master, and the tasktracker and datanode being both the master and slave. When I start the dfs, It tells me ...
0
votes
2answers
14 views
Can't knife ec2 server create for Australian region
Setting up this service for a client in Australia. Running the below command works for the US default region, when I try for the Australian (ap-southeast-2) region I get an error I can't debug.
knife ...
2
votes
3answers
3k views
How to upload files directly to Amazon S3 from a remote server?
Is it possible to upload a file to S3 from a remote server?
The remote server is basically a URL based file server. Example, using http://example.com/1.jpg, it serves the image. It doesn't do ...
2
votes
2answers
739 views
Remote Debug with Amazon Web Services (EC2) and c# Windows Service/WCF
I have a Windows Server 2008 R2 in the Amazon EC2 cloud. I would love to be able to debug my C# Windows Service or WCF Service that is running on that server from my desktop in my office.
In the ...