All Content tagged with Amazon Relational Database Service
Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I would like to increase the max_connections setting in my rds aurora mysql instance to avoid the "too many connections" error.
I created a new parameter group with max_connections=200, and assigned...
[Oracle Standard Edition Two running on RDS]
Customer wants evidence of when the database's engine was last updated, for auditing purposes.
From what I found so far looking at logs on the console,...
I have two PostgreSQL RDS databases in different regions and would like database A (us-south-1) to be able to query database B (us-west-1) using PostgreSQL's...
**Context**: I'm running into this problem on PostgreSQL running on both Aurora Serverless V2 and PostgreSQL running on RDS. The PostgreSQL database running on RDS is a `db.t4g.xlarge`. I am using IAM...
Hello everyone,
is there any possibility of granting `SESSION_VARIABLES_ADMIN` privileges to a user that is not the RDS admin account that was specified on database creation?
In a recent project, I...
The AWS documentation says that Performance Insight does not use instance storage, but we've noticed something different.
We activated it into a reader instance (MySQL Aurora 3.06.0 - r6g.2xlarge)....
I upgraded MariaDB on RDS from 10.6 → 10.11, but the RDS instance is stuck in the state "upgrading".
The instance is back online and has been upgraded to 10.11.4, yet the console still shows it as...
I have two sql servers hosted in two diffrent ec2. one is sql server 2019 and another one is sql server 2022 both are standard edition. i am planning to do HA and DR setup for this . which approach i...
We've had a few RDS recommendations triggered by one-off maintenance work we've carried out. I want to dismiss the recommendations, but want to know if AWS will reactivate the recommendation if it is...
I have some stored procs and sql statements to run in rds immediately after its creation using cloud formation. Is there an option to run those queries using cloud formation.