Listing Amazon MSK clusters
Listing clusters using the AWS Management Console
Open the Amazon MSK console at https://console.aws.amazon.com/msk/
. -
The table shows all the clusters for the current region under this account. Choose the name of a cluster to view its details.
Listing clusters using the AWS CLI
Run the following command.
aws kafka list-clusters
Listing clusters using the API
To list clusters using the API, see ListClusters.