Tagged Questions
The rds tag has no wiki summary.
20
votes
6answers
7k views
Amazon RDS vs. EC2 with MySQL
I realize a couple of basic differences between the 2, i.e.
1) EC2 is going to be cheaper
2) RDS I wouldn't have to do maintenance
Other than those 2, are there any advantages to running my ...
4
votes
2answers
660 views
Should we use RDS or Xeround?
We use Amazon S3 and CDN. Our app runs on Heroku. We are thinking of using a DBaaS like RDS or Xeround.
Because we are already using S3 and CDN from Amazon, should we use RDS? Since all technologies ...
3
votes
2answers
701 views
AWS RDS instance upgrade down time
I have a few questions in regards to upgrading the RDS instance.
What is the downtime when upgrading the instance from let's say small to large. Is the downtime relatively similar when you go and ...
3
votes
1answer
182 views
ColdFusion RDS through Basic Authentication
Is it possible to enable RDS for ColdFusion 8 on a server that requires Basic Authentication? The web server is IIS.
2
votes
1answer
155 views
How to use multiple databases for one rails 3.1 app in Heroku?
My Rails 3.1 application connects to 2 databases, one is the default, the other is an Amazon RDS MYSQL instance.
The current database.yml contains two production database connections. The models ...
2
votes
1answer
270 views
Explain this memory consumption pattern in Amazon RDS/Mysql?
Folks,
Can someone explain this memory consumption pattern on Amazon RDS running Mysql? In this graph, I upgraded to a db.m2.2xlarge, with 34GB of available memory, at 03:30. You can see the ...
2
votes
1answer
65 views
Storing temporary data from crawlers
My crawler is crawling all websites and getting metadata information from them.
I then will run a script to sanitize the url's and store them in amazon RDS.
My problem is what datastore should I ...
2
votes
1answer
492 views
Amazon RDS and Elastic Beanstalk connectivity
There are already several threads where this question is discussed, and I have already tried implementing suggestions discussed in
Elastic Beanstalk -> RDS connection error using Grails.
I have also ...
2
votes
1answer
214 views
Benefits of migrating from MySQL to Oracle for Amazon RDS. Worth it?
Amazon recently announced support for Oracle in their RDS product line:
http://aws.amazon.com/rds/oracle/
I was wondering if anyone has used this, or if there would be a compelling reason to migrate ...
2
votes
2answers
556 views
How to set a getConnection() timeout for c3p0?
Yesterday AWS's RDS went down -- and so did our database.
When this happened, C3P0 would try to get a database connection and would hang. I would obviously like my application to return an error ...
2
votes
3answers
679 views
Migrating existing database to Amazon RDS
Can any body help me, How can i import existing mysql database in to Amazon RDS.
Thanks.
2
votes
2answers
570 views
Can't store UTF-8 in RDS despite setting up new Parameter Group using Rails on Heroku
I'm setting up a new instance of a Rails(2.3.5) app on Heroku using Amazon RDS as the database. I'd like to use UTF-8 for everything. Since RDS isn't UTF-8 by default, I set up a new Parameter Group ...
1
vote
0answers
82 views
Adjusting for the default time-zone setting on RDS
We recently switched to an RDS instance and noticed that bunch of our database tasks were getting triggered 4 hours earlier than needed. On investigating further, the problem is caused by the default ...
1
vote
1answer
151 views
Getting an 'Application Error' when trying to push my database to Amazon RDS with the heroku gem
Whenever I try to push my local mysql database to Amazon RDS I get a 503 application error:
bundle exec heroku db:push
...
Sending schema
Schema: 40% |================ ...
1
vote
2answers
315 views
How do you migrate Amazon RDS from MySQL 5.1 to MySQL 5.5?
RDS supports MySQL 5.5 and offers a lot of automated feature such as scaling up, expanding disk space, and upgrading the minor version of the database (e.g., from 5.1.49 to 5.1.50). However, is there ...
1
vote
2answers
520 views
Two Questions Regarding AWS' RDS Multi AZ
I understand that when upgrading to a Multi-AZ rds from a Single-AZ, there occurs a "breef i/o freeze". What exactly does that mean?
When an upgrade is made to a Multi-AZ deployment, say from small ...
1
vote
1answer
245 views
Amazon RDS: Custom resolv.conf within EC2 breaks connectivity
We override the default resolv.conf within our EC2 instance, replacing both the nameservers and the search. However, this seems to break connection with RDS. If I revert back to the default EC2 ...
1
vote
1answer
227 views
Optimization for thousands of schemas in MySQL
I have an application that stores isolated (and sharded) user data in separate MySQL schemas (aka databases) with with identical table structure (3 InnoDB tables), one for each account. We're using ...
1
vote
1answer
440 views
how to fix source not found message for coldfusion eclipse remote debugging?
I have eclipse with coldfusion builder installed, and I set up the various screens - RDS and coldfusion debug settings in preferences, project properties and set the server up there.
It seems like it ...
0
votes
0answers
3 views
Heroku + Amazon RDS backups == downtime?
On Heroku, I realize our app goes down for a few minutes once a day or so. I contacted Heroku support abut this and they suspect the issue is with Amazon RDS doing backups. So I checked on this one ...
0
votes
0answers
9 views
At what requested disk size does Amazon RDS use striping?
From the Amazon RDS FAQ Page
http://aws.amazon.com/rds/faqs/
"Depending on the size of storage requested, Amazon RDS automatically stripes across multiple EBS volumes to enhance IOPS performance"
...
0
votes
0answers
34 views
Can I CREATE TRIGGER in an rds DB?
I'm trying to create a trigger on a table in my Amazon RDS database, and I can't seem to make it happen.
I tried to create a trigger on a table in the mysql client I use (Navicat), and got the error ...
0
votes
0answers
20 views
Modify db parameter group in AWS RDS using boto
Trying to modify a database parameter group on AWS RDS with boto, I hit upon the error below:
from boto import rds
conn = rds.connect_to_region('eu-west-1', aws_access_key_id=AWS_ACCESS_KEY_ID, ...
0
votes
2answers
42 views
Amazon EC2 Linux RH cannt connect from php script to RDS MYSQL
I have an amazon EC2 instance (redhat linux ) and a RDS (mysql 5.5 ). After stop /start EC2 instance. EC2's ip was changed and cannt connect RDS anymore. I can successfully connect RDS instance from ...
0
votes
1answer
52 views
AWS CloudWatch API: getting the database-wide metrics
I'm working on multitenant application which create MySQL RDS-based databases for tenants. There are many of those databases can be created per one RDS DB instance - they are pretty small and minimum ...
0
votes
1answer
56 views
Transfer data between AWS RDS MySQL db's
What is the best way to transfer data out of one amazon rds mySQL instance into another aws account's RDS mySQL instance?
This is for transferring a website on Heroku to a different owner.
0
votes
0answers
33 views
Amazon RDS Max_data_length on memory tables
I've got a strange issue with some memory tables I'm running on RDS. I don't know if this is an issue specific to RDS, mysql 5.1.57, or if it's just PEBKAC on my part but it's been a frustrating ...
0
votes
0answers
83 views
Amazon EC2 (Linux) + RDS (MySQL) + PHP + pdflatex = LaTeX to PDF online [closed]
I would like to have a website capable of converting LaTeX documents to PDF online. So for example user types in some raw LaTeX (document), I'm saving it into my MySQL database and I'm able to convert ...
0
votes
1answer
76 views
Routing localhost database to another iP
I'm working EC2 instances and RDS for my MySQL databases.
I'm wanting to have all scripting refer to localhost for the MySQL Database connection, and then route 3306 I would assume, through to a ...
0
votes
0answers
94 views
ColdFusion server won;t to start [closed]
I'm trying to debug coldfusion application in Adobe Coldfusion builder 2.0 and I coldfusion server won't start. Here is log of console:
[localServer]:Listening for transport dt_socket at address: ...
0
votes
1answer
108 views
MySQL Amazon RDS: Lock Wait timeout exceeded
On Mysql (Amazon RDS), when I try to run the following SQL query
UPDATE
table1 INNER JOIN table2 USING (CommonColumn)
SET
table1.col1 = table2.x,
table1.col2 = table2.y
I get this error ...
0
votes
1answer
213 views
how to run command “mysqladmin flush-hosts” on Amazon RDS database Server instance?
I got a database server failure, says host is blocked because of many connection errors. It ask me to unblock with 'mysqladmin flush-hosts'
how and where should I run this command to our amazon rds ...
0
votes
0answers
45 views
phpmyadmin notifications
My Application DB is on Amazon AWS RDS, we installed phpmyadmin on that to modify DB remotely, recently someone has changed the password, we couldn't trace who it was. we reset the master password of ...
0
votes
1answer
124 views
PHP to MySQL Amazon RDS with SSL, confirm SSL
I'm finding lots of conflicting information regarding usage of the MYSQL_CLIENT_SSL flag with a mysql_connect() call, vs setting up and SSH tunnel... Is MYSQL_CLIENT_SSL acceptable? the official ...
0
votes
0answers
22 views
problem with executing python files containing RDS blocks
i am working on the gnuradio 3.2.2 and have installed RDS( Radio Data System ) blocks successfully
but when i execute any python file which contain RDS blocks after it has been successfully compiled, ...
0
votes
1answer
366 views
Connecting RDS from EC2 with PHP
I am new to AWS. I have one EC2 instance and one RDS instance. I have everything installed and ports opened on both of them.
I could able connect to my EC2 instance with PuTTy and able to FTP with ...
0
votes
1answer
216 views
How does one see what data is stored in the RDS database?
Running our app on Amazon RDS. How does one review / inspect data in the database? For example, how can I get a list of articles?
My app is running on Ruby on Rails and on Heroku. One method I ...
0
votes
2answers
64 views
Where to store images in Amazon AWS for use in RDS
I am currently creating a bunch of tables on the mySQL service in Amazon RDS. Several of the tables need to have image links in them. What I am trying to figure out, is where do I put the images? ...
0
votes
1answer
128 views
Amazon RDS connection string
How do you manage your amazon RDS connection string when you need to failover or upgrade your server?
Do you need to go into every server and change the config file to point to the new server in the ...
0
votes
1answer
310 views
RDS and blazeds have a error in flash builder 4.5
Please help me,
i have a problem about RDS and blazeds, when i use flash builder 4.5 to connect the server data, there is a rds error (403 or 404),but i can ping the ...
0
votes
0answers
210 views
Getting JNDI to work with RDS
I'm trying to configure Tomcat 7 to use an RDS/MySQL instance and I'm having no luck. I suspect the problem is in my context.xml. With a context.xml present, bad things happen like not being able to ...
0
votes
1answer
337 views
Performance of Amazon SimpleDB/Amazon RDS?
Has anyone using Amazon SimpleDB or Amazon RDS had any problems with response time, uptime, stability, etc.? Would you say overall you're happy with the service? No issues with data loss or needing ...
0
votes
1answer
150 views
How much is RDS for a small scale web app?
We have a 'small scale' web app. Actually just starting up. For devs already using RDS, how much (estimated) / month is it going to be for a small instance?
If possible, do share how much traffic and ...
0
votes
1answer
36 views
Amazon RDS: Is it possible to have more than 5 read replicas?
The faq seems to suggest that you can't have more than 5 replicas. Is there any workaround?
0
votes
1answer
156 views
What's the Insert/Update Speed like on an AWS RDS Small?
Are there any benchmarks for the insert/update speed on an RDS small instance?
I'm looking for just ballpark numbers.
Can it perform a few hundred inserts/updates per second?
0
votes
1answer
134 views
Runtime Error in Visual Simulation Environment - Microsoft Robotics Studio
I am using Microsoft Robotics Studio for a school project and I am getting a strange error when I try to run the Visual Simulation Environment. It was working fine until yesterday and then suddenly it ...
0
votes
1answer
519 views
Elastic Beanstalk -> RDS connection error using Grails
I'm deploying a Grails application to Amazon Web Services Elastic Beanstalk and leveraging RDS. I'm using Grails, Spring-Security (RDS tables). The application appears to work fine (login and data ...
0
votes
2answers
161 views
Are MySQL Update Statements Too Expensive?
I've been reading as much as I can about how to write a scalable MySQL schema but I'm still not sure if this is a good idea.
For what it's worth, I'm hosting this project on EC2 with RDS.
In my ...
0
votes
1answer
356 views
How to connect to AWS RDS using java?
Can anyone point to tutorial where i can see step by step connecting to RDS from Java. I already downloaded SDK and was able to connect to S3. But the SDK doesnt have any example of connecting to RDS ...
0
votes
3answers
411 views
Amazon Web Services - RDS IP Address and Tomcat
I am planning to use AWS (Amazon Web Services) to build a portal using Tomcat and MySQL. For Tomcat I would be using an EC2 instance and for MySQL I would be using RDS (Relational Database Service).
...