Skip to content

Commit 4e9d148

Browse files
committed
R2025a release!
1 parent 299ceb1 commit 4e9d148

File tree

7 files changed

+28362
-7
lines changed

7 files changed

+28362
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ To view instructions for deploying the MATLAB reference architecture, select a M
3131

3232
| Linux | Windows | Status |
3333
| ----- | ------- | ------- |
34+
| [R2025a](releases/R2025a/README.md) | [R2025a](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/releases/R2025a/README.md) | ✅ Prebuilt available. |
3435
| [R2024b](releases/R2024b/README.md) | [R2024b](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/releases/R2024b/README.md) | ✅ Prebuilt available. |
3536
| [R2024a](releases/R2024a/README.md) | [R2024a](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/releases/R2024a/README.md) | ✅ Prebuilt available. |
36-
| [R2023b](releases/R2023b/README.md) | [R2023b](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/releases/R2023b/README.md) | Prebuilt available. |
37+
| [R2023b](releases/R2023b/README.md) | [R2023b](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/releases/R2023b/README.md) | ⚠️ Prebuilt will be removed in March 2026. |
3738
| [R2023a](releases/R2023a/README.md) | [R2023a](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/releases/R2023a/README.md) | ⚠️ Prebuilt will be removed in September 2025. |
38-
| [R2022b](releases/R2022b/README.md) | [R2022b](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/releases/R2022b/README.md) | ⚠️ Prebuilt will be removed in March 2025. |
3939
| [Earlier/Custom](./packer/v1) | [Earlier/Custom](https://github.com/mathworks-ref-arch/matlab-on-aws-win/tree/master/packer/v1) | For earlier MATLAB releases, you must build your own machine image. |
4040

4141
The above instructions allow you to launch instances based on the latest prebuilt MathWorks® Amazon Machine Images (AMIs).
@@ -131,7 +131,7 @@ You can customize a prebuilt AMI by launching the reference architecture, applyi
131131
You can also create a custom image by building your own using the Packer scripts we provide. See [Build and Deploy Your Own Machine Image](#build-and-deploy-your-own-machine-image).
132132

133133
### How do I use a different license manager?
134-
The AMI uses MathWorks Hosted License Manager by default. For information on how to use other license managers, see [MATLAB Licensing in the Cloud](https://www.mathworks.com/help/licensingoncloud/matlab-on-the-cloud.html).
134+
The AMI uses MathWorks Hosted License Manager by default. For information on how to use other license managers, see [MATLAB Licensing in the Cloud](https://www.mathworks.com/help/install/license/licensing-for-mathworks-products-running-on-the-cloud.html).
135135

136136
### What are the advantages of building images with MathWorks scripts?
137137
Images built with MathWorks scripts are optimized and tested for MathWorks workflows.

packer/v1/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ packer build -var="PRODUCTS=MATLAB Deep_Learning_Toolbox" build-matlab-ami.pkr.h
7474
```
7575

7676
#### **Customize MATLAB Release to Install**
77-
To use an earlier MATLAB release, you must use one of the variable definition files in the [release-config](https://github.com/mathworks-ref-arch/matlab-on-aws/tree/master/packer/v1/release-config) folder.
78-
These are available for MATLAB R2020a and later.
77+
To use an earlier MATLAB release, you must use one of the variable definition files in the [release-config](https://github.com/mathworks-ref-arch/matlab-on-aws/tree/master/packer/v1/release-config) folder. Note that although the files are available for MATLAB R2020a and later, MathWorks recommends using MATLAB R2023a or later. This is because the Packer builds for earlier releases use Ubuntu 20.04, which is no longer receiving security updates.
7978

8079
For example, install MATLAB R2020a and all available toolboxes.
8180
```bash
@@ -184,6 +183,6 @@ If you require assistance or have a request for additional features or capabilit
184183

185184
----
186185

187-
Copyright 2023-2024 The MathWorks, Inc.
186+
Copyright 2023-2025 The MathWorks, Inc.
188187

189188
----

0 commit comments

Comments
 (0)