0
votes
1answer
14 views

MySQL Full text search extremely slow on a AWS RDS large instance

I have a table having 14 million rows and i am trying to perform a full text search on this table. The query for this is performing really slow, it is taking around 9 seconds for a simple binary And ...
0
votes
1answer
24 views

change innodb_log_file_size variable value for Amazon RDS MYSQL Linux server

we are using Amazon RDS linux server for MYSQL. what is the way to change my.cnf file variable values ?? i am trying to change innodb_log_file_size variable. Can you please update me which is the ...
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
32 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
1answer
43 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 ...
0
votes
1answer
27 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
vote
0answers
13 views

How do I list the automated backups in RDS

Is there a way I can use the rds-describe-db-snapshots command to find the most recent automated backup? It used to be possible with the -t option but Amazon has since removed that capability and now ...
1
vote
1answer
47 views

How many databases can I create on a single Amazon RDS instance

I wanted to know How many databases can I create on a single Amazon RDS instance. I need to move from Xeround to another server (they are closing for public clouds). My two options are either create a ...
-1
votes
0answers
37 views

AWS connection to RDS not working [closed]

For the last few months I've had a stable server running on AWS. I had apache running a codeigniter application which connected to a database on Amazon RDS. I also had PHPMYADMIN installed to help ...
0
votes
1answer
72 views

How scalable is AWS+RDS+S3?

I'm considering moving my projects to the cloud, and a consultant proposed the following setup: Amazon RDS for database Amazon S3 for file storage Linux servers + load balancer (also Amazon) for ...
0
votes
1answer
54 views

What is the AWS Account Id for Heroku in Europe?

I'm looking to move our Heroku app from the US to the EU region. As our app uses Amazon RDS as the database I'll need to add the new european Heroku EC2 cluster to the access whitelist. Does anyone ...
1
vote
1answer
56 views

Copy Remote MS SQL AWS RDS Database to Local Development Machine?

Can anybody tell me how to copy my AWS RDS database to my local development machine? Is there anyway to do this? I am using MS SQL and the remote RDS Instance was created alongside an Elastic ...
1
vote
1answer
172 views

Entity Framework 5 and Amazon RDS - “The underlying provider failed on Open.”

I have a C# / Entity Framework web application runs fine against a local SQL 2012 db. I copied the db out to a new RDS instance, and can access the db via Visual Studio and SQL Server Management ...
1
vote
1answer
27 views

Does jOOQ support linked SQL Servers?

This seems like a fairly straight-forward question, but I can't track down an answer without testing it: Does jOOQ support linked SQL Servers? (SQL Server 2008 R2). We have an application running in ...
1
vote
0answers
23 views

Amazon RDS swap at nearly 2GB - will it eventually crash?

My Amazon RDS instance has about 1.8GB of swap. After DB restart the swap goes up from little and then flattens around this very high level. However, performance of the application does not seem to ...
0
votes
1answer
46 views

How to bootstrap RDS MySQL to create table every time the stack is up?

I'm trying to bootstrap my RDS from Cloudformation. I've used the template from here https://s3.amazonaws.com/cloudformation-templates-us-east-1/RDS_MySQL_55.template. I can create the RDS from ...
0
votes
2answers
57 views

Amazon Web Service RDS-EC2 interaction

I am pretty new to AWS. I have an EC2 instance running a Java web app on Tomcat, and I need to connect it to an Oracle RDS instance. The intances are in the same region. what are the performance ...
0
votes
2answers
124 views

can't connect to rds at ec2 server, missing mysql socket

I have an ec2 server and rds server. and a Ruby On Rails App connecting to the rds with these settings worked for me in local ENV: host: myappnameandhash.us-west-2.rds.amazonaws.com adapter: mysql2 ...
0
votes
2answers
47 views

Is there any replacemet for AWS RDS to create a database accessible for all instances

I want to use a database accessible to multiple ec2-instances but RDS is a bit costly is there any replacement for RDS? I am using ruby on rails for my project. Ruby 1.9.3 and Rails 3.2.12 Thanks ...
0
votes
3answers
76 views

