Update pages/common/aws-kafka.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Gilad Alboher 2023-12-13 12:55:50 +02:00 committed by GitHub
parent 49f620dfbe
commit ea5f1f9f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
`aws kafka create-cluster --cluster-name {{cluster_name}} --broker-node-group-info instanceType={{instance_type}},clientSubnets={{subnet_id1 subnet_id2 ...}} --kafka-version {{version}} --number-of-broker-nodes {{number}}`
- Describe a Kafka Cluster:
- Describe a MSK cluster:
`aws kafka describe-cluster --cluster-arn {{cluster_arn}}`