MATLAB: Can I programmatically do file I/O on AWS EFS or EB3

awsaws efsaws s3

I have an AWS EC2 instance and need to determine the feasibility of programmatically copying files from my local file system to an AWS EFS or S3 storage service and vice versa.

Best Answer

R2020a copyfile() supports aws s3: URI.