How to take Amazon backup

How to I take backup of my mysql rds instance from amazon rds service. and what is the available options to take a backup? Means I want to take a backup daily, weekly and hourly, where I have to ...
3
votes
1answer
195 views

Amazon RDS running out of freeable memory. Should I be worried?

I have an Amazon RDS instance. Freeable Memory has been declining since setup over 1-2 weeks, starting from 15GB of memory down to about 250MB. As it has dropped this low in the last days, it has ...
0
votes
1answer
122 views

Setting up Amazon EC2 and Amazon RDS

We are new to the Amazon WS business and technologies and would really appreciate some help and guidance. Just a higher level overview rather than a detailed explanation will do. Here is the problem. ...
0
votes
1answer
38 views

Background Process in AWS

I am new to AWS and have a question about an application I'm trying to write. I have a bunch of data that sits within Amazon RDS. On a periodic basis, I would like a small snippet of code to run ...
0
votes
1answer
68 views

Amazon RDS - Connect from DNS record

I've been working on my new server configuration for my website and now I'm a little stuck... How I can access my RDS instance (MySQL) without using the very long AWS DNS address? Like I would be ...
0
votes
1answer
53 views

Can't find the DB security group in Amazon RDS console

Not sure if Amazon recently removed DB security group. Created a DB instance as shown below. But there is no DB security group tab on the left! Back to the dashboard, it says I have 2 DB security ...
0
votes
0answers
56 views

Amazon RDS MySQL “Lost connection”

It seems like when I create a user on Amazon RDS (MySQL 5.5.20-log), I can authenticate successfully, but querying raises this error: mysql> USE `database`; No connection. Trying to reconnect... ...
0
votes
1answer
111 views

Amazon-RDS database to Dedicated server

I went through this answer here: Mysqldump of the AWS RDS But, apparently, it gave me no clue. What I intend to do? I have an RDS instance running on amazon and database is about 450+ tables, which ...
0
votes
2answers
88 views

Is CakePHP on Amazon Web Services (Free Tier), a good fit?

I have a 2 GB database and a front end that will likely handle 10-15 hits during the day. Is the AWS (with MySQL RDS) free-tier a good place to start? Will CakePHP apps encounter time-outs or other ...
2
votes
1answer
138 views

How to debug performance issues in AWS Elastic Beanstalk

For the last couple of days, my web application has been very slow, sometimes returning a 503 error instead. Locally the app runs fine. With so many moving parts involved, how do I know where to ...
0
votes
1answer
83 views

super priviliage not define of master user in amazon rds mysql

I have created one medium instance on amazon rds in asia pecific (singapore) region. i have created my master user with master password. and it is working/connecting fine with workbench installed on ...
1
vote
1answer
119 views

Running a script on EC2 start and stop

I have an Amazon Ubuntu instance which I stop and start (not terminate). I was wondering if it is possible to run a script on start and stop of the server. Specifically, I am looking at writting a ...
1
vote
2answers
172 views

Amazon RDS - Online only when needed?

I had a question about Amazon RDS. I only need the database online for about 2 hours a day but I am dealing with quite a large database at around 1gb. I have two main questions: Can I automate ...
1
vote
1answer
233 views

download RDS snapshot

I recently downgraded my EC2 instance. I can no longer connect to RDS. I think it might be that the internal IP is different and now the logins are attached to that specific IP. I haven't been able ...
1
vote
1answer
87 views

Connecting SharePoint to Database as a service like AWS RDS or Azure SQL Databases

Having a SharePoint on an instance [EC2 - AWS / Azure VM - Azure ] is the way we take SharePoint on Cloud (leaving the SharePoint Online with Office365). It would really great if we can connect the ...
0
votes
0answers
71 views

Mysql amazon rds for large databses

I have about 2.5 billion rows of transaction data curently it is about 300GB (which will double in another 1 year approx) . Currently I am using mysql intance on Amazon RDS (for much smaller DB). I ...
2
votes
1answer
143 views

