AWS amazon-mq medium security documentation change
Summary
Added three new error codes related to invalid ARNs and IAM role assumptions
Security assessment
Documents specific error scenarios where invalid ARNs or IAM role configurations could lead to authentication failures and potential security misconfigurations. Helps identify security-related configuration errors.
Diff
diff --git a/amazon-mq/latest/developer-guide/troubleshooting.md b/amazon-mq/latest/developer-guide/troubleshooting.md index b0ca99033..adf1927d7 100644 --- a//amazon-mq/latest/developer-guide/troubleshooting.md +++ b//amazon-mq/latest/developer-guide/troubleshooting.md @@ -25,0 +26,3 @@ Troubleshooting topic | Description +[RABBITMQ_INVALID_ASSUMEROLE](./troubleshooting-action-required-codes-invalid-assumerole.html) | RabbitMQ on Amazon MQ will raise an INVALID_ASSUMEROLE critical action required code when the IAM role ARN specified in `aws.arns.assume_role_arn` cannot be assumed by Amazon MQ. +[RABBITMQ_INVALID_ARN_LDAP](./troubleshooting-action-required-codes-invalid-arn-ldap.html) | RabbitMQ on Amazon MQ will raise an INVALID_ARN_LDAP critical action required code when the LDAP service account password ARN is invalid or inaccessible. +[RABBITMQ_INVALID_ARN](./troubleshooting-action-required-codes-invalid-arn.html) | RabbitMQ on Amazon MQ will raise an INVALID_ARN critical action required code when one or more ARNs in the broker configuration are invalid or inaccessible.