Can AWS Batch jobs use SageMaker FastFile mode?

0

Can a regular (non-machine learning) Python job submitted via AWS Batch make use of SageMaker FastFile mode to stream data from S3 to the container? Or is there any equivalent of SageMaker FastFile mode in other Python libraries? The key point is about whether it's possible to avoid the need to copy data from S3 to the EBS or instance store volume before processing.

AWS
posta 2 anni fa481 visualizzazioni
1 Risposta
1

Don't think FastFile mode is available outside of SageMaker Training. Depending on your use-case/trade-offs, some of the options are

  1. Use SageMaker Training as your processing host
  2. Could try FSx/EFS
con risposta 2 anni 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