AWS Security ChangesHomeSearch

AWS prometheus documentation change

Service: prometheus · 2025-07-18 · Documentation low

File: prometheus/latest/userguide/AMP-alertmanager-upload.md

Summary

Changed AWS CLI command from 'fileb://' to 'file://' in code example

Security assessment

CLI syntax correction with no evidence of security context

Diff

diff --git a/prometheus/latest/userguide/AMP-alertmanager-upload.md b/prometheus/latest/userguide/AMP-alertmanager-upload.md
index 2326a3c7b..56c19ab86 100644
--- a//prometheus/latest/userguide/AMP-alertmanager-upload.md
+++ b//prometheus/latest/userguide/AMP-alertmanager-upload.md
@@ -83 +83 @@ On AWS CLI version 1, enter:
-        aws amp put-alert-manager-definition --data fileb://path_to_base_64_output_file --workspace-id my-workspace-id --region region
+        aws amp put-alert-manager-definition --data file://path_to_base_64_output_file --workspace-id my-workspace-id --region region