MSK Serverless - Data In and Data out charges.

0

In the FAQ it could see the below content Q: How does data transfer pricing work? With provisioned clusters, you will pay standard AWS data transfer charges for data transferred in and out of an Amazon MSK cluster. You will not be charged for data transfer within the cluster in a region, including data transfer between brokers and data transfer between brokers and Apache ZooKeeper nodes.

With serverless clusters, you will pay standard AWS data transfer charges for data transferred to or from another region and for data transferred out to the public internet.

In the pricing page, the example is given as below..

Let’s assume you create a MSK Serverless cluster in US East (Ohio) AWS region. The cluster has 5 topics with 20 partitions each. Daily, your producers write on average 100GB of data and your consumers read 200GB of data. You also retain that data for 24 hours to ensure it is available for replay. In the above scenario, you would pay the following for a 31-day month:

Total = per-hour cluster charge + per-hour partition charge + data-in charges + data-out charges + storage charges Total = $558 + $111.6 + $310 + $310 + $10 = $1,299.60

Is the charging for Data-In and Data-out is only when the data is pushed or pulled from other region or if we publish a message to a topic within the region or consume a message within the region... even that is chargeable?

1개 답변
0

Standard data transfer costs in AWS are well explained in this blog post. Your scenario is in the section "Workload components in same AWS Region".

I'm assuming you haven't set up public access and you're not using the public endpoint for MSK. Data from your application to MSK and the other way around is free, when the application uses MSK's endpoint in the same availability zone. If you're routing traffic to an endpoint in a different availability zone, charges will apply for sending and receiving data from MSK. The amount depends on the region you're running your workload in.

AWS
답변함 2달 전
profile picture
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