Comprehend Endpoint Pricing - Clarification

0

The comprehend end point pricing says it is based on the active seconds.

https://aws.amazon.com/comprehend/pricing/

"Endpoints are billed on one second increments, with a minimum of 60 seconds. Charges will continue to incur from the time you start the endpoint until it is deleted even if no documents are analyzed."

Is it something like I create the end point now and i didn't use it for 1 day. Will it billed for 24 * 60 * 60 * 0.0005 = 43.2$/day, even though i didn't used it for analysis ? This cost seems to be very high, is my understanding correct ?

Can someone clarify the "active" part in the pricing statement ?

Thank you.

已提问 2 年前665 查看次数
2 回答
1

Yes. The documentation for Amazon Comprehend gives the same guidance to delete endpoints after use.

https://docs.aws.amazon.com/comprehend/latest/dg/custom-sync.html

AWS
已回答 2 年前
  • If i do the below mentioned sequence, will it be fast to make it look like real time/sync api ?

    1. create end point
    2. run analysis
    3. delete end point

    Any idea, what is the combined latency for this 3 api calls ?

    3 we can make it as async call also.

1

That is correct. You are charged for the endpoint regardless of use until the endpoint is deleted. The console will show you the cost based on the configuration.

AWS
已回答 2 年前
  • Thats too costly. I am not going to use it all time, say I would use it for 100 sync analysis per day. The total usage time will be around 1 hour. Are there any way work around to achieve this ?

    for sync analysis, do we need to create the end point and delete after analysis ?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则