AWS amazon-mq documentation change
Summary
Updated multiple protocol documentation links from HTTP to HTTPS and fixed ActiveMQ security documentation link
Security assessment
Link hardening improves reference security but doesn't modify AWS security features or address vulnerabilities. The ActiveMQ link correction maintains documentation integrity without security implications.
Diff
diff --git a/amazon-mq/latest/developer-guide/security-authentication-authorization.md b/amazon-mq/latest/developer-guide/security-authentication-authorization.md index 86205c72c..5d7816ec5 100644 --- a//amazon-mq/latest/developer-guide/security-authentication-authorization.md +++ b//amazon-mq/latest/developer-guide/security-authentication-authorization.md @@ -17 +17 @@ You can access your ActiveMQ brokers using the following protocols with TLS enab - * [AMQP](http://activemq.apache.org/amqp.html) + * [AMQP](https://activemq.apache.org/amqp.html) @@ -19 +19 @@ You can access your ActiveMQ brokers using the following protocols with TLS enab - * [MQTT](http://activemq.apache.org/mqtt.html) + * [MQTT](https://activemq.apache.org/mqtt.html) @@ -21 +21 @@ You can access your ActiveMQ brokers using the following protocols with TLS enab - * MQTT over [WebSocket](http://activemq.apache.org/websockets.html) + * MQTT over [WebSocket](https://activemq.apache.org/websockets.html) @@ -23 +23 @@ You can access your ActiveMQ brokers using the following protocols with TLS enab - * [OpenWire](http://activemq.apache.org/openwire.html) + * [OpenWire](https://activemq.apache.org/openwire.html) @@ -25 +25 @@ You can access your ActiveMQ brokers using the following protocols with TLS enab - * [STOMP](http://activemq.apache.org/stomp.html) + * [STOMP](https://activemq.apache.org/stomp.html) @@ -34 +34 @@ Amazon MQ offers a choice between native ActiveMQ authentication and LDAP authen -To authorize ActiveMQ users and groups to works with queues and topics, you must [edit your broker's configuration](./amazon-mq-creating-applying-configurations.html). Amazon MQ uses ActiveMQ's [Simple Authentication Plugin](http://activemq.apache.org/security.html#Security-SimpleAuthenticationPlugin) to restrict reading and writing to destinations. For more information and examples, see [Always configure an authorization map](./using-amazon-mq-securely.html#always-configure-authorization-map) and `[authorizationEntry](./child-element-details.html#authorizationEntry)`. +To authorize ActiveMQ users and groups to works with queues and topics, you must [edit your broker's configuration](./amazon-mq-creating-applying-configurations.html). Amazon MQ uses ActiveMQ's [Simple Authentication Plugin](https://activemq.apache.org/security.html#Security-SimpleAuthenticationPlugin) to restrict reading and writing to destinations. For more information and examples, see [Always configure an authorization map](./using-amazon-mq-securely.html#always-configure-authorization-map) and `[authorizationEntry](./child-element-details.html#authorizationEntry)`.