Before running the Amazon MSK crawler, you can run preflight checks to perform the necessary technical validations. The following preflight checks will be completed:
Cluster permission check
✅ Check successful
if the IAM role has sufficient permissions to list all the brokers for the Amazon MSK cluster.
❌ Internal server error
if the IAM role is missing kafka-cluster:Connect
permission.
❌ failed to get list of kafka brokers
if the IAM role has the permission to connect to the Amazon MSK cluster but is unable to fetch any broker details.
Topic permission check
✅ Check successful
if the IAM role has sufficient permissions to list or describe topics available in the Amazon MSK cluster.
❌ failed to get list of kafka topics
if the IAM role is missing the kafka-cluster:DescribeTopic
permission.