You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always receive this error, when I attempt to create a new MSK:
│ Error: reading MSK Cluster (my-aws-arn-hidden) bootstrap brokers: BadRequestException: You can't get bootstrap broker nodes for a cluster in FAILED state.
│ {
│ RespMetadata: {
│ StatusCode: 400,
│ RequestID: "<request-id>"
│ },
│ Message_: "You can't get bootstrap broker nodes for a cluster in FAILED state."
│ }
│
│ with module.msk_data_platform_events.module.msk-cluster.aws_msk_cluster.this,
│ on **.terraform/modules/msk_data_platform_events.msk-cluster/main.tf** line 108, in resource "aws_msk_cluster" "this":
│ 108: resource "aws_msk_cluster" "this" {
Some additional things I discovered:
When things go wrong, due to these lines mentioned in the exception, destruction also does not work. Probably since I "try to get bootstrap broekr nodes for a cluster in Failed state"
Sometimes manual destruction of the MSK (From AWS UI) was making a hacky fix to the issue and I would get an MSK with Active state and the problem was solved.
So how could I reach a situation that I would be able to go through destruction without getting this error too ?
Is there anything I could check for really being able to create the MSK and reach the expected state ?
The text was updated successfully, but these errors were encountered:
Hello, when I call the module with bypassing the required values as follows:
I always receive this error, when I attempt to create a new MSK:
Some additional things I discovered:
When things go wrong, due to these lines mentioned in the exception, destruction also does not work. Probably since I "try to get bootstrap broekr nodes for a cluster in Failed state"
Sometimes manual destruction of the MSK (From AWS UI) was making a hacky fix to the issue and I would get an MSK with Active state and the problem was solved.
So how could I reach a situation that I would be able to go through destruction without getting this error too ?
Is there anything I could check for really being able to create the MSK and reach the expected state ?
The text was updated successfully, but these errors were encountered: