Billing charge for Amazon Rekognition Custom Labels

0

I want to use Amazon Rekognition Custom Labels but get confused in billing charges for the service.

Particularly for Inference hour. This Inference hour is basically define as sum of time which is using for the uploading of image and result generated as output? Basically for using to upload image and get the result till this duration only. OR Sum of time which from start of model to stopping of model?

Pricing (US) Inference hour $4 per hour

1 個回答
2
已接受的答案

You can see the details of Rekognition pricing in the next link: Rekognition pricing.

The inference hours is the total hours that your model is available, that means the time that the model is running up. From the moment you start the model until you stop it (So this is second option that you indicated in your comment).

As recommended in the pricing guide, If you expect to process images in batches (e.g. once a day or week, or at scheduled times during the day), you should provision your custom model at scheduled times, process all your images, and then deprovision your resources. If you do not deprovision your resources, you will continue to be charged even if no images are processed.

profile pictureAWS
已回答 1 年前
  • While searching estimation for Rekognition pricing.

    I get to know of the Estimate based on -- Number of images processed per month AND Number of inference hours per month

    For us Number of images processed per month is suitable and it is cost effective. So how can we enable this (Number of images processed per month) service for running our model in Rekognition service.

    Thank you

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

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

回答問題指南