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

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

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

回答问题的准则