Amazon Web Services (AWS) is a collection of commercial services centered around virtualized, commodity and clustered computing, networking, database and storage, as wel as supporting tools that are offered as infrastructure as a service

learn more… | top users | synonyms (1)

0
votes
1answer
58 views

How to deploy virtual machine image in ova format from URL to Amazon EC2?

I have Virtual Machine image in .ova format. Image file is available by URL. Actually it is available from Amazon S3 store URL: ...
0
votes
0answers
81 views

Cannot establish master-slave replication on redis from my computer to amazon ec2

I have set up the same version of redis in my amazon ec2 ubuntu instance and also in my home computer running ubuntu. I have set my security group in ec2 to have the port 6379 accesible publicly. I ...
1
vote
0answers
17 views

AWS RDS Mysql with benstalk Hibernate app: Character encoding issue - chars are replaced by?

I use mysql 5.5.27 on amazon rds and the table that we want to update has got collation set to utf8 - utf8_unicode_ci Also, on hibernate side I have set below <prop ...
1
vote
0answers
26 views

Java Socket with Amazon AWS Elastic Load Balancer

I'm trying to use the Elastic Load Balancer in front of a Web Server. There will be a applet running in the background of an EC2 machine. Let's say if the EC2 machine public IP is 50.1.1.1 also the ...
0
votes
0answers
14 views

MySQLdb write_frame fails on Amazon RDS but works on localhost

I am able to sql.write_frame pandas DataFrames to my local development database, but the very same command fails without error to the Amazon RDS copy of the same db (query keeps running forever). ...
0
votes
0answers
35 views

Unable to connect MySQL Workbench to RDS instance

Am following this tutorial http://thoughtsandideas.wordpress.com/2012/05/17/monitoring-and-managing-amazon-rds-databases-using-mysql-workbench/ I am not able to Test DB Connection while creating new ...
0
votes
0answers
13 views

ElasticBeanstalk Token Vending on iOS

I am having trouble with the anonymous vending machine hosting on elastic beanstalk. The situation is that I'm using the code that AWS provides for iOS, but getting 500s back for the crypto generated ...
2
votes
1answer
34 views

How stable is EBS?

I'm thinking about saving data from EC2 instances to the EBS and later save the result on S3. I don't have a lot of experience working with EBS, so my questions are: How stable they are? I mean how ...
0
votes
1answer
22 views

Webpage doesn't display images from Cloudfront?

I have a strange issue on my site where I am able to browse to an image, however I can't get it to display using HTML. HTML as follows: <img ...
5
votes
2answers
129 views

S3 Multipart Upload: how can I cancel one?

I need to cancel an in-progress download that was initiated with fileTransferUtility = new TransferUtility(/*...*/); var uploadRequest = new TransferUtilityUploadRequest() /* config parameters... */ ...
0
votes
1answer
22 views

Using Netbeans to connect to remote project on EC2

I try to connect to my project folder on AWS EC2 using Netbeans SFTP. In netbeans under Private key file I chose the .pem file what I've been getting. As host I use my AWS Public DNS and specified ...
-1
votes
2answers
31 views

Amazon S3 (AWS ) NSMutableData

I have a project related on Amazon S3 DOWNLOADING big file sizes above 50MB. It stops without error and I chunk the file into smaller memory due to it's large data file size and download it ...
0
votes
0answers
10 views

Security Settings to use curl with AWS

I am trying to connect to amazon cloud servers together. The one is running a rest service that the other needs to connect too. I have everything working fine in my shell script except that when i try ...
0
votes
1answer
28 views

How to remove RequestTimeTooSkewed check from Amazon?

I have a Java 7 "agent" program running on several client machines (mostly Windows XP). My "agent" uploads client files to Amazon S3 and often I get this error: RequestTimeTooSkewed I know this is ...
0
votes
1answer
57 views

Running Chrome on an AWS micro instance

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
0answers
39 views

Amazon products MWS - Get product price info

I am using Amazon's MWS to get our customer's sales data to our local database. I am able to get most of the info from 'Orders' API. To get the product info, I am using Amzon's 'Marketplace ...
1
vote
0answers
32 views

Amazon S3 CORS error

I've been getting permission denied errors when my app requests files through Javascript on amazon S3. I have a CORS file set up and it seems to work most of the time, but fail intermittently. I ...
0
votes
1answer
16 views

