skip to Main Content

We are using AWS MSK connect "connectors". The cost of these connectors (runconnect API) by far make up the biggest chuck of the overall costs of using MSK in AWS in our case (75%). However, it looks like it is not possible to tag the connectors and therewith assign the cost to certain usergroups or projects.

Am I correct that it is not possible to tag these connectors? (or am I missing something?)

2

Answers


  1. AWS CLI has and command to tag resources for MSK.
    kafka-tag-resource

    try this, let’s see if it helps

    Login or Signup to reply.
  2. Alas, it is not possible to tag MSK Connector resources.

    AWS Docs suggest adding tags using separate tagging API. Though, this is related to aws kafka (ref), not aws kafkaconnect (ref) API. Hence, tagging API does not even exist for connectors.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search