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.

How to copy a database using RDS

I have a database instance on RDS with 2 databases on it. Is there a good way using the RDS command …

amazon-web-services amazon-rds
Timeouts connecting to a Postgres database on Amazon RDS from Azure

I get the following exception in my application after leaving a database connection idle for some amount of time: ... An …

postgresql amazon-rds spring-jdbc spring-boot
SSL Exception on Java: Path does not chain with any of the trust anchors

I am trying to establish a SSL connection with my MySQL database in Java using MySQL Connector/J (version 5.1.45) and …

java amazon-web-services ssl amazon-rds mysql-connector
AWS RDS public access

I am stumped with AWS configuration. My goal is to create a database that's accessible from inside and outside the …

postgresql amazon-web-services amazon-rds
How to scale horizontally Amazon RDS instance?

How to scale horizontally amazon RDS instance? EC2 and load balancer+autoscaling is extremly easy to implement, but if I …

amazon-web-services amazon-ec2 load-balancing amazon-rds autoscaling
Amazon Aurora 1.8 Load Data From S3 - Cannot Instantiate S3 Client

With the latest Aurora update (1.8), the command LOAD DATA FROM S3 was introduced. Has anyone gotten this to work? After …

amazon-web-services amazon-s3 amazon-rds aws-rds amazon-rds-aurora
Is multi-AZ RDS really worth it?

Looking at the prices for RDS instances, the multi-AZ instances cost double. Having a production environment in mind, does it …

database amazon-web-services production-environment amazon-rds
Amazon RDS unable to execute SET GLOBAL command

I am using Amazon RDS for mysql db. I want to run some SET commands for eg: SET GLOBAL group_…

mysql amazon-web-services amazon-ec2 amazon-rds
Static outgoing IP in Kubernetes

I run a k8s cluster in google cloud (GKE) and a MySQL server in aws (RDS). Pods need to …

amazon-web-services kubernetes google-cloud-platform amazon-rds google-kubernetes-engine
AWS Lambda can't connect to RDS instance, but I can locally?

I am trying to connect to my RDS instance from a lambda. I wrote the lambda locally and tested locally, …

javascript amazon-web-services amazon-rds aws-lambda amazon-kinesis