amazon-rds Questions
2
Solved
I am setting up a database cluster (Aurora MySQL 5.7) using the DatabaseCluster Construct from @aws-cdk/aws-rds.
My question, where in the setup can I change the Certificate authority? I want to p...
Collectivity asked 11/10, 2019 at 11:8
3
Solved
I'm using an Amazon RDS hosted MySQL with Multi-AZ Support. Just could not find any information on how to connect Sequelize to Amazon RDS properly so that Sequelize is handling fail-overs etc. acco...
Indochina asked 30/11, 2016 at 10:44
10
Solved
I'm attempting to copy my mysql database from an Amazon EC2 to an RDS:
I successfully did a mysqldump of my database into my root folder using this:
root@ip-xx-xx-xx-xx:~# mysqldump my_database -...
Alyss asked 22/7, 2012 at 15:49
2
Solved
I have a VPC configured with 3 X public and private subnets and an IGW for the public, NAT Gateway for the private.
When I create an RDS instance, I flag it as publically available. When I try to ...
Rustproof asked 21/7, 2017 at 1:6
4
My node.js app gives 5xx due to connection timeouts at random times. Here's how I connect and query:
var mysql = require('mysql');
var config = {
host: '172.10.1.1',
port: 3306,
user: 'user',
...
Iota asked 22/9, 2015 at 11:7
1
As rds-ca-2019 is expiring i would like to update my default certs to rds-ca-rsa2048-g1 and also add this cert my trusted certs I'm trying to download for a rds-ca-rsa2048-g1 but it still points ol...
Bengurion asked 20/12, 2023 at 15:31
6
Solved
I enabled IAM Auth on my Postgresql, and my user myAWSusername has RDSFullAccess
export RDSHOST="MYRDSHOSTNAME.us-east-2.rds.amazonaws.com"
export PGPASSWORD="$(aws rds generate-db-auth-token --ho...
Lagunas asked 2/12, 2018 at 9:59
11
I got a database server failure, says host is blocked because of many connection errors. It ask me to unblock with mysqladmin flush-hosts.
How and where should I run this command to our Amazon RDS ...
Gilli asked 4/11, 2011 at 18:52
2
Solved
I am part of a team currently developing a Proof of Concept architecture/application for a communication service between governmental offices and the public (narrowed down to the health-sector for ...
Chromoprotein asked 15/2, 2019 at 19:59
4
Solved
I created a MYSQL Amazon RDS instance and tried accessing it to through MYSQL Workbench from a windows machine.
But I'm getting an 10060 error whereas the Amazon RDS is publicly accessible.
I read ...
Jacobsohn asked 10/5, 2016 at 15:20
5
Solved
It is possible to create a backup of a database running on an Amazon RDS instance and restore it on a local machine using the standard Task -> Backup and Task -> Restore features within Microsoft S...
Halophyte asked 25/6, 2014 at 20:10
8
Solved
I recently downgraded my EC2 instance. I can no longer connect to RDS. I think it might be that the internal IP is different and now the logins are attached to that specific IP. I haven't been able...
Lincolnlincolnshire asked 17/2, 2013 at 0:51
6
Solved
I've created a Postgresql database instance via AWS RDS. I am now trying to connect to it from my django app, so I created a new security group and changed the imbound rules.
However how do I mak...
Chloras asked 21/6, 2018 at 3:27
3
Solved
When I deploy my app on aws beanstalk using eb deploy it gives an error
rake aborted!
PG::ConnectionBad: could not connect to server: No such file or directory
Is the server running locally and ac...
Heap asked 20/7, 2017 at 13:57
3
In a CI/CD deployment environment there is a MYSQL restore error. This error is due to AWS RDS MySQL permissions. One mysql dump file is generated in version 5.7 and restored in other environments ...
Simons asked 30/1, 2019 at 3:33
2
Solved
What can I do here?
I am getting this error:
Type '{ instanceType: ec2.InstanceType; securityGroup: ec2.SecurityGroup; vpc: ec2.IVpc; vpcSubnets: { subnetName: string; }; }' is not assignable to ty...
Traveler asked 27/10, 2021 at 4:29
3
Solved
When deploying an RDS database via Terraform, my Default target is unavailable.
Running the following command:
aws rds describe-db-proxy-targets --db-proxy-name <my_proxy_name_here>
I get two...
Cirillo asked 8/7, 2021 at 9:27
3
Today i get an email from AWS that says "Update Your Amazon RDS and Amazon Aurora SSL/TLS Certificates by August 22, 2024". So after that i changed the certificate from rds-ca-2019 to rds...
Stodder asked 24/8, 2023 at 12:56
1
Solved
I'm creating an AWS Aurora Serverless V2 Postgres database cluster (AWS::RDS::DBCluster) using Cloudformation and Serverless Framework (see below). It's unclear if I should also create two database...
Forthcoming asked 19/9, 2023 at 16:38
9
I created an external user with '%' hostname to allow remote access. I get the following error while connecting the local MySQL to remote AWS RDS:
ERROR 2003 (HY000): Can't connect to MySQL ser...
Picot asked 8/3, 2016 at 3:44
1
We have a PostgreSQL RDS instance that currently uses the SSL/TLS certificate rds-ca-2019. It's recommended to update to a new CA.
The options are rds-ca-ecc384-g1, rds-ca-rsa4096-g1, or rds-...
Staton asked 13/9, 2023 at 12:33
4
Solved
I have a process that exports the data from an AWS RDS MariaDB using mysqldump which has been running succesfully in a docker-image on Concourse for years.
Since two nights ago the process has star...
Harelda asked 20/1, 2023 at 10:51
2
I run a service that needs to be able to support about 4000+ IOPS and keep replica lag <=1 second to function properly.
I am using AWS RDS MySQL instances and have 2 read replica's. My service...
Melancholic asked 26/3, 2014 at 0:54
2
i am creating rds server using terraform. I pass options group using list variable. The options groups variable in variable.tf like below
options = [
{
option_name = "SQLSERVER_BACKUP_RESTOR...
Bulahbulawayo asked 7/8, 2020 at 11:27
4
I want to connect to aws rds POSTGRESQL in dev from my own computer.
I followed all the steps on how to do it from bunch of articles:
https://aws.amazon.com/premiumsupport/knowledge-center/rds-post...
Eckblad asked 19/8, 2021 at 20:11
© 2022 - 2024 — McMap. All rights reserved.