Simplest way to deploy image classifier on AWS Sagemaker for batch transforming?

Hey guys,

I am trying to deploy an image classifier model I trained using FastAI v1. I trained the model in Google Colab and successfully got it working as a web app on Render.

Now I need to deploy it to AWS Sagemaker to be able to do batch transform of many pictures in one batch. I don’t need a live API.

I have been googling and tinkering for a few weeks but I’m a bit lost…

What is the simplest way to achieve deployment on Sagemaker to do batch transform? I would very much appreciate if someone could point me to a tutorial (if it exists…) that I could follow, as I’m not very versed in AWS.

Thank you for any input.