An open API service indexing awesome lists of open source software.

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.

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.)