AWS prescriptive-guidance documentation change
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 - + @@ -23 +23 @@ There is no significant change in the CPU utilization with pt-archiver running i - +