Permission error when trying to connect SSRS on amazon EC2 to amazon RDS MSSQL

I am trying to deploy SSRS on amazon EC2 instance and connect it to report DB on RDS. Since amazon RDS doesn't support SSRS, my other option is to open dedicated EC2 instance with MSSQL server on it. ...
0
votes
1answer
52 views

rst.getTimestamp(“upload_date”) doesn't work in Amazon RDS MySQL

I have a MySQL database table on AWS RDS which has a column named upload_date whose TYPE is TIMESTAMP and DEFAULT is current_timestamp. I've done the same thing in my local MySQL db. When I invoke ...
0
votes
1answer
162 views

Concerns Of Using Mixed MyISAM & InnoDB On AWS RDS

I am really new to AWS and I want to migrate my database to AWS RDS. But I'm facing several issues. The database is entirely built using MyISAM instead of InnoDB. From what I read at AWS RDS ...
0
votes
1answer
239 views

Amazon Elastic Beanstalk: Can multiple applications share a single Amazon RDS database instance?

When creating an application in Amazon Elastic Beanstalk, you have the option of creating a new Amazon RDS database instance. Is it possible to associate an existing RDS database instance with an ...
0
votes
2answers
525 views

Moving wordpress to Amazon Web Services [closed]

I'm planning to move my Website which is using multiple wordpress to Amazon Services. However, my daily vistors are about 22,000 and sometimes goes to over 90k and the web crashes! However, the ...
0
votes
1answer
80 views

Copying or Replicating Amazon RDS MYSQL weekly

What is the best practice for keeping an Amazon RDS UAT database refreshed weekly from a Production version of that database? We were thinking of mirroring the production RDS, but we don't want any ...
0
votes
1answer
244 views

AWS Elastic Beanstalk: No data received: Unable to load the webpage

I just deployed a .NET application using SQL Server via Elastic Beanstalk. It seems like my newly deployed application can't connect to my database. I just followed this video: ...
1
vote
1answer
94 views

How do I configure Distributed Transactions on AWS RDS?

I'm trying to use MSSQL Server on RDS for my ASP.NET MVC site. Unfortunately due to the way the Membership provider works (doesn't provide me with access to the transaction its using) I have to use a ...
0
votes
1answer
180 views

Visual Studio Single Instance Deployment Error

I'm trying to upload my web app to an EC2 instance through the .NET SDK using the "Publish to AWS" feature. For my other web application, this worked perfectly! The only difference between the two ...
0
votes
1answer
201 views

Amazon RDS batch insert slower than local database?

I wrote a node program that batch insert to database and do a console log for every completed insert. function insert(){ var sql = "insert into todo (user, content) values (xx, xx);" + ...
-1
votes
3answers
97 views

What server to take? [closed]

I had problems with full-text search using Amazon RDS (SQL Server 2012). It is slow for some reason. I saw there are other kind of preset servers on EC2 which feature a SQL Server and Server 2012 in ...
0
votes
2answers
291 views

How to make a copy of schema in Amazon RDS (Oracle)?

For all the developers in a team, i am trying to automate creating a dedicated schema for each one of them from a 'master' schema. How can I achieve this? At the end all I want is: given 'developer_1' ...
1
vote
0answers
150 views

Amazon AWS RDS Create database permission denied

I created an AWS RDS MSSQL instance using Management Console but I cannot create a new database. Creating a table works fine though. Did I miss anything in the configuration? Do I need to execute a ...
2
votes
1answer
154 views

Trouble restoring from Amazon RDS DB Snapshot

I have a few DB snapshots that I made on Amazon RDS from a couple years ago. I'm trying to restore those DB snapshots but when I select the snapshot and click "Restore from DB Snapshot" I get the ...
1
vote
1answer
47 views

How to find the SQL query of a sql hande on amazon RDS

I use an amazon RDS SQL Server 2012 medium instance. I used a query found here: How do I find out what is hammering my SQL Server? to find an sql handle of a query that is taking up far more time ...

1 2 3