Amazon Web Services (AWS) delivers a set of services that together form a reliable, scalable, and inexpensive computing platform "in the cloud". If you have a question about a specific web service, consider asking on its tag, e.g., amazon-ec2.

learn more… | top users | synonyms (2)

0
votes
1answer
21 views

Is It Possible to Copy an AWS Security Group?

We have some security groups that have quite a few rules in them. Rather than having to recreate the same rules for a number of security groups just to accommodate minor differences, is it possible to ...
0
votes
1answer
14 views

chef server on AWS, ERROR: Connection refused

I'm trying to get a chef server running on a CentOS instance on AWS. I've been following Opscode's directions here: http://www.opscode.com/blog/2013/03/11/chef-11-server-up-and-running/ However, when ...
0
votes
0answers
11 views

ebs durability clarification

I am confused as to the durability of the EBS volumes on AWS. As an example, volumes that operate with 20 GB or less of modified data since their most recent Amazon EBS snapshot can expect an ...
0
votes
1answer
18 views

Swap space in EC2 m1.small & m1.medium

I have a customized AMI, and when I launch instance from this AMI, if I choose m1.small, I will have a 895MB swap space; when I choose m1.medium, I will have 0 swap space, why is that? If I want my ...
0
votes
0answers
15 views

How do I set a VPC in AWS to 'default VPC' = true?

I have one VPC set up in AWS, but Default VPC is set to 'false'. How can i change it to true, and make it the default VPC?
0
votes
0answers
17 views

Understanding the costs and constraints of the AWS Free Usage Tier [closed]

I am new to the cloud and trying to understand the particulars of the AWS Free Tier - Windows Instance(s). Our application’s main requirement is maximum availability. I have read much about AWS and ...
-1
votes
0answers
20 views

Cost breakdown by machine for AWS account [closed]

My AWS bill has a high amount of data transfer out. I am trying to analyze this, since I do not think I am pulling out so much data. It would help if I could get a breakdown of the data out by ...
0
votes
0answers
8 views

Proxy Error After Loopback Connection To Localhost On AWS Elastic Beanstalk Server

I have an GWT/AJAX web application that needs to provide snapshots to the Google crawler. To do this, I use the HtmlUnit headless browser to fetch a snapshot from the servlet when an ...
0
votes
1answer
19 views

Malformed nginx 307 redirect response?

I have an Nginx configuration that 307 redirects from http to https. There are existing client applications that connect to http and send data via POST requests. The clients are .Net services using ...
0
votes
0answers
39 views

Nginx workers as Ubuntu's www-data user - where to store temporary files? [closed]

I've been following along Dimitri Aivaliotis's Mastering Nginx book for setting up my own web server on an EC2 instance and I would like to adapt it to a default Ubuntu 12.04LTS AMI. The author ...
-2
votes
1answer
17 views

Setting up Django project on server to be front-facing [closed]

I'm setting up my first Django project on a server I'm following this guide, and along the way, it tells you to python manage.py runserver, and then view the a welcome page at the loopback ip ...
0
votes
0answers
35 views

Amazon vs Owned Hosting: Performance [duplicate]

Disclaimer: I am not an Amazon aficionado by any means. My background is in mostly "traditional" system deployments as opposed to any cloud technologies. Also, this is not a "shopping" question - I am ...
0
votes
2answers
31 views

No such file or directory

I'm building an EC2 LAMP server for the first time, and so far so good. Except I can't seem to get the require 'vendor/autoload.php'; working right I get this error message whenever I write that ...
0
votes
1answer
20 views

Troubleshooting a connection to a new LAMP setup

So, I just set up my first LAMP server. I think. I followed this guide and then proceeded to connect to it using Filezilla, so that means that it exists, at least. I made an index.html and placed ...
-2
votes
0answers
29 views

Apache2 (LAMP Stack) starts to become unresponsive and times out with only a 100 users on it

So I have WordPress site running on a stock LAMP Stack (apache2, mysql, PHP 5)hosted on a Medium AWS EC2 instance. The database is running on a RDS instance and I'm using W3C Total Cache. Anyhow, the ...
0
votes
1answer
39 views

Amazon EC2 Instances

I have an EC2 instance what I can not repair. I was trying to make an upgrade but everything fails. Would be possible to reinstall an amazon ec2 instance running on Ubuntu server?
0
votes
0answers
38 views

