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.

Can I use Amazon ELB for my RDS instance for load balancing?

I have two questions: Can I use ELB on my RDS instance for load balancing? Can I install multiple servers …

amazon-ec2 load-testing amazon-rds amazon-elb
Error: connect ETIMEDOUT rds lambda

I am trying to connect to RDS using Lambda function, but I am getting an error: var mysql = require('mysql'); …

node.js aws-lambda amazon-rds
Does AWS support Autoscaling for RDS Instance

One of my RDS instance take high cpu some times due to heavy load. That time we manually need to …

amazon-web-services amazon-rds autoscaling
Elastic Beanstalk app won't connect to RDS MySQL instance

I have a CodeIgniter PHP app setup on an Elastic Beanstalk instance. I'm trying to connect it to a RDS …

amazon-ec2 amazon-rds amazon-elastic-beanstalk
Why does AWS RDS Aurora have the option of "Multi-AZ Deployment" when it does replication across different zones already by default?

When launching an Aurora instance I have the option of "Multi-AZ Deployment", which it describes as "Specifies if the DB …

amazon-web-services amazon-rds amazon-rds-aurora
What's the difference between Cluster and Instance in AWS Aurora RDS

I guess the title is pretty objective, but just to clarify: When you create an Aurora Database Instance, it is …

amazon-web-services cluster-computing amazon-rds amazon-rds-aurora
How do I perform Laravel Artisan migrations on AWS Elastic Beanstalk?

I have a Laravel installation and have set up three environments with their own corresponding config directories: local staging production …

php amazon-web-services laravel amazon-elastic-beanstalk amazon-rds
Exporting a AWS Postgres RDS Table to AWS S3

I wanted to use AWS Data Pipeline to pipe data from a Postgres RDS to AWS S3. Does anybody know …

postgresql amazon-web-services amazon-s3 amazon-rds amazon-data-pipeline
Backup MySQL Amazon RDS

I am trying to setup Replica outside of AWS and master is running at AWS RDS. And I do not …

mysql amazon-web-services mysqldump amazon-rds
AWS Elastic Beanstalk change RDS Endpoint

How do I change the configured RDS endpoint of an AWS Elastic Beanstalk environment? E.g. after the RDS database …

amazon-web-services amazon-rds amazon-elastic-beanstalk