https://github.com/mathworks-ref-arch/mathworks-aws-support
Amazon Web Services (AWS) support packages providing interfaces for use with MathWorks products on the AWS Cloud. This is an umbrella project to be able to recursively pull all AWS related content from a single project.
https://github.com/mathworks-ref-arch/mathworks-aws-support
matlab-aws
Last synced: 4 months ago
JSON representation
Amazon Web Services (AWS) support packages providing interfaces for use with MathWorks products on the AWS Cloud. This is an umbrella project to be able to recursively pull all AWS related content from a single project.
- Host: GitHub
- URL: https://github.com/mathworks-ref-arch/mathworks-aws-support
- Owner: mathworks-ref-arch
- License: other
- Created: 2019-02-14T22:05:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T22:18:44.000Z (over 2 years ago)
- Last Synced: 2025-03-10T19:55:14.212Z (over 1 year ago)
- Topics: matlab-aws
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# MathWorks® interfaces for Amazon Web Services™ (AWS)
Source code, documentation and reference material supporting MathWorks products on Amazon Web Services.
## System Requirements
MathWorks Products (https://www.mathworks.com)
1. [MATLAB®](https://www.mathworks.com/products/matlab.html) (R2017a or later)
2. [MATLAB Compiler™](https://www.mathworks.com/products/compiler.html) and [MATLAB Compiler SDK™](https://www.mathworks.com/products/matlab-compiler-sdk.html) (R2017a or later)
3. [MATLAB Production Server™](https://www.mathworks.com/products/matlab-production-server.html) (R2017a or later)
4. [MATLAB Distributed Computing Server™](https://www.mathworks.com/products/distriben.html) (R2017a or later)
Amazon Products (http://www.amazonaws.com)
1. Amazon Web Services account
2. [AWS SDK for Java](https://aws.amazon.com/sdk-for-java/) (version 1.11.367 or later)
Please note that some of the components included in this repository may require
different versions that supersede these requirements.
## Getting Started
Clone this repository using the recursive flag.
```bash
git clone --recursive https://github.com/mathworks-ref-arch/mathworks-aws-support.git
```
Rebuild any required java components using:
```bash
mvn clean package
```
For any pom.xml files in this or dependent repositories. These files can normally be found in the ```/Software/Java``` subdirectories of the respective packages.
Please refer to the [Documentation](Documentation/README.md) to get started.
## License
The License agreement for this software can be found [here](LICENSE.md).
## Enhancement Request
Provide suggestions for additional features or capabilities using the following link:
https://www.mathworks.com/products/reference-architectures/request-new-reference-architectures.html
## Support
Email: `mwlab@mathworks.com` or please log an issue
[//]: # (Copyright 2023 The MathWorks, Inc.)