{"tool":"aws","tool_display":"Aws","intent":"create-kafka-cluster","intent_display":"create kafka cluster","title":"Aws Command: create kafka cluster","command_string":"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>","raw_command_string":"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}}","description":"Exact CLI syntax to create kafka cluster using Aws.","usage_scenario":"During initial setup of a Kafka cluster for high-throughput data processing applications.","scenario_context":"Easily provision a scalable Kafka cluster for seamless data streaming integration.","simulated_output":"{\\n  \"ClusterArn\": \"arn:aws:kafka:us-east-1:123456789012:cluster/my-cluster/abcd1234-56ef-78gh-90ij-klmnopqrstuv\",\\n  \"State\": \"CREATING\"\\n}","how_to_steps":["Run the command: aws kafka create-cluster --cluster-name my-cluster --broker-node-group-info instanceType=m5.large,clientSubnets=subnet-12345678 subnet-87654321 --kafka-version 2.6.0 --number-of-broker-nodes 3","Check status with: aws kafka describe-cluster --cluster-arn arn:aws:kafka:us-east-1:123456789012:cluster/my-cluster/abcd1234-56ef-78gh-90ij-klmnopqrstuv"],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/create-kafka-cluster"}