Skip to main content

All Questions

Tagged with
0 votes
1 answer
614 views

Solution for PHP / MySQL website loading fast in multiple regions [closed]

I host am ExpressionEngine based website on a single Amazon EC2 instance in the US East (Virginia) region. I use Ubuntu. The website allows members to post their content, and displays it for other ...
Dimitri Vorontzov's user avatar
48 votes
8 answers
91k views

Why can't I connect to Amazon RDS after setting it up?

So, I just created the Amazon RDS account. And I started an instance of database. The "endpoint" is: abcw3n-prod.cbmbuiv8aakk.us-east-1.rds.amazonaws.com Great! Now I try to connect to it from one ...
Alex's user avatar
  • 8,651
15 votes
2 answers
29k views

How to create a local backup of a remote Amazon RDS MySQL database?

How do I create a local backup of a remote Amazon RDS MySQL database? What I need to know is how to make a complete full local backup of a MySQL database (not a remote Amazon snapshot) that can be ...
djangofan's user avatar
  • 4,220
3 votes
1 answer
4k views

Improving connection to amazon RDS from EC2

Connecting to a local database on the same EC2 instance has a low latency, but to RDS things get really high. See results below. time mysql -u root -proot -h localhost -e 'show databases' +---------...
Phil's user avatar
  • 143
3 votes
1 answer
4k views

Public Amazon RDS database?

Is there any way to add a wildcard security group to Amazon RDS? I'm trying to connect from an EC2 under the same account, but had no luck with the security groups. So I'm resorting to just opening ...
miketucker's user avatar
2 votes
1 answer
4k views

How to connect RDS from a different account with allowed IP in AWS?

I have an EC2 instance in AWS account A. Its Private IPv4 addresses is 10.111.12.23. I allowed it in a RDS security group rules in account B, to make Type CIDR/IP - Inbound's Rule 10.111.12.23/32. ...
Miantian's user avatar
  • 137