AWS amazon-mq documentation change
Summary
Updated RabbitMQ version ranges, adjusted default operator policy definitions (removed HA settings for v4.0+), fixed documentation links, and revised section titles.
Security assessment
Changes reflect compatibility updates for RabbitMQ 4.0 (removing unsupported HA policies) and documentation restructuring. No explicit security vulnerability or mitigation is mentioned.
Diff
diff --git a/amazon-mq/latest/developer-guide/rabbitmq-defaults-applying-policies.md b/amazon-mq/latest/developer-guide/rabbitmq-defaults-applying-policies.md index a72fbc5a9..2fc772e26 100644 --- a//amazon-mq/latest/developer-guide/rabbitmq-defaults-applying-policies.md +++ b//amazon-mq/latest/developer-guide/rabbitmq-defaults-applying-policies.md @@ -11 +11 @@ You can apply custom policies and limits with Amazon MQ recommended default valu -On Amazon MQ for RabbitMQ engine versions 3.12 and below, the current default operator policy is: +On Amazon MQ for RabbitMQ engine versions 3.13 and below, the current default operator policy is: @@ -14 +14 @@ On Amazon MQ for RabbitMQ engine versions 3.12 and below, the current default op - vhost name pattern apply-to definition priority/ default_operator_policy_AWS_managed .* all {"queue-version":2} 0 + vhost name pattern apply-to definition priority/ default_operator_policy_AWS_managed .* classic_queues {"ha-mode":"all","ha-sync-mode":"automatic","queue-version":2} 0 @@ -16 +16 @@ On Amazon MQ for RabbitMQ engine versions 3.12 and below, the current default op -On versions 3.13 and above, the default operator policy has changed to: +On versions 4.0 and above, the default operator policy has changed to: @@ -19 +19 @@ On versions 3.13 and above, the default operator policy has changed to: - vhost name pattern apply-to definition priority/ default_operator_policy_AWS_managed .* classic_queues {"ha-mode":"all","ha-sync-mode":"automatic","queue-version":2} 0 + vhost name pattern apply-to definition priority/ default_operator_policy_AWS_managed .* classic_queues {"queue-version":2} 0 @@ -21 +21 @@ On versions 3.13 and above, the default operator policy has changed to: -This update has no functional change on RabbitMQ application behaviors. +This change is required because classic queue mirroring and HA policy settings are not supported in RabbitMQ 4. @@ -33 +33 @@ Tags | Read regexp | Configure regexp | Write regexp -For more information about creating RabbitMQ users and managing user tags and permissions, see [Amazon MQ for RabbitMQ broker users](./rabbitmq-basic-elements-user.html). +For more information about creating RabbitMQ users and managing user tags and permissions, see [Amazon MQ for RabbitMQ broker users](./rabbitmq-simple-auth-broker-users.html#rabbitmq-basic-elements-user). @@ -79 +79 @@ Does not apply to single-instance brokers. - * `max-length`=``number-of-messages``. Replace `number-of-messages` with the [Amazon MQ recommended value](./rabbitmq-defaults.html#rabbitmq-defaults-values) according to the broker's instance size and deployment mode, for example, `8000000` for an `mq.m7g.large` cluster. Choose **Number** from the dropdown list. + * `max-length`=``number-of-messages``. Replace `number-of-messages` with the [Amazon MQ recommended value](./rabbitmq-resource-limits-configuration.html) according to the broker's instance size and deployment mode, for example, `8000000` for an `mq.m7g.large` cluster. Choose **Number** from the dropdown list. @@ -103 +103 @@ For cluster brokers, Amazon MQ automatically applies the `ha-mode: all` and `ha- - 3. For **Value** , enter the [Amazon MQ recommended value](./rabbitmq-defaults.html#rabbitmq-defaults-values) according to the broker's instance size and deployment mode, for example, `15000` for an `mq.m5.large` cluster. + 3. For **Value** , enter the [Amazon MQ recommended value](./rabbitmq-resource-limits-configuration.html) according to the broker's instance size and deployment mode, for example, `15000` for an `mq.m5.large` cluster. @@ -130 +130 @@ For cluster brokers, Amazon MQ automatically applies the `ha-mode: all` and `ha- -Replace `username` and `password` with your administrator sign-in credentials. Replace `number-of-messages` with the [Amazon MQ recommended value](./rabbitmq-defaults.html#rabbitmq-defaults-values) according to the broker's instance size and deployment mode. Replace `policy-name` with a name for your policy. Replace `broker-endpoint` with the URL that you noted previously. +Replace `username` and `password` with your administrator sign-in credentials. Replace `number-of-messages` with the [Amazon MQ recommended value](./rabbitmq-resource-limits-configuration.html) according to the broker's instance size and deployment mode. Replace `policy-name` with a name for your policy. Replace `broker-endpoint` with the URL that you noted previously. @@ -145 +145 @@ Replace `username` and `password` with your administrator sign-in credentials. R -Replace `username` and `password` with your administrator sign-in credentials. Replace `max-connections` with the [Amazon MQ recommended value](./rabbitmq-defaults.html#rabbitmq-defaults-values) according to the broker's instance size and deployment mode. Replace the broker endpoint with the URL that you noted previously. +Replace `username` and `password` with your administrator sign-in credentials. Replace `max-connections` with the [Amazon MQ recommended value](./rabbitmq-resource-limits-configuration.html) according to the broker's instance size and deployment mode. Replace the broker endpoint with the URL that you noted previously. @@ -172 +172 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Plugins +Protocols @@ -174 +174 @@ Plugins -Deploying a RabbitMQ broker +Quorum queues