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 ?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南