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]