AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2026-07-10 · Documentation low

File: prescriptive-guidance/latest/rehost-db2-database-on-aws/migration-option-details.md

Summary

Updated punctuation (curly apostrophes to straight apostrophes) and modified image path

Security assessment

Changes involve typographical corrections and an image path update. No security-related content was added, modified, or referenced. The modifications don't address vulnerabilities or security practices.

Diff

diff --git a/prescriptive-guidance/latest/rehost-db2-database-on-aws/migration-option-details.md b/prescriptive-guidance/latest/rehost-db2-database-on-aws/migration-option-details.md
index e94b0514a..95188a3b9 100644
--- a//prescriptive-guidance/latest/rehost-db2-database-on-aws/migration-option-details.md
+++ b//prescriptive-guidance/latest/rehost-db2-database-on-aws/migration-option-details.md
@@ -43 +43 @@ Db2 HADR (high availability disaster recovery) provides a high availability solu
-Unlike offline backup and restore (option 1), online backup doesn’t require downtime for the source database. It uses database transaction logs to apply changes to the target database after the backup on the source database is complete. 
+Unlike offline backup and restore (option 1), online backup doesn't require downtime for the source database. It uses database transaction logs to apply changes to the target database after the backup on the source database is complete. 
@@ -45 +45 @@ Unlike offline backup and restore (option 1), online backup doesn’t require do
-  * Using backup and restore with transaction log shipping is the best fit for a Db2 DPF instance that’s on the little-endian platform. Because the size of a Db2 DPF databased tends to be large, the outage time for regular backup and restore (option 1) can exceed 12 hours. HADR isn’t supported by Db2 DPF databases.
+  * Using backup and restore with transaction log shipping is the best fit for a Db2 DPF instance that's on the little-endian platform. Because the size of a Db2 DPF databased tends to be large, the outage time for regular backup and restore (option 1) can exceed 12 hours. HADR isn't supported by Db2 DPF databases.
@@ -53 +53 @@ Unlike offline backup and restore (option 1), online backup doesn’t require do
-  * Unlike HADR failover (option 2), reverse sync isn’t automatic. Set it up manually.
+  * Unlike HADR failover (option 2), reverse sync isn't automatic. Set it up manually.
@@ -66 +66 @@ The most common configuration is shown in the following diagram.
-![Architecture diagram showing showing Db2 on premises connect through IBM MQ and Site-to-Site VPN to Db2 on EC2.](/images/prescriptive-guidance/latest/rehost-db2-database-on-aws/images/migration-db2-q-replication.png)
+![Architecture diagram showing showing Db2 on premises connect through IBM MQ and Site-to-Site VPN to Db2 on EC2.](/images/prescriptive-guidance/latest/rehost-db2-database-on-aws/images/guide-img/4110482b-c82b-44be-8423-7af4c399c9a0/images/870e1acf-8fa3-44c2-8328-d97d180ae600.png)
@@ -111 +111 @@ The Apply program runs on the target database. It connects to the source databas
-  * Unlike Q Replication, SQL Replication is included in all Db2 editions. It doesn’t require an extra license.
+  * Unlike Q Replication, SQL Replication is included in all Db2 editions. It doesn't require an extra license.
@@ -172 +172 @@ LOAD FROM CURSOR is a Db2 load utility option that uses a table on the target as
-  * By manipulating the `SELECT` statement in the cursor definition, you can select the full table, skip data that you don’t want to load, or split a range-based partition table into multiple load statements (for example, quarterly and monthly).
+  * By manipulating the `SELECT` statement in the cursor definition, you can select the full table, skip data that you don't want to load, or split a range-based partition table into multiple load statements (for example, quarterly and monthly).
@@ -222 +222 @@ On the target server:
-  2. Take out the foreign key constraint, check constraint, and `CREATE TRIGGER` statements. Save them into separated files. This process isn’t difficult because db2look output groups these statements together.
+  2. Take out the foreign key constraint, check constraint, and `CREATE TRIGGER` statements. Save them into separated files. This process isn't difficult because db2look output groups these statements together.