Why do I receive an " 'aws' is not recognized as an internal or external command, operable program or batch file." error on MATLAB Production Server?
Show older comments
I am working on a MATLAB Production Server (MPS) instance deployed to AWS using the cloud formation template from the reference architecture. I have a function deployed to this MPS instance, which writes to S3 storage using a system call that calls the AWS CLI.
When the MPS workers attempt to run this function, they fail to write to S3. The following error message is passed to "cmdout":
'aws' is not recognized as an internal or external command, operable program or batch file.
Why do I receive this error?
Accepted Answer
More Answers (0)
Categories
Find more on Installation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!