Rekognition Bulk Analysis Info

0

Hello,

I would like to use Bulk Analysis info to all my entire bucket, meaning more than 10.000 documents but tasks are failing due to limit. So how can I achieve bulk processes into smaller batches? Can't I do 10.000, 10.000 for entire bucket?

I should be able to select entire bucket, if there is limit error it should give me error early of the process. If I can select entire bucket and can't more than 10.000 than I should be able to split.

How can I achieve my problem?

Thanks!

Alpcan
posta 5 mesi fa147 visualizzazioni
2 Risposte
0

Hi Alpcan,

the 10000 limit is related to "Maximum number of images per Amazon Rekognition Media Analysis job", so you can have multiple parallel jobs for handling more than 10k images.

You can try to shard by folders or by file names ... Please look at this function as you might build upon it: https://github.com/aws-samples/amazon-rekognition-batch-processing-label-and-face-detection/blob/master/s3_detect_label_and_then_face.py

Note that you can have max 20 "Concurrent Amazon Rekognition Media Analysis jobs per account", that you can request to increase in the Service Quotas of your AWS account: https://us-east-1.console.aws.amazon.com/servicequotas/home/services/rekognition/quotas

Please accept the answer if it helped

profile pictureAWS
con risposta 5 mesi fa
profile picture
ESPERTO
verificato 5 mesi fa
0

I think I should be able to select entire bucket if I have option like 'bulk', it should automatically dive into 10k parts

Alpcan
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande