AWS Security ChangesHomeSearch

AWS amazon-mq documentation change

Service: amazon-mq · 2026-05-16 · Documentation low

File: amazon-mq/latest/developer-guide/troubleshooting-action-required-codes-invalid-arn-http.md

Summary

Removed step to validate ARN access via API endpoint before updating broker configuration. Now the procedure directly updates the configuration and reboots the broker.

Security assessment

Change removes a validation step but doesn't reference any security vulnerability, weakness, or incident. While validation helps prevent misconfigurations, its removal isn't tied to a specific security issue.

Diff

diff --git a/amazon-mq/latest/developer-guide/troubleshooting-action-required-codes-invalid-arn-http.md b/amazon-mq/latest/developer-guide/troubleshooting-action-required-codes-invalid-arn-http.md
index 3c3895fb7..dc9537ac5 100644
--- a//amazon-mq/latest/developer-guide/troubleshooting-action-required-codes-invalid-arn-http.md
+++ b//amazon-mq/latest/developer-guide/troubleshooting-action-required-codes-invalid-arn-http.md
@@ -42,3 +42 @@ To diagnose and address the RABBITMQ_INVALID_ARN_HTTP action required code, you
-  4. Validate the fix using the [ARN access validation](./arn-support-rabbitmq-configuration.html#arn-support-validation) API endpoint before updating the broker configuration.
-
-  5. Update the broker configuration and reboot the broker.
+  4. Update the broker configuration and reboot the broker.