Need to set up a shared file system for load-balanced site in Amazon AWS

I have two load-balanced nodes and rather than synchronizing two file systems, I would like to try a shared file system. What is the best way to do this in AWS? I am using Windows Server 2003 for the ...
1
vote
0answers
25 views

Cloudformation Resource for a Cross Region S3 bucket policy [duplicate]

I know this is somewhat a duplicate of Cross Region S3 bucket policy but I don't have enough rep to comment and the answer wasn't detailed enough. I would like to allow EC2 servers based in ...
1
vote
1answer
33 views

Is it possible to audit the Amazon AWS console?

We had a situation recently where an elastic IP address assigned to a production server mysteriously became disassociated from that server. We have had this same thing happen in the past to other ...
0
votes
0answers
29 views

Running Chrome on an AWS micro instance [migrated]

Let me start by saying my server administration experience is limited, so please forgive me if I'm making assumptions that might seem odd. I've written an extension for Google Chrome and I'd like to ...
0
votes
1answer
55 views

Mapping godaddy domain with AWS EC2

I have a word-press website running on EC2. I have a domain registered with godaddy. I used the elastic IP from AWS EC2 to set up A record. The problem is, only the main page shows ...
4
votes
1answer
40 views

How does one properly escape a leading “#” character in linux etc/environment?

I would like to store a system-wide environment variable in etc/environment on AWS Linux AMI 2013.03. In this example, I am trying to store the phrase "#hello". See the examples below. echo $control ...
0
votes
1answer
28 views

SQL Server 2008 mirroring on AWS

Building a application on Amazon Web Services (AWS) using SQL Server 2008 and don't have the budget for Enterprise Edition. It's a standard web app, nothing too fancy needed in the way of ...
0
votes
1answer
33 views

How fast are transfers from Amazon EC2 to Amazon Glacier?

I am using a large, 1st generation instance on Amazon EC2 in the us-east-1 region, and would like to transfer data to Amazon Glacier. I will be transferring data from the instance's ephemeral storage. ...
0
votes
1answer
26 views

To run python script when my Amazon instance boots up

Where should i place my script in amazon instance such that my script should run when my instance boots up? I tried placing it in rc.local but it didnt help. My script is about connecting to Amazon ...
0
votes
1answer
37 views

I have changed my server, Do I need to re generate the ssl key

I am using AWS for hosting. I have got one productions instance and pre-production instance in it. I have installed ssl to the production site. But unfortunately its crashed. So we cloned the ...
0
votes
0answers
21 views

Error when uploading file to AWS Glacier with boto

I'm uploading a 210GB file to Glacier from an instance on EC2 in the same region as the destination vault. I am using the glacier utility from the boto Python library ...
1
vote
1answer
31 views

Using pv with a Python script: monitoring progress when uploading to AWS Glacier using the boto glacier utility

I am looking to use boto's glacier command line tool to upload data to AWS Glacier. I'd like to monitor the progress of my upload. Normally I use pv to monitor progress. I've perused the code of the ...
1
vote
1answer
83 views

Uploading a seemingly large (~200 GB) archive to Amazon Glacier [closed]

I am seeking to upload a 200+ GB archive to Amazon Glacier—a single .tgz. Wondering if anyone has had experience with this, and whether this seems extraordinary to accomplish without timeout issues, ...
-3
votes
1answer
33 views

Amazon AWS signup failing [closed]

I am from India and using my debit card for setting up the EC2 account. However, I am receiving a mail saying - We received an error while confirming the payment method associated with your Amazon Web ...
0
votes
1answer
19 views

How do I create an AWS RDS Database in Europe

If I can create a database in Europe, I have a lot less to worry about with reagards to data protection. amazon's docs imply that I can create one in Ireland. When I get to the apropriate stage of ...
0
votes
2answers
59 views

How to run a shell script on my amazon instance when it bootsup?

I have my amazon instance, i need to add a shell script to its rc.local file so that the shell script executes when i boot my instance. how to set permission to my shell script in rc.local file? if i ...
0
votes
0answers
24 views

How to configure Cloudwatch and Autoscaling for our setup?

I have a few questions that I can't seem to find the answer to or figure out. I am confused about AS groups with our Websocket services. AFAIK, the groups will terminate a server, and then send the ...
0
votes
1answer
47 views

