So the problem is the following: I have several .zip files of relatively big size (20-30GB) that I have uploaded to s3 Bucket. Since there is quite complex procedure for unzipping them (because in my case the standard way with using Lambda will not work, I believe due to the size of unarchived documents will be around 100-105gb) so I thought of using these .zip files on Sagemaker Notebook instane and unarchive them there. The problem that I have quite weak internet bandwith and have issue with uploading the files directly as one chunk. Is there any ways to transfer these files from s3 bucket to SM Instance (not using direct uploads from local machine)?
Many thanks!