Step 1: Create an MSK Provisioned cluster - Amazon Managed Streaming for Apache Kafka

Step 1: Create an MSK Provisioned cluster

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

To create an Amazon MSK cluster using the AWS Management Console
  1. Sign in to the AWS Management Console, and open the Amazon MSK console at https://console.aws.amazon.com/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. Select an Apache Kafka version to run on the brokers. Click View version compatibility to see a comparison table.

  7. Select either a Standard or Express Broker type.

  8. Choose a Broker size.

  9. 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

  10. Choose Create cluster.

  11. 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 Understand MSK Provisioned cluster states.

Next Step

Step 2: Create an IAM role granting access to create topics on the Amazon MSK cluster