New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with Amazon Aurora
Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases.
Content language: English
Select up to 5 tags to filter
Sort by most recent
839 results
I recently upgraded my Aurora serverless (v1) cluster to v2 having an engine version of 8.0.mysql_aurora.3.07.1. Why can't I enable backtracking at the moment? Is there any workaround without recreati...
Hello,
I'm experiencing an issue with an Aurora MySQL upgrade. I am currently migrating my Aurora database from version 5.7.mysql_aurora.2.11.5 to the latest available version (Aurora v3). The proces...
![Enter image description here](/media/postImages/original/IMbLFmBQhoQYCCZJ3SS-QI-A)
![Enter image description here](/media/postImages/original/IMrpfuTnjcRRSVYRg0dKWnUA)
I am looking to purchase Rese...
When executing a query with nested resolvers from AppSync , it looks like the Data API is managing connections in a really inefficient way, since it reaches the max connections available instantly.
I...
I have done RDS upgrade using blue green deployment. All went well but we have an observation. As per AWS it does not copy old cluster's autoscaling policy to green, which is fine. But when we do the ...
There's nowhere that shows if we are Serverless v1, or v2?
Hi,
I have an RDS Aurora cluster that needs upgraded from 2 to 3 (MySQL 5.7 to 8). Current engine is 5.7.mysql_aurora.2.11.4. I've done all the usual prep. Set bin log to row. I don't have any option...
A similar problem has allegedly already been solved here:
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.2121.html
"Fixed an issue which can produce an inco...
When considering the configuration of connecting from Lambda to RDS, there are two main methods
1. Lambda→RDS Proxy→RDS
2. Lambda to RDS
Let me ask two questions.
1. Is it best practice in the AWS ...
Excited to see this:
https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-aurora-mysql-rds-data-api/, however....
I have enabled the Data API for my Aurora Serverless V2 cluster. When I try to u...
I place lambda in app private subnet and place aurora serverless compatible Mysql in db private subnet. Both are in the same VPC. I use ec2 to test connect to db and it works just fine. I use default ...