Top "Aws-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.

When should I use a t2.medium vs. a m3.medium instance type within AWS?

They appear to be approximately the same in terms of performance. Model vCPU Mem (GiB) SSD Storage (GB) m3.medium 1 3.75 1 …

amazon-web-services aws-rds
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
RDS Service Triggering Lambda

I am new to AWS and I was looking for a way to trigger Lambda from RDS Service in particular …

aws-lambda aws-rds
No operations allowed after connection closed errors in Slick/HikariCP

I'm using Slick3.1.1 + HikariCP2.5.1. My config is: rdsConfig = { url = "jdbc:mysql://mydb.........us-west-2.rds.amazonaws.com:3306/owlschema" driver = "com.mysql.…

mysql slick hikaricp aws-rds