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
0
votes
0answers
6 views
View targetframework in amazonwebservice
I created a webapplication using MVC in dotnet.Now I have a requirement to host it in Amazon Webserivces(AWS). I created a login ID. How to view the target framework in AWS and also how to host my IIS ...
0
votes
0answers
33 views
solr server on tomcat7 on aws is not starting
My solr server is not starting on tomcat7 on aws created using bitnami tomcat stack
Below is the error.
INFO: Starting service Catalina
May 15, 2013 7:01:51 AM ...
0
votes
1answer
29 views
AWS: how to get the instance status check state, not state
The aws console show two columns State and Status Checks, when an instance is launching. A state of Running is not a true reflection of state because the Status Checks could fail.
Anyone have any ...
0
votes
0answers
25 views
PHP Fatal Error using AWS PHP SDK - Call to undefined method Guzzle\\Http\\Message\\Request::batchWriteItem()
I've a LAMP server on AWS EC2 and I've installed AWS SDK for PHP 2 using Composer, just like instructed here.
I'm trying to run a sample query to insert some items on DynamoDB, but I get the ...
0
votes
0answers
33 views
Doctrine + AWS Redshift getting SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “metrickey_id_seq” does not exist
I'm trying to use Doctrine with Redshift and when trying to post data into redshift I keep getting an error:
Undefined table: 7 ERROR: relation "metrickey_id_seq" does not exist
It looks like it's ...
1
vote
2answers
29 views
splitting a string in a mysql table field and store to two fields
I have a mysql table (in AWS RDS) with field F1, F2 and F3. F1 has strings like 'abc-def'. What I need to do is split the F1 values by hyphen into two strings ('abc' and 'def') and store them into F2 ...
0
votes
0answers
24 views
How to install AWS plugin on IntelliJ
I am new to IntelliJ and to AWS, and I'm trying to get it working. I do have a working example code on eclipse, but want to try out IntelliJ.
So I have installed and uninstalled Amazon EC2 and AWS ...
-4
votes
0answers
28 views
What does it take to build a cloud-based SaaS Web app? [closed]
I joined this forum because I was hoping to learn from experts in programming. I know next to nothing about it. I would really appreciate the help of you all.
I want to develop a web app for lawyers, ...
0
votes
1answer
11 views
AWS: How to route to autoscaling group based on URL pattern?
Our app has independent clusters of boxes running on Amazon Web Services. I need to send http requests to different clusters based on the URL. For example, http://api.mydomain.com/foo should go to the ...
1
vote
3answers
39 views
AWS EC2 billed hours per instance in a given time period
My CIO is asking me for a monthly "per instance" breakdown of EC2 charges, as some of our EC2 instances are run on behalf specific customers. Does anyone know how to accomplish this?
I can use java, ...
1
vote
2answers
22 views
Serving S3 on a EC2 server
We've got a bunch of static assets on S3 that we'd like to securely serve.
Due to the fact that we can't use custom domain names and SSL certificates, and wanting to integrate with our existing auth ...
1
vote
1answer
46 views
How to set up AWS EC2 for multiple node.js apps?
I'm experimenting with switching from PaaS (nodejitsu) to IaaS (AWS). I'd like to make use of node.js, couchdb, express, npm, git and websockets. Now here's the tricky part. I'd like to be able to ...
1
vote
1answer
52 views
How to run more than one app on one instance of EC2
I have a couple of small production sites and a bunch of fun hobbyist/experimental apps and such. I'd like to run all of them on one EC2 instance.
Can I install node.js, npm, express and couchdb ...
0
votes
1answer
37 views
AWS Node.js API error
I'm using the AWS Node.js API (aws-sdk) version 1.0.0 on Node version 0.11.2. I get an error simply constructing the API object:
var AWS = require('aws-sdk');
AWS.config.update({region: ...
0
votes
0answers
23 views
AWS Elastic Beanstalk only receives the most recent commit
I'm having a problem with Elastic Beanstalk / the eb command line tool. Until recently it was working ok, but at the moment when I run git aws.push it only pushes the most recent commit, rather than ...
0
votes
0answers
30 views
How can I sell Amazon products without using aStore or Amazon links?
I have this website where I sell some products. Mostly because I like Amazon's fast delivery and competitive retail prices, I would like to sell their products to my clients.
Here is the issue: I ...
2
votes
0answers
55 views
Alarm Action “Terminate EC2 Instance” failed
when I start a certain type of instance the userdata-script creates a metric + alarm via Boto.
The metric delivers its data to CloudWatch correctly.
The alarm should terminate the instance as an ...
0
votes
1answer
21 views
How to validate Amazon access key and secret key is correct?
I wrote a function to validate the AWS keys by just creating the ec2 connection object
try:
ec2Conn = boto.ec2.connect_to_region(region,aws_access_key_id=access_key, ...
0
votes
2answers
65 views
Downloading files from amazon s3 using django
I am new to the Django framework, I was trying to generate a link to download files from Amazon S3. I got this error when I tried to load the template page:
Reverse for ...
1
vote
0answers
14 views
On Amazon AWS services, is there a way to get Heroku-like managed EC2 instances?
Is there a way to get Heroku-like managed EC2 instance on AWS where upgrading to the latest system packages are done for me? Basically, I can still get a root-shell if I want, but otherwise, all the ...
1
vote
1answer
24 views
Can I run more than one app on an instance of Amazon EC2?
I admit the answer is probably obvious, but I'm new to server administration, and despite Googling and reading through Amazon's docs I can't seem to figure this out.
Can I run more than one ...
0
votes
0answers
78 views
How to install node.js, couchdb, and others on Amazon EC2?
I am diving into the deep end of server administration for the first time : ) Fun times, I know. I'm a node.js developer, and I've used Nodejitsu thus far. Seeing as prices are rising, I'm taking a ...
0
votes
1answer
19 views
How to include a .phar and reference it
My directory looks like this
Then my code looks like this:
require "aws.*";
use Aws\DynamoDb\DynamoDbClient;
Is this the right way to do it?
It doesn't show me an error or anything so I don't ...
0
votes
5answers
34 views
Replacement for deprecated function mysql_connect [duplicate]
So I have this Amazon Web Service database all set up
I'm working off an old tutorial for an application that I'm planning on using it with.
I noticed that mysql_connect was deprecate when I looked ...
1
vote
0answers
35 views
Amazon Redshift how to copy from s3 and set a job_id
Amazon Redshift provides the ability to load table data from s3 objects using the "Copy" command. Is their a way to use the copy command, but also set additional "col=CONSTANT" for each inserted row.
...
0
votes
2answers
30 views
Mysql constraint with conditions
I have a table
CREATE TABLE PRODUCT (
PRODUCT_ID BIGINT NOT NULL AUTO_INCREMENT,
PRICE DOUBLE NOT NULL,
NAME VARCHAR(50) NOT NULL,
PRIMARY KEY(PRODUCT_ID)
);
I need a constraint which ensures the ...
-1
votes
0answers
27 views
Upload video to AWS S3 through ios App
I am new to AWS.From the Sample code provided by AWS I know how to upload an image file to S3 server.But now my requirement is to upload a video file to S3 Server. Plz help as im stuck with ...
0
votes
1answer
70 views
Images are loading much slowly
I am using rails 3.2, heroku and S3 from where images load at a page, where I have fifteen images, these images take about 20-25 sec to load. How to load these images fastly so that my page take less ...
1
vote
0answers
70 views
Send email from PHP on aws EC2 via Postfix on another EC2 instance
I m trying to install a Web Server on aws Ec2 ubuntu instance to send email coming from another Ec2 instance. But I have some trouble...
I use swiftmail to prepare emails
$transport = ...
1
vote
0answers
19 views
Error 403 on SECOND postback of the same form (and various other situations)
we recently migrated our application (IIS Server + DB Server) to AWS and also modified the network architecture a little bit. The entry point of the system is an Astaro Firewall (we use the AWS AMI) ...
0
votes
2answers
69 views
What kind of data gets stored in data warehouses?
Looking at services like Amazon Redshift, which is meant for storing petabytes of data. What forms of data are meant to be stored here? Logs, raw data?
0
votes
1answer
48 views
AWS S3 using s3_direct_upload Gem appears to process but nothing is uploaded to my s3 bucket
I had followed the given instructions using the s3_direct_upload Gem. When I submit the upload form with an attached image a new 'upload' item is created but no image is sent to S3 (or back for ...
0
votes
1answer
49 views
Bulk INSERTs from multiple hosts preformace optimization
I have 15 Amazon AWS EC2 t1.micro inctances which simultaneusly populate Amazon RDS MySQL d2.m2.xlarge database with data using large INSERTs (40000 rows in query).
The queries are send ...
0
votes
0answers
37 views
How do you create a directory structure using the ruby aws-sdk on s3?
I am trying to upload an entire directory to s3 using the ruby aws-sdk gem. I am first trying to break it down in to smaller problems so what I am currently trying to do is simply create one single ...
0
votes
1answer
44 views
Amazon EC2 - What is private DNS and private IP?
The details of Amazon EC2 mentions Public DNS, private DNS and private IP. I know public DNS can be used to reach the instance after configuring the security group.
I am not able to understand
...
1
vote
1answer
20 views
PHP AWS Elastic Beanstalk background workers
I have deployed my application using Elastic Beanstalk, since this gives me a very easy deployment flow, to multiple instances at once using the "git aws.push".
I like to add background processing ...
0
votes
0answers
24 views
Retrieving stdout/stderr on Amazon EBS
How do I get what has been printed to stdout/stderr (using console.log and console.warn with Node.js EC2 Instance) using Amazon AWS, specifically EBS?
0
votes
0answers
31 views
Amazon Web Services - EC2 instance operation timed out on mac ssh
I am trying to connect to my EC2 instance through SSH on Terminal. I am able to access the instance on CoRD, but I cannot access it on SSH or RDP through Microsoft Remote Desktop Connection. I am ...
0
votes
0answers
15 views
Is there any Hive jsonserde available to write data which can be used on AWS?
I want to output data from Hive in json format. Is there a read-write json serde available which can be used with Hive on Amazon AWS Elastic Mapeduce infrastructure.
The one I know is ...
-1
votes
0answers
22 views
Using AWS .NET SDK, Spawn EMR. Hive cluster and Create table from file on s3 bucket. Run query output to s3 [closed]
Thanks for your help in advance.
Assuming I have csv files in a folder on amazon s3 bucket.
Can someone please help me with sample .NET code using AWS SDK to do following:
Spawn Amazon EMR cluster ...
0
votes
1answer
46 views
AWS S3 - Setting Metadata with the PHP SDK2
I am attempting to change the metadata of all of the objects in a particular bucket on S3 using the AWS PHP SDK2. I've had trouble finding a specific example using the new SDK, but have pieced ...
0
votes
0answers
44 views
AWS S3 Transfer Manager hangs at 32kb
I've got a weird issue using the AWS S3TransferManager in iOS. My putObjectRequests seem to hang at 32kb when I use short-term credentials to send them. Here's how my app is setup:
I've got a model ...
0
votes
0answers
20 views
Amazon GetMatchingProductForId API not returning product information
AWS API GetMatchingProductForId is expected to return a list of "AttributeSets" for the product-id matching the input
However, we are receiving null value for "ItemAttributes".
I am calling the API as ...
0
votes
1answer
57 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
34 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
12 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 ...





