aws-kafka
Verified for current stable LTS
Aws Kafka Commands
Aws Kafka command syntax with verified terminal examples.
Commands
8 commands for Aws Kafka
aws-kafka Operations
Aws Kafka Command: Create Cluster
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> aws-kafka Operations
Aws Kafka Command: List Clusters
aws kafka list-clusters aws-kafka Operations
Aws Kafka Command: List Configurations
aws kafka list-configurations aws-kafka Operations
Aws Kafka Command: Delete Cluster
aws kafka delete-cluster --cluster-arn <cluster_arn> aws-kafka Operations
Aws Kafka Command: Describe Cluster
aws kafka describe-cluster --cluster-arn <cluster_arn> aws-kafka Operations
Aws Kafka Command: Create Configuration
aws kafka create-configuration --name <configuration_name> --server-properties file://<path/to/configuration_file.txt> aws-kafka Operations
Aws Kafka Command: Describe Configuration
aws kafka describe-configuration --arn <configuration_arn> aws-kafka Operations
Aws Kafka Command: Update Cluster Configuration
aws kafka update-cluster-configuration --cluster-arn <cluster_arn> --configuration-info arn=<configuration_arn>,revision=<configuration_revision> Suggest a Aws Kafka Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aws Kafka workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.