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.

learn more… | top users | synonyms (1)

0
votes
0answers
5 views

SSL with Jetty Built into Jar on EC2

Good Day, I have been struggling to find documentation for "Setting up SSL With Jetty" but there is nothing. I basically have a Jetty Server set up in my Java Program as such. My Java program is ...
0
votes
0answers
12 views

ping an ip address to determine if it uses AWS w/ Ruby on Rails

I would like to use Ruby on Rails to ping a list of ip addresses to determine if it uses AWS EC2. How can I do this?
0
votes
1answer
11 views

ELB and Apache configuration for HTTPS website

I'm setting up ELB for a https website and I have questions concerning the ports configuration... Right now I have this port configuration on the ELB: 80 (HTTP) forwarding to 80 (HTTP) 443 (HTTPS) ...
0
votes
1answer
9 views

HBase Cluster on Amazon EMR, Client Error: NoServerForRegionException

I'm trying to set up a Test Cluster on Amazon EMR. With one Master and two Slave Nodes, Ports open 60000-65535 and on Master 2181 too. hbase hbck Version: 0.92.0 Number of Tables: 2 Number of live ...
0
votes
2answers
24 views

Download speed from S3 and EC2 storage, request from Node js and browser

Me and my team are creating a mobile game in which a map is available. We store json information in multiple files - each file represents a tile on the map. To render the map, we download the files ...
0
votes
0answers
21 views

Rubber and Amazon EC2 ROR hosting issue

I want to host my ruby on rails application on Amazon EC2 server. I am following Rubber and Amazon EC2 railcast. I am using Windows. Getting error displayed here -- ** Instance running, fetching ...
0
votes
1answer
15 views

amazon ec2 apache crash

