AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2026-05-28 · Documentation low

File: AmazonRDS/latest/UserGuide/oracle-migrating-tts.md

Summary

Clarified S3 download instructions, added downtime warning, and corrected procedure name.

Security assessment

Changes improve operational clarity but don't address security vulnerabilities or document security features.

Diff

diff --git a/AmazonRDS/latest/UserGuide/oracle-migrating-tts.md b/AmazonRDS/latest/UserGuide/oracle-migrating-tts.md
index 40613dbfc..e4c678f21 100644
--- a//AmazonRDS/latest/UserGuide/oracle-migrating-tts.md
+++ b//AmazonRDS/latest/UserGuide/oracle-migrating-tts.md
@@ -248 +248 @@ In this step, you use the procedure `rdsadmin.rdsadmin_s3_tasks.download_from_s3
-  2. Download the backups from the Amazon S3 bucket to your target DB instance by using the Amazon RDS procedure `rdsadmin.rdsadmin_s3_tasks.download_from_s3` to d. The following example downloads all of the files from an Amazon S3 bucket named ``amzn-s3-demo-bucket`` to the ``DATA_PUMP_DIR`` directory.
+  2. Download the backups from the Amazon S3 bucket to your target DB instance by using the Amazon RDS procedure `rdsadmin.rdsadmin_s3_tasks.download_from_s3` to download files from your Amazon S3 bucket to your DB instance. The following example downloads all of the files from an Amazon S3 bucket named ``amzn-s3-demo-bucket`` to the ``DATA_PUMP_DIR`` directory.
@@ -334,0 +335,4 @@ The following example places `tbs1`, `tbs2`, and `tbs3` in read-only mode.
+###### Important
+
+Setting tablespaces to read-only mode begins your migration downtime window. From this point forward, applications cannot write to these tablespaces on the source database. Plan this step during a maintenance window.
+    
@@ -490 +494 @@ In this optional step, you validate your transported tablespaces using the proce
-In this optional step, you remove any unneeded files. Use the `rdsadmin.rdsadmin_transport_util.list_xtts_orphan_files` procedure to list data files that were orphaned after a tablespace import, and then use `rdsadmin.rdsadmin_transport_util.list_xtts_orphan_files` procedure to delete them. For syntax and semantics of these procedures, see [Listing orphaned files after a tablespace import](./rdsadmin_transport_util_list_xtts_orphan_files.html) and [Deleting orphaned data files after a tablespace import](./rdsadmin_transport_util_cleanup_incomplete_xtts_import.html).
+In this optional step, you remove any unneeded files. Use the `rdsadmin.rdsadmin_transport_util.list_xtts_orphan_files` procedure to list data files that were orphaned after a tablespace import, and then use `rdsadmin.rdsadmin_transport_util.cleanup_incomplete_xtts_import` procedure to delete them. For syntax and semantics of these procedures, see [Listing orphaned files after a tablespace import](./rdsadmin_transport_util_list_xtts_orphan_files.html) and [Deleting orphaned data files after a tablespace import](./rdsadmin_transport_util_cleanup_incomplete_xtts_import.html).