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?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Installation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!