Step 1: Create an Amazon MSK cluster - Amazon Managed Streaming for Apache Kafka
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Step 1: Create an Amazon MSK cluster

In this step of Getting Started Using Amazon MSK, you create an Amazon MSK cluster.

To create an Amazon MSK cluster using the Amazon Web Services Management Console
  1. Sign in to the Amazon Web Services Management Console, and open the Amazon MSK console at https://console.amazonaws.cn/msk/home?region=us-east-1#/home/.

  2. Choose Create cluster.

  3. For Creation method, leave the Quick create option selected. The Quick create option lets you create a cluster with default settings.

  4. For Cluster name, enter a descriptive name for your cluster. For example, MSKTutorialCluster.

  5. For General cluster properties, choose Provisioned as the Cluster type.

  6. From the table under All cluster settings, copy the values of the following settings and save them because you need them later in this tutorial:

    • VPC

    • Subnets

    • Security groups associated with VPC

  7. Choose Create cluster.

  8. Check the cluster Status on the Cluster summary page. The status changes from Creating to Active as Amazon MSK provisions the cluster. When the status is Active, you can connect to the cluster. For more information about cluster status, see Cluster states.

Next Step

Step 2: Create an IAM role