Unable to read S3 file from interactive pig job flow

I'm unable to read a simple test file on S3 from an interactive pig job flow (hadoop, elastic map reduce), and I'm not sure why. I have two S3 buckets. Let's call them unmounted_bucket, and ...
0
votes
1answer
24 views

Does taking EBS snapshots supposed to significantly slow down the performance of the EBS volume?

I'm trying to decide on the frequency of making snapshots. Is the AWS system designed in such a way that taking snapshots has a negligible effect on the performance of the volume, or can it ...
0
votes
2answers
86 views

Simple EC2 offline backup?

Scenario: A frustrated employee deletes all data from an AWS account. Valuable data: EBS volume of an EC2 machine based on Amazon's Linux AMI. What is a simple offline backup solution for the data? ...
0
votes
1answer
30 views

Open ports between Elastic Beanstalk and one EC2 instance on AWS

I currently have the following setup: An API (Node.JS) running using Elastic Beanstalk, which is currently only running one EC2 instance A MongoDB instance running on a seperate EC2 instance ...
0
votes
1answer
39 views

Ubuntu 12.04 AMD64 vs. i386 servers on AWS EC2 [closed]

Are there any important (e.g. performance) differences between AMD64 and i386 AMIs on AWS - assuming both have EBS-backed storage? Can also assume micro instances in a US availability zone. Are the ...
-1
votes
1answer
31 views

How to launch Micro EC2 instance from Small AMI

I have an AMI I created on a small EC2 instance. I've spent most of the night attempting to launch it on a Micro instance. It continually fails the Instance Status Checks. I'm attempting to launch ...
0
votes
0answers
31 views

mp4 video from amazon s3 / cloudfront [closed]

I intend to auto-play a mp4 (HTML 5 video.js) video on my website , so I was told the best practice and in order to ensure good speed was to serve it from Amazon's cloud-front due to the fact that my ...
0
votes
1answer
34 views

setting up environment variables for aws hadoop ec2

I've been following this book: Hadoop in Action It gives a nice guide on how to start using ec2 with hadoop. One of the first things that it says is to download the command line tools here: ...
0
votes
2answers
37 views

Windows Azure Blob Storage Data Migration

I would like to back up the files I currently have in Azure Blob Storage and move them elsewhere. The problem is that pulling them one by one would take me several weeks, even within the same ...
0
votes
0answers
24 views

Installing testlink on Amazon EC2 instance

I have created an Amazon EC2 instance to host a testlink server with RHEL. I have successfully configured mysql client, Apache and PHP, but when I try to install it and create the DB, I'm unable to ...
0
votes
2answers
46 views

When should an EC2 instance use “Amazon instance store-backed”?

What are the benefits over using Amazon instance store-backed over EBS block storage? The only thing I can see from the comparison of the two is that instance store-backed seems to incur less charges. ...
0
votes
1answer
23 views

In AWS Ubuntu, python process stopped itself when running in background with &

command to start python process: python /root/serverFiles/Cusp.py 8001 >> /root/log/cusp.log 2>&1 & Cusp.py is a python code to call a bio-sequence process tool and return result. ...
1
vote
1answer
23 views

Using Route 53, how to point a domain without www to an ELB? [duplicate]

I can already CNAME the www to my ELB DNS, but how would I route the non www as well?
1
vote
0answers
72 views

Conditionally rewriting From and Reply-To headers in Postfix

I've got a web app running on Amazon AWS and it's using Amazon SES to send emails. One of the things I really want this system to do is to be able to forward emails to certain addresses from anyone ...
0
votes
1answer
61 views

How do I simulate a server failure in Amazon EC2?

Obviously, Amazon EC2 servers are still running on physical hardware and therefore can have catastrophic failures. And architecturally, I should be building an app that scales horizontally and works ...
-1
votes
0answers
26 views

scp from local computer to aws ec2: asks for password

I've followed the info on this aws docs page, but it just asks for a password. Using: scp -i /Users/xxxx/xxxx/xxxx/key.pem myfile.txt ...
0
votes
1answer
15 views

RDS - Dynamic endpoint causing problems with static configuration files

I'm running into a slight problem with RDS. My system I designed works like so: Server A initiates an RDS startup from a snapshot on a daily bases Server A puts data in RDS database Server A ...

1 2 3 4 5 24