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
preguntada hace 2 años481 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas