Skip to main content

Questions tagged [amazon-rds-aurora]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
2 votes
1 answer
595 views

Can't connect Google LookerStudio to Amazon Aurora serverless PostgreSQL

There are no issues connecting to it from any other environment (local works fine, as does from the Cloud), and the security group is currently totally open. An actual PostgreSQL instance, hosted in ...
Dustin Oprea's user avatar
1 vote
1 answer
317 views

Why did our AWS Aurora RDS spike and lock up?

This morning our aurora mysql serverless 2 spiked and basically locked up. We have a writer/reader and a reader associated with the cluster. On the reader we had an intense select query. This is the ...
Harpua's user avatar
  • 85
1 vote
0 answers
169 views

Running Initialization Script After Setting Up Aurora Serverless Cluster v2 Using Terraform

We have successfully created an Aurora Serverless Cluster v2 using the terraform-aws-rds-aurora Terraform module. Now, we want to run an initialization script after the cluster setup to create ...
Anirvan Ray's user avatar
0 votes
1 answer
43 views

Why adding a read replica creates a "Writer instance" on AWS?

I've just created an Aurora Read Replica for my RDS database and it shows up as "Writer instance" in the list. That doesn't make much sense to me - any idea if I somehow need to configure it ...
laurent's user avatar
  • 189
0 votes
0 answers
46 views

Is it possible to change which subnet group a AuroraDB Cluster use?

I have created a AuroraDB cluster with subnet group containing private subnets only, I want to create 1 reader server for external BI tools to use but I found I cannot change the cluster to use any ...
tom10271's user avatar
  • 111
0 votes
0 answers
47 views

Can you exceed 1 gigabit from an EC2 instance to an AWS Aurora MySQL instance?

I'm importing a terabyte of data into an AWS Aurora MySQL table from an EC2 instance. Because our service will be down while migrating prod, I care a lot about the import speed. Currently I can't ...
Seth's user avatar
  • 171
0 votes
0 answers
29 views

Is there a way to tell which parameters in an AWS parameters group have been changed?

I'm hoping there is a general way, though I'm specifically looking at an instance of Aurora PostgreSQL that I know I've adjusted one or two parameters for. However, there are nineteen pages of ...
Dustin Oprea's user avatar
0 votes
0 answers
25 views

How to create the expected parameter group when creating an Aurora replicate?

I've got an RDS Postgres 12 database, and I would like to create an Aurora read replica for it (and eventually promote it to master). The problem is that when I do this it's asking me to select a &...
laurent's user avatar
  • 189