search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Aws Kafka Commands

24 aws-kafka entries

Limited to 100 results

Back to all tools
aws-kafka

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

Aws Kafka Command: Create Cluster Aws Kafka

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

Aws Kafka Command: Create Configuration

aws kafka create-configuration --name <configuration_name> --server-properties file://<path/to/configuration_file.txt>
aws-kafka

Aws Kafka Command: Create Configuration Aws Kafka

aws kafka create-configuration --name <configuration_name> --server-properties file://<path/to/configuration_file.txt>
aws-kafka

Aws Kafka Command: Create Msk 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

Aws Kafka Command: Create Msk Configuration

aws kafka create-configuration --name <configuration_name> --server-properties file://<path/to/configuration_file.txt>
aws-kafka

Aws Kafka Command: Delete Cluster

aws kafka delete-cluster --cluster-arn <cluster_arn>
aws-kafka

Aws Kafka Command: Delete Cluster Aws Kafka

aws kafka delete-cluster --cluster-arn <cluster_arn>
aws-kafka

Aws Kafka Command: Delete Msk Cluster

aws kafka delete-cluster --cluster-arn <cluster_arn>
aws-kafka

Aws Kafka Command: Describe Cluster

aws kafka describe-cluster --cluster-arn <cluster_arn>
aws-kafka

Aws Kafka Command: Describe Cluster Aws Kafka

aws kafka describe-cluster --cluster-arn <cluster_arn>
aws-kafka

Aws Kafka Command: Describe Configuration

aws kafka describe-configuration --arn <configuration_arn>
aws-kafka

Aws Kafka Command: Describe Configuration Aws Kafka

aws kafka describe-configuration --arn <configuration_arn>
aws-kafka

Aws Kafka Command: Describe Msk Cluster

aws kafka describe-cluster --cluster-arn <cluster_arn>
aws-kafka

Aws Kafka Command: Describe Msk Configuration

aws kafka describe-configuration --arn <configuration_arn>
aws-kafka

Aws Kafka Command: List Clusters

aws kafka list-clusters
aws-kafka

Aws Kafka Command: List Clusters Aws Kafka

aws kafka list-clusters
aws-kafka

Aws Kafka Command: List Configurations

aws kafka list-configurations
aws-kafka

Aws Kafka Command: List Configurations Aws Kafka

aws kafka list-configurations
aws-kafka

Aws Kafka Command: List Msk Clusters

aws kafka list-clusters
aws-kafka

Aws Kafka Command: List Msk Configurations

aws kafka list-configurations
aws-kafka

Aws Kafka Command: Update Cluster Configuration

aws kafka update-cluster-configuration --cluster-arn <cluster_arn> --configuration-info arn=<configuration_arn>,revision=<configuration_revision>
aws-kafka

Aws Kafka Command: Update Cluster Configuration Aws Kafka

aws kafka update-cluster-configuration --cluster-arn <cluster_arn> --configuration-info arn=<configuration_arn>,revision=<configuration_revision>
aws-kafka

Aws Kafka Command: Update Msk Cluster Configuration

aws kafka update-cluster-configuration --cluster-arn <cluster_arn> --configuration-info arn=<configuration_arn>,revision=<configuration_revision>