AWS amazon-mq low security documentation change
Summary
Updated all protocol and client documentation links from HTTP to HTTPS
Security assessment
HTTPS migration for all external links prevents interception of sensitive protocol documentation, maintaining integrity of security guidance for broker connections.
Diff
diff --git a/amazon-mq/latest/developer-guide/amazon-mq-release-notes.md b/amazon-mq/latest/developer-guide/amazon-mq-release-notes.md index 2538701fc..f84ee5b89 100644 --- a//amazon-mq/latest/developer-guide/amazon-mq-release-notes.md +++ b//amazon-mq/latest/developer-guide/amazon-mq-release-notes.md @@ -646,6 +646,6 @@ Using the `mq.t2.micro` instance type is subject to _[CPU credits and baseline p - * 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: - * [AMQP](http://activemq.apache.org/amqp.html) - * [MQTT](http://activemq.apache.org/mqtt.html) - * MQTT over [WebSocket](http://activemq.apache.org/websockets.html) - * [OpenWire](http://activemq.apache.org/openwire.html) - * [STOMP](http://activemq.apache.org/stomp.html) + * 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: + * [AMQP](https://activemq.apache.org/amqp.html) + * [MQTT](https://activemq.apache.org/mqtt.html) + * MQTT over [WebSocket](https://activemq.apache.org/websockets.html) + * [OpenWire](https://activemq.apache.org/openwire.html) + * [STOMP](https://activemq.apache.org/stomp.html) @@ -653 +653 @@ Using the `mq.t2.micro` instance type is subject to _[CPU credits and baseline p - * You can connect to ActiveMQ brokers using [various ActiveMQ clients](http://activemq.apache.org/cross-language-clients.html). We recommend using the [ActiveMQ Client](https://mvnrepository.com/artifact/org.apache.activemq/activemq-client). For more information, see [Connecting a Java application to your broker](./amazon-mq-connecting-application.html). + * You can connect to ActiveMQ brokers using [various ActiveMQ clients](https://activemq.apache.org/cross-language-clients.html). We recommend using the [ActiveMQ Client](https://mvnrepository.com/artifact/org.apache.activemq/activemq-client). For more information, see [Connecting a Java application to your broker](./amazon-mq-connecting-application.html).