AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2026-05-04 · Documentation low

File: redshift/latest/mgmt/using-query-plan-profiler.md

Summary

Updated image descriptions and alt text for query profiler interface diagrams

Security assessment

Changes only modify image captions and alt text for clarity. No security content, vulnerabilities, or security features are mentioned or referenced in the changes.

Diff

diff --git a/redshift/latest/mgmt/using-query-plan-profiler.md b/redshift/latest/mgmt/using-query-plan-profiler.md
index f19dde359..a838cc7fe 100644
--- a//redshift/latest/mgmt/using-query-plan-profiler.md
+++ b//redshift/latest/mgmt/using-query-plan-profiler.md
@@ -203 +203 @@ Query profiler uses the following pages to display information about your query:
-![Query details interface showing execution time, data returned, and performance breakdown for query 4960.](/images/redshift/latest/mgmt/images/metrics_qp_query_details.png)
+![Query details page showing execution breakdown with planning time taking majority of 42 seconds.](/images/redshift/latest/mgmt/images/metrics_qp_query_details.png)
@@ -230 +230 @@ For more information about CloudWatch metrics, see [Performance data in Amazon R
-![Query execution plan showing stages from Distribute to Aggregate with execution times.](/images/redshift/latest/mgmt/images/metrics_qp_child_query_plan.png)
+![Query execution plan showing scan, hash, distribute, hashjoin, and aggregate operations with row counts.](/images/redshift/latest/mgmt/images/metrics_qp_child_query_plan.png)
@@ -263 +263 @@ The **Child query** pane displays the run order and the relationships between th
-![Tree diagram showing Hashjoin step with Scan + Item and Hash steps as child nodes.](/images/redshift/latest/mgmt/images/metrics_qp_hashjoin.png)
+![Hashjoin step with two input nodes: Scan-Item with 18,000 rows and Hash step.](/images/redshift/latest/mgmt/images/metrics_qp_hashjoin.png)
@@ -294 +294 @@ When you choose a stream or step from either the workspace or another pane, the
-![Dropdown menu showing pan and zoom options for workspace navigation control.](/images/redshift/latest/mgmt/images/metrics_qp_pan_zoom.png)
+![Pan and zoom dropdown menu with options: Pan and zoom, Pan only, and No motion.](/images/redshift/latest/mgmt/images/metrics_qp_pan_zoom.png)