AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

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

File: prescriptive-guidance/latest/archiving-mysql-data/appendix-i.md

Summary

Corrected trailing whitespace in sysbench command and updated image paths for MySQL archiving performance graphs.

Security assessment

Changes involve command syntax cleanup and image path updates. The sysbench command still exposes password in plaintext (existing issue), but no new security guidance is added. No evidence of security vulnerability remediation.

Diff

diff --git a/prescriptive-guidance/latest/archiving-mysql-data/appendix-i.md b/prescriptive-guidance/latest/archiving-mysql-data/appendix-i.md
index 1c3e777bc..262313afb 100644
--- a//prescriptive-guidance/latest/archiving-mysql-data/appendix-i.md
+++ b//prescriptive-guidance/latest/archiving-mysql-data/appendix-i.md
@@ -14 +14 @@ The following [sysbench](https://github.com/akopytov/sysbench) commands were use
-    sysbench oltp_read_write --db-driver=mysql --mysql-db=<DATABASE> --mysql-user=<USER> --mysql-password=<PASSWORD> --mysql-host=<ENDPOINT> --tables=500 --table-size=2000000 --threads=500 prepare 
+    sysbench oltp_read_write --db-driver=mysql --mysql-db=<DATABASE> --mysql-user=<USER> --mysql-password=<PASSWORD> --mysql-host=<ENDPOINT> --tables=500 --table-size=2000000 --threads=500 prepare 
@@ -19 +19 @@ In the following graph, an OLTP workload was running, and the pt-archiver proces
-![At the arrow marking the start, the line for the number of rows inserted per second rises slightly.](/images/prescriptive-guidance/latest/archiving-mysql-data/images/AppendixI_image1.png)
+![](/images/prescriptive-guidance/latest/archiving-mysql-data/images/guide-img/1d38fd71-63ca-45ea-bf1f-9f493d5364d0/images/144a2f6d-7ff8-4238-9d47-105c9ae3ecfb.png)
@@ -23 +23 @@ There is no significant change in the CPU utilization with pt-archiver running i
-![The graph shows only a small amount of activity waiting for handler commit](/images/prescriptive-guidance/latest/archiving-mysql-data/images/AppendixI_image2.png)
+![](/images/prescriptive-guidance/latest/archiving-mysql-data/images/guide-img/1d38fd71-63ca-45ea-bf1f-9f493d5364d0/images/31e314cb-a05b-4bdf-8a4f-9c91659ecb00.png)