AWS Security ChangesHomeSearch

AWS msk documentation change

Service: msk · 2026-02-25 · Documentation low

File: msk/latest/developerguide/create-topic.md

Summary

Added documentation for creating topics using AWS tools (CLI/SDK/Console) as an alternative to Apache Kafka AdminClient. Included a warning about client version compatibility for AdminClient approach.

Security assessment

The changes introduce a new AWS-native method for topic creation but contain no evidence of addressing security vulnerabilities. The version warning relates to general functionality/compatibility, not specific security flaws.

Diff

diff --git a/msk/latest/developerguide/create-topic.md b/msk/latest/developerguide/create-topic.md
index 1c801700d..04ba4f68c 100644
--- a//msk/latest/developerguide/create-topic.md
+++ b//msk/latest/developerguide/create-topic.md
@@ -5 +5 @@
-Find your cluster versionCreate a topic
+Create a topic using AWS toolsFind your cluster versionCreate a topic
@@ -9 +9 @@ Find your cluster versionCreate a topic
-In this step of [Getting Started Using Amazon MSK](./getting-started.html), you install Apache Kafka client libraries and tools on the client machine, and then you create a topic.
+In this step of [Getting Started Using Amazon MSK](./getting-started.html), you can create a topic using one of two approaches: using native AWS tools with the CreateTopic API, or using Apache Kafka AdminClient tools on a client machine.
@@ -13 +13,5 @@ In this step of [Getting Started Using Amazon MSK](./getting-started.html), you
-Apache Kafka version numbers used in this tutorial are examples only. We recommend that you use the same version of the client as your MSK cluster version. An older client version might be missing certain features and critical bug fixes.
+When using AWS tools with the CreateTopic API, verify that your cluster meets the requirements. For details, see [Requirements for using topic APIs](https://docs.aws.amazon.com/msk/latest/developerguide/msk-topic-operations-information.html#topic-operations-requirements).
+
+###### Warning
+
+When using the AdminClient approach, Apache Kafka version numbers used in this tutorial are examples only. We recommend that you use the same version of the client as your MSK cluster version. An older client version might be missing certain features and critical bug fixes.
@@ -16,0 +21,2 @@ Apache Kafka version numbers used in this tutorial are examples only. We recomme
+  * Creating a topic using AWS tools
+
@@ -23,0 +30,6 @@ Apache Kafka version numbers used in this tutorial are examples only. We recomme
+## Creating a topic using AWS tools
+
+You can create topics in your MSK cluster using AWS tools such as the AWS CLI, AWS SDKs, or the AWS Management Console. This approach provides a streamlined way to manage topics without requiring direct access to Kafka client tools.
+
+For detailed information about creating topics using the AWS tools, see the [CreateTopic API developer guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-create-topic.html).
+