Import script that maintains data integrity w/ zero downtime

Background I'm writing a import script which is fairly computationally expensive and results in many insert and update database queries. My intention is to store the database on an EBS volume and use ...
1
vote
1answer
44 views

Ideas for scaling chat in AWS?

I'm trying to come up with the best solution for scaling a chat service in AWS. I've come up with a couple potential solutions: Redis Pub/Sub - When a user establishes a connection to a server that ...
2
votes
1answer
51 views

Hive — split data across files

Is there a way to instruct Hive to split data into multiple output files? Or maybe cap the size of the output files. I'm planning to use Redshift, which recommends splitting data into multiple files ...
0
votes
1answer
46 views

Kafka or SNS or something else?

Sorry if it is a newbie question. But I'm trying to understand what should I use. As far as I understand Kafka is : Apache Kafka is a distributed publish-subscribe messaging system. And SNS is ...
0
votes
1answer
46 views

Can't connect Amazon rds database in Amazon ec2?

I have a console application that has Amazon rds connection with Entity Framework . It is running well in my local PC. But When I am running my application in Amazon EC2 It can not connect to my ...
-3
votes
1answer
49 views

How to properly manage the sending of so many different bulk e-mails to the entire user base? [closed]

One of my PHP/MySQL sites is a social network and I need to send many different e-mails, including: 1) Event-based: E-mails sent when a specific action occurs on a user's account to notify them about ...
1
vote
0answers
10 views

How can I minimize SQL Server data loss in AWS in the event of failure? [migrated]

If I am running a SQL Server in AWS. What is a low cost solution to minimize my risk of data loss in the event of failure at the database level? Lets assume I am performing backups every 6 hours so ...
-1
votes
0answers
31 views

Linking Godaddy domain with Amazon EC2 [closed]

I have a godaddy domain www.abc.com and I created my Amazon hosting account instance with the elastic ip address xx.yy.zz.aa. In my godaddy account, I edited the zone file of my domain and replaced ...
0
votes
1answer
35 views

Scoping AWS S3 objects to Rails Users

I have a rails app setup with Devise, AWS S3 and Highcharts. Currently the users can log in and upload text files to S3. Rails then requests the data directly from AWS and passes it to Highcharts for ...
0
votes
2answers
65 views

Ansible idempotent MySQL installation Playbook

I want to setup a MySQL server on AWS, using Ansible for the configuration management. I am using the default AMI from Amazon (ami-3275ee5b), which uses yum for package management. When the Playbook ...
0
votes
0answers
12 views

How to check for a SNS in ec2?

As far as I understand SNS can push messages to subscribers. I have a simple script that will push message to the SQS. But what I want to do is basically: I have an SNS topic, Have an EC2 instance, ...
0
votes
0answers
18 views

Reducing server bottleneck

On a m1.xlarge EC2 instance I have a 100 GiB EBS volume mounted, which stores the data files for a very-busy Solr instance (hundreds of small writes per minute). The volume is at about 15% capacity, ...
0
votes
0answers
19 views

EC2 and Github key

When I want to deploy a new code to EC2 server that is on Github, I get the error message [IP.compute-1.amazonaws.com :: out] Permission denied (publickey). ** [IP.compute-1.amazonaws.com :: out] ...
0
votes
1answer
30 views

Create a name to a EC2 instance by using AWS API

