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
질문됨 2년 전481회 조회
1개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인