Setting up Amazon MSK
Before you use Amazon MSK for the first time, complete the following tasks.
Sign up for AWS
When you sign up for AWS, your Amazon Web Services account is automatically signed up for all services in AWS, including Amazon MSK. You are charged only for the services that you use.
If you have an AWS account already, skip to the next task. If you don't have an AWS account, use the following procedure to create one.
To sign up for an Amazon Web Services account
Open https://portal.aws.amazon.com/billing/signup
. Follow the online instructions.
Part of the sign-up procedure involves receiving a phone call and entering a verification code on the phone keypad.
When you sign up for an AWS account, an AWS account root user is created. The root user has access to all AWS services and resources in the account. As a security best practice, assign administrative access to a user, and use only the root user to perform tasks that require root user access.
Download libraries and tools
The following libraries and tools can help you work with Amazon MSK:
-
The AWS Command Line Interface (AWS CLI) supports Amazon MSK. The AWS CLI enables you to control multiple Amazon Web Services from the command line and automate them through scripts. Upgrade your AWS CLI to the latest version to ensure that it has support for the Amazon MSK features that are documented in this user guide. For detailed instructions on how to upgrade the AWS CLI, see Installing the AWS Command Line Interface. After you install the AWS CLI, you must configure it. For information on how to configure the AWS CLI, see aws configure.
-
The Amazon Managed Streaming for Kafka API Reference documents the API operations that Amazon MSK supports.
-
The Amazon Web Services SDKs for Go, Java
, JavaScript , .NET , Node.js , PHP , Python , and Ruby include Amazon MSK support and samples.