I have the following code in my app. require 'aws-sdk' require 'rubygems' AWS.config({ :access_key_id => 'XXXXXXXXXXXXXXXXX', :secret_access_key => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXX', }) ec2 = ...
0
votes
2answers
49 views

Elastic Load Balancer forwarding request to each EC2 instance

Is it possible for AWS elastic load balancer to forward the incoming request to each of the ec2 instances behind it ?
0
votes
0answers
23 views

Associating Elastic IP with Custom AMI?

If you associate an elastic IP with my custom ami and then use aws auto-scaling to spin this ami up and tear it down throughout the week (i.e., just switching this one instance on and off), will the ...
0
votes
2answers
29 views

EC2 instance - complete reinstall

I have an EC2 instance up and running (Linux). I've made some installations I'd like to completely undo. What would be the best/simplest way to get back to a clean instance?
0
votes
1answer
26 views

Is there a way to deploy a coffeescript app on Elastic Beanstalk?

I've been playing with Node.js on Elastic Beanstalk, however I've stumbled into a block with deploying my coffeescript based app. I noticed the NodeCommand parameter which ,the console says, will try ...
0
votes
1answer
61 views

Need Simple Server Solution: Unity 3D Asset Bundles

We have a game that is 100 MB. We will break it up into 2 files, 1 25 MB (for the app store) and the other 75 MB to be dynamically downloaded on first time game load. We don't have any web gurus on ...
-1
votes
0answers
21 views

AWS personal and company account [closed]

I have a personal AWS account that I use to manage my own servers, which basically means I use personal email/password to log into AWS web based management console. I also have access key credentials ...
0
votes
1answer
53 views

Startup Script with Elastic Beanstalk

I'm using Elastic Beanstalk (through Visual Studio) to deploy a .NET environment to EC2. Is there any way to have the equivalent of Azure's startup cmd scripts or powershell scripts? I know that you ...
0
votes
1answer
30 views

How to create a second database schema in the same RDS instance on Amazon RDS?

does anyone know how to create a second database in the same machine using Oracle? I have 1 database already. But I have not clue on how to create a second one using the same RDS instance. any help ...
-1
votes
0answers
55 views

Android FTP Upload Not going through

I have been trying to upload a file to an amazon instance from android phone.I have enabled the passive mode and all write permissions in the instance. public class videoupload extends ...
-1
votes
1answer
39 views

Cannot connect to SVN on Amazon EC2 server

I've installed SVN on EC2 instance following these instructions. The problem is that TortoiseSVN repository browser fails to establish connection to it. The URL I'm using is: http://<my instance ...
0
votes
2answers
47 views

AWS Permission denied (publickey)

I am trying to connect to my EC2 instance and getting the following error. Command I'm running: ssh -v -i key.pem ubuntu@[my instance address] I changed the permissions on the key file to 600 as ...
0
votes
2answers
94 views

jenkins fails while restarting my sql “sudo: no tty present and no askpass program specified Sorry, try again.”

I just configured jenkins and in the pre-build steps i am trying to restart jenkins but i end up with the following error Commencing build of Revision c5b9f8daac092efc5396d80f568a2cf89ae8b697 ...
0
votes
1answer
23 views

how to retrive objects in bucket with 'suffix'

I am using Ruby SDK for AWS:S3. I have files listed in bucket like below: s3://client1/client_name_delivery1_2013-05-01.txt s3://client1/client_name_delivery2_2013-05-01.txt There may be many ...
0
votes
0answers
27 views

Amazon EC2 Micro Instance throws error first time after idling [closed]

I'm running a Wordpress site on an Amazon EC2 micro instance and am having issues with it returning an error page the first time you visit the site after its idled for more than 10-15 minutes. Once ...
0
votes
1answer
16 views

sampled machines when using queues

I am new to Amazon Web Services and am currently trying to get my head around how Simple Queue Service (SQS) works. In the link ReceiveMessage the following is mentioned: Short poll is the ...
0
votes
0answers
19 views

Data set join using EMR

I have 2 tab-delimited datasets stored in AWS S3. I am trying to write an EMR job that will join these 2 datasets based on a common key (a set of field values). My current version populates 2 lists ...
0
votes
1answer
20 views

Fatal error: Undefined class constant 'ACL_PUBLIC_READ'

I downloaded AWS SDK and stored it in the same directory of this file, but every tyme this simple script gives this error: "Fatal error: Undefined class constant 'ACL_PUBLIC_READ'" This script is ...
1
vote
0answers
91 views

Rails 3, ActionMailer with AWS SES and attachments in Sparrow and Apple Mail

I am experiencing problems with ActionMailer, AWS SES and attachments (not inline) in Rails 3.2.13. When viewing the email in Gmail, it's displayed without any problems. When viewing it in Apple Mail ...
0
votes
0answers
13 views

Receiving ClassNotPersistenceCapableException despite JDO Enhancement

I am experiencing a confusing exception. I created a plain old java object which shall be persisted to my remote MySQL database. When deploying the application to Amazon Elastic Beanstalk I receive ...

1 2 3 4 5 99