From 892422b373925ca49d3e02bec0ff07350da0c022 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 5 Jul 2024 22:31:09 +0200 Subject: [PATCH] chore(rds): add source about renaming instances --- knowledge base/cloud computing/aws/rds.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/knowledge base/cloud computing/aws/rds.md b/knowledge base/cloud computing/aws/rds.md index f46fc86..dd6d5df 100644 --- a/knowledge base/cloud computing/aws/rds.md +++ b/knowledge base/cloud computing/aws/rds.md @@ -69,6 +69,9 @@ aws rds cancel-export-task --export-task-identifier 'my_export'
+Instances [**can** be renamed][renaming a db instance].
+Renaming them has some effects and requirements. Check the reference. + Read replicas **can** be promoted to standalone DB instances.
See [Working with DB instance read replicas]. @@ -660,6 +663,7 @@ Actions involving altering protected roles or changing protected attributes are - [Importing data into PostgreSQL on Amazon RDS] - [Working with parameters on your RDS for PostgreSQL DB instance] - [Backing up login roles aka users and group roles] +- [Renaming a DB instance]