my apache server on amazon ec2 crashes for some reason, [Tue Jun 18 09:28:26.008659 2013] [core:notice] [pid 4806] AH00052: child pid 6226 exit signal Segmentation fault (11) [Tue Jun 18 ...
0
votes
0answers
7 views

httpd restart deletes new files

My website is stored at Amazon, and when I want to change/update a file on the web server I'm taking these actions: 1. Commit to svn. 2. Going on deployment server and sync the changed files from svn ...
0
votes
0answers
10 views

Cannot connect to an EC2 instance, with http request, within vpc (with EIP)

i opened elasticsearch server (logs server) on one of my ec2 instances within a vpc in AWS. I gave the instance an EIP (elastic ip). the server listen on port 9200. and as you know (or not) an EC2 ...
0
votes
1answer
12 views

How to open a web server port on EC2 instance

I'm running a CherryPy web server at 0.0.0.0:8787 on an EC2 instance. I can connect to the web server via local wget on the EC2 machine, but I can't reach the instance from my own remote machine (I ...
0
votes
1answer
19 views

How to get instance ID from reservation ID in boto

I'm trying to create a simple script upon which I can build using the boto module in python. I want to define a few functions that would allow me to create and terminate instances. I'm having trouble ...
0
votes
0answers
9 views

Issue installing Amazon RDS Command line tool (RDSCli)

I'm new to AWS and RDS, I am currently trying to do the seemingly simple task of creating a sql server database. But I'm falling at the first hurdle, actually creating the BD, I cant use the tutorials ...
-2
votes
0answers
12 views

EC2 Access for other people [closed]

How can I "invite" people to my EC2 instance so that they can use the instance too? How does this work? What do they need? How many people can I invite? It would be very helpfull if somebody could ...
0
votes
0answers
19 views

Keeping a Ruby Service running on Elastic Beanstalk

I have been looking for a while now on setting up worker nodes in a cloud native application. I plan to have an autoscaling group of worker nodes pulling jobs from a queue, nothing special there. I ...
1
vote
1answer
25 views

Secure a specific page by client IP behind AWS Elastic Load Balancer

I have an application which sits on Amazon EC2, behind an Elastic Load Balancer. There is a specific URL on the server, which only a specified list of IP addresses are allowed to post to. I've added ...
0
votes
1answer
10 views

Fetch amazon events from ruby's aws-sdk

I"m attempting to retrieve amazon generated events for my instances using ruby's aws-sdk. This will come in handy as I'm monitoring my instances and will alert when an event is found. I found an ...
0
votes
0answers
7 views

Unable to find group (Fog::Compute::AWS::NotFound)

Amazon ec2 with rubber deploy error. When i run create staging I got following error. /usr/local/rvm/gems/ruby-1.9.3-p392/gems/excon-0.23.0/lib/excon/middlewares/expects.rb:10:in response_call': ...
0
votes
0answers
5 views

How to create a standard Amazon AMI as created by Bitnami?

I'm trying to make a standard Amazon AMI to deploy other server from it, just like Bitnami stacks. I need it to use a particular username tpsingh and should accept key added by user at time of ...
4
votes
1answer
36 views

What changes after AWS instance is stopped then restarted

We have received a "instances scheduled for retirement" notification form AWS. It will affect our principle db server. Based on, what I have read, the easiest way is stopping the instance then ...
0
votes
1answer
28 views

execute a php file on another server

I'm using Amazon EC2 to host a website, with the aim of having the smallest instance possible to save on costs etc. Part of my website has a php function that unzips an archive full of mp3's, then ...
0
votes
2answers
35 views

How do I run a Rails application permanently?

I'm a Ruby on Rails newb and I'm running my application on an EC2 instance w/ ubuntu. Here's a link. Everything seems to be running fine when I enter the command: rails s -p 3001 However, this ...
0
votes
1answer
20 views

how to change my username (the name left of the cursor) in a new linux install?

I'm not sure how to search for this because I don't know the terminology. How can I change the username that appears left of the cursor in my Linux install? Right now, I'm running an Amazon EC2 ...
0
votes
0answers
11 views

how to change shell on amazon EC2 linux instance

I installed c shell using the sudo yum install tcsh command on my brand new amazon EC2 instance, but I'm not sure if it's actually working, since the echo $SHELL command always returns /bin/bash. I'm ...
0
votes
0answers
10 views

how to open httpd.config (or any file) in ec2 terminal with PuTTY [migrated]

How do you open a write to the httpd.config file on an ec2 linux instance using PuTTY? How does one edit the file locally and upload it to the Apache server?
0
votes
1answer
9 views

AWS instance was deployed with Whirr. How do I get a key pair of the instance?

I run AWS instance automatically with Apache Whirr. Then I wanted to connect to this instance with ssh, and I need a key pair to connect. I went to AWS console and I found, that new key pair was ...
0
votes
1answer
14 views

Access .NET Web Service on AWS EC2

I have created an ASP.NET Web Service and deployed to an AWS EC2 Windows Server. I have opened the associated Port for inbound connections. But when I try to access the service from another machine, ...
0
votes
2answers
25 views

advice for choosing linux filesystem for neo4j

I'm looking for advice for choosing and configuring Linux filesystem for storing neo4j database. Of course one should always test with ones own workload, but in general, is there any advice regarding ...
0
votes
0answers
13 views

rubber ec2 connection failed for: (Timeout::Error: execution expired)

I can not execute any rubber commands. This is the error message I receive: connection failed for: staging.absolutecommerce.com (Timeout::Error: execution expired) However I can ssh to the ...
0
votes
1answer
22 views

Can not access admin console of jboss eap 6 at standalone mode

I've installed Jboss eap 6.1 in a micro instance of amazon ec2 server. I've run the standalone.sh and that seems to be running fine: [ec2-user@ip-******** bin]$ ./standalone.sh ...
0
votes
2answers
19 views

Using Java SDK (AWS) to pro-grammatically connect S3 to EC2 as a filesystem

I am trying to use java sdk to create a local filesystme on an EC2 machine which would actually be a S3 resource I have already written code to start EC2 machine, create security groups, keys etc but ...
-1
votes
0answers
18 views

where is install log file location in redhat 6 ( aws ec2) [closed]

I need to know what the install log file location in ami/redhat 6 aws ec2 ? Does anyone know where that file is? thanks
0
votes
1answer
17 views

How to copy my war file in tomcat7 webapps in linux

Hi I have my tomcat7 installed in amazon cloud at location /usr/sbin/tomcat7 and my war file (xyz.war) is in downloads folder. How can I copy my war file into my webapps folder. I'm new bee to Linux ...
0
votes
0answers
24 views

Cannot access(SSH) to AWS EC2 behind family router

I am using UBUNTU system, my ec2 instance is working fine, I can ssh to it with my mobile phone network. But when I use my home wifi, I cannot access. When I type: ssh -i x.perm user@xx.xx.xx.xx ...
-1
votes
0answers
11 views

Amazon EC2 cPanel whm access issue [closed]

ok I have a cent OS based EC2 instance which is running ok but have only 7GB storage space and I have already used 6.5GB of it! I'm a complete newbie with Amazon EC2 and if I understand it correct ...
0
votes
0answers
7 views

How to install Tomcat7 in Linux

Hi I have a amazon cloud and I'm trying to install TOMCAT7 I'm following few steps like sudo yum install tomcat7-webapps tomcat7-docs-webapp tomcat7-admin-webapps sudo service tomcat7 start // to ...
2
votes
1answer
32 views

Configuring an EC2 instance as a space to serve up all my Rails\WordPress projects

How do I configure an Amazon EC2 instance as a personal space to serve up whatever Ruby on Rails or WordPress projects I want, with their own domains? As a developer, I've found surprisingly little ...
0
votes
1answer
36 views

EC2 Autoscaling issue

I am stuck with one issue while auto scaling. My EC2 Instance has XAMPP and tomcat, on scaling up the newly created instance does not automatically start tomcat and I even have to manually do port ...
1
vote
0answers
32 views
+50

What are the appropriate NGINX configs if you are only sending JSON objects?

I'm an iOS developer and my back end is all written in Django. I use gunicorn as my HTTP server. I have three workers running on a small EC2 instance. My iOS app does not require any images or ...
0
votes
2answers
20 views

Is it possible to keep workspace on Amazon EC2 server between runs?

We develop a software for Linux and Mac using C++ and python. So far we have installed all required packages into virtualenv using pip. Now 3rdParty libraries take substantial amount of time to ...
0
votes
1answer
24 views

Backup solutions for AWS EC2 instances

I'm looking for a backup solution for Amazon EC2 instances. I found this: http://www.n2ws.com and I wanted to know if there were other ones. Thank you PS: It's possible to automatically backup RDS ...
0
votes
1answer
13 views

How long does it take to change xlarge AMI to large AMI?

I created an AWS/EC2 Instance based on Instance ID i-44f81021, which is an EC2 Instance Type M3 Extra Large (m3.xlarge). How long should it normally take to reduce the EC2 Instance Type to m3.large? ...
0
votes
0answers
22 views

codeigniter .htaccess in amazon ec2 removal of index.php not working

codeigniter .htaccess in amazon ec2 removal of index.php not working code RewriteEngine on RewriteBase http://ec2-xx-xxx-xx-xx.us-west-2.compute.amazonaws.com/ RewriteCond %{REQUEST_FILENAME} !-f ...
-1
votes
0answers
14 views

How do I mount my new volume to my uploads folder, Linux/Amazon EC2/PHP [closed]

I'm quite new to linux so please forgive my ignorance. Despite my research I am still finding myself a little confused. I have an Amazon EC2 instance which comes with 8GB EBS storage. Lets call ...
0
votes
1answer
21 views

Standard practice for development and production servers?

Okay, to start off I am new to the world of working with servers and RESTful clients. What I am currently doing is working on a RESTful client api and I realized as I was chugging along that there ...
0
votes
1answer
22 views

How can I install an older version of boto on an AWS instance?

We have multiple Ubuntu instances on AWS EC2 with different versions of boto installed. One has 2.2.2, the other 2.8.0. One of our script behaves differently on the two machines, not working on the ...
0
votes
0answers
14 views

Load data onto an ec2 instance with no associated key-pair (generated by NotebookCloud)

I'm trying to run iPython notebook in an Amazon ec2 instance (I'm using the free tier, if that makes any difference), using NotebookCloud (https://notebookcloud.appspot.com/) to handle the iPython ...
0
votes
0answers
21 views

gzip encoding inside php content is broken

i wan't to send content-length via http response via php. This is my php code: header('Content-Type: application/json'); header('Content-Encoding: gzip'); $content = ...
0
votes
2answers
26 views

How to mount an attached EC2 volume in CLI?

I just recovered data from an ec2 snapshot and created a volume with the data, i also attached the volume to my working instance, but I have problems mounting the new volume. On ec2-describe-volumes, ...
0
votes
0answers
23 views

NodeJS + NginX: high memory vs high compute instances (amazon ec2)

Traditionally for Rails applications, a high memory instance was the defacto standard. However, Nginx and Nodejs both make much more efficient use of memory. Does the nginx + nodejs combo scale ...
0
votes
0answers
15 views

Mysq user login issue over amazon instance

I have created a user like this: drop user 'myuser'@'%' ; CREATE USER 'myuser'@'%' IDENTIFIED BY 'mypassword' ; GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' with grant option; FLUSH PRIVILEGES; ...

1 2 3 4 5 88