Top "Amazon-rds" questions

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easy to set up, operate, and scale a relational database in the cloud.

Accessing remote MySQL database with peewee

I'm trying to connect to a MySQL database on Amazon's RDS using peewee and I can't get it to work. …

python amazon-rds peewee
Should I stick only to AWS RDS Automated Backup or DB Snapshots?

I am using AWS RDS for MySQL. When it comes to backup, I understand that Amazon provides two types of …

mysql amazon-web-services amazon-rds
Rename the Amazon RDS master username

Changing the password is easily done through the console. Is there any way to change the master username after creation …

postgresql amazon-web-services amazon-rds
Is there a way to run initial SQL when creating an RDS database instance using CloudFormation?

I am creating an RDS instance using CloudFormation using this: "Resources": { "myDB": { "Type": "AWS::RDS::DBInstance", "Properties": { "AllocatedStorage": "5", "DBInstanceClass": "db.…

amazon-web-services amazon-rds amazon-cloudformation
Amazon RDS MySQL and Master-master replication

I can't find it from documentation, but it seems Master-Master replication is not supported at this time. Is this correct?

mysql amazon-web-services database-replication amazon-rds multi-master-replication
How do you access an Amazon RDS instance from a chromebook?

I have accepted the "Chromebook challenge." So far, I have successfully ssh'ed into my new Google Compute Engine from ChromeOS's …

ssh amazon-rds chromebook
Using Java to establish a secure connection to MySQL Amazon RDS (SSL/TLS)

I am trying to securely connect to Amazon RDS using JDK 1.8 and MySQL Connector/J version 5.1.23 and I am confused …

java mysql amazon-web-services ssl amazon-rds
Change security group on AWS RDS Database Instance

I've created a Postgresql database instance via AWS RDS. I am now trying to connect to it from my django …

database postgresql amazon-web-services amazon-rds
How to reduce storage(scale down) my RDS instance?

I have a RDS(Postgres) instance with Storage SSD 1000GB, but the data is only 100GB of size. How can …

postgresql amazon-web-services amazon-rds
How to get hold of Amazon MySQL RDS certificates

Amazon RDS documentation (http://aws.amazon.com/rds/faqs/#53) specifies that "Amazon RDS generates an SSL certificate for each [MySQL] …

mysql amazon-rds