AWS Security ChangesHomeSearch

AWS amazon-mq low security documentation change

Service: amazon-mq · 2026-06-13 · Security-related low

File: amazon-mq/latest/developer-guide/amazon-mq-basic-elements.md

Summary

Updated all Apache ActiveMQ documentation links from HTTP to HTTPS

Security assessment

Migrating links from HTTP to HTTPS improves security by ensuring encrypted connections to external resources, preventing man-in-the-middle attacks and data tampering during documentation access. This addresses potential passive security risks.

Diff

diff --git a/amazon-mq/latest/developer-guide/amazon-mq-basic-elements.md b/amazon-mq/latest/developer-guide/amazon-mq-basic-elements.md
index eb3e80ac7..7659ae4c7 100644
--- a//amazon-mq/latest/developer-guide/amazon-mq-basic-elements.md
+++ b//amazon-mq/latest/developer-guide/amazon-mq-basic-elements.md
@@ -39 +39 @@ For information about creating and managing brokers, see the following:
-You can access your brokers by using [any programming language that ActiveMQ supports](http://activemq.apache.org/cross-language-clients.html) and by enabling TLS explicitly for the following protocols:
+You can access your brokers by using [any programming language that ActiveMQ supports](https://activemq.apache.org/cross-language-clients.html) and by enabling TLS explicitly for the following protocols:
@@ -41 +41 @@ You can access your brokers by using [any programming language that ActiveMQ sup
-  * [AMQP](http://activemq.apache.org/amqp.html)
+  * [AMQP](https://activemq.apache.org/amqp.html)
@@ -43 +43 @@ You can access your brokers by using [any programming language that ActiveMQ sup
-  * [MQTT](http://activemq.apache.org/mqtt.html)
+  * [MQTT](https://activemq.apache.org/mqtt.html)
@@ -45 +45 @@ You can access your brokers by using [any programming language that ActiveMQ sup
-  * MQTT over [WebSocket](http://activemq.apache.org/websockets.html)
+  * MQTT over [WebSocket](https://activemq.apache.org/websockets.html)
@@ -47 +47 @@ You can access your brokers by using [any programming language that ActiveMQ sup
-  * [OpenWire](http://activemq.apache.org/openwire.html)
+  * [OpenWire](https://activemq.apache.org/openwire.html)
@@ -49 +49 @@ You can access your brokers by using [any programming language that ActiveMQ sup
-  * [STOMP](http://activemq.apache.org/stomp.html)
+  * [STOMP](https://activemq.apache.org/stomp.html)
@@ -68 +68 @@ An ActiveMQ broker has several attributes, for example:
-For more information, see [Web Console](http://activemq.apache.org/web-console.html) in the Apache ActiveMQ documentation.
+For more information, see [Web Console](https://activemq.apache.org/web-console.html) in the Apache ActiveMQ documentation.
@@ -90 +90 @@ This is an OpenWire endpoint.
-For more information, see [Configuring Transports](http://activemq.apache.org/configuring-transports.html) in the Apache ActiveMQ documentation.
+For more information, see [Configuring Transports](https://activemq.apache.org/configuring-transports.html) in the Apache ActiveMQ documentation.
@@ -112 +112 @@ For a full list of broker attributes, see the following in the _Amazon MQ REST A
-An ActiveMQ _user_ is a person or an application that can access the queues and topics of an ActiveMQ broker. You can configure users to have specific permissions. For example, you can allow some users to access the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html).
+An ActiveMQ _user_ is a person or an application that can access the queues and topics of an ActiveMQ broker. You can configure users to have specific permissions. For example, you can allow some users to access the [ActiveMQ Web Console](https://activemq.apache.org/web-console.html).
@@ -122 +122 @@ For information about users and groups, see the following in the Apache ActiveMQ
-  * [Authorization](http://activemq.apache.org/security.html#Security-Authorization)
+  * [Authorization](https://activemq.apache.org/security.html#Security-Authorization)
@@ -124 +124 @@ For information about users and groups, see the following in the Apache ActiveMQ
-  * [Authorization Example](http://activemq.apache.org/security.html#Security-AuthorizationExample)
+  * [Authorization Example](https://activemq.apache.org/security.html#Security-AuthorizationExample)