From 5bd35192a66c7d8364d78ad03f5622410528b168 Mon Sep 17 00:00:00 2001 From: Eli Udler Date: Tue, 4 Nov 2025 14:54:00 -0500 Subject: [PATCH 1/2] Updates for R2025b (#6) --- releases/R2025b/README.md | 2 +- releases/release-notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/releases/R2025b/README.md b/releases/R2025b/README.md index cc84b14..d25d056 100644 --- a/releases/R2025b/README.md +++ b/releases/R2025b/README.md @@ -27,7 +27,7 @@ On the **Create Stack** page, specify these parameters: ||**Server**| | **Number of Server VMs** | Choose the number of AWS instances to start for the server.

*Example*: 6

For example, if you have a 24-worker MATLAB Production Server license and select `m6.xlarge` (4 cores) as the **Number of server VMs**, you need 6 worker nodes to fully use the workers in your license.

You can always underprovision the number instances, in which case you may end up using fewer workers than you are licensed for.

| | **Server VM Type** | Choose the AWS instance type to use for the server instances. All AWS instance types are supported. For more information, see [Amazon EC2 Instance Types](https://aws.amazon.com/ec2/instance-types/).

*Example*: m6.xlarge

| -| **Server VM Operating System** | Choose between Windows (Windows Server 2022) and Linux (Ubuntu 22) to use for the server instances. | +| **Server VM Operating System** | Choose between Windows (Windows Server 2022) and Linux (Ubuntu 24.04) to use for the server instances. | | **Create ElastiCache for Redis** | Choose whether you want to create a Redis ElastiCache service. Creating this service enables you to use the persistence functionality of the server. Persistence provides a mechanism to cache data between calls to MATLAB code running on a server instance. | ||**Dashboard Login**| | **Username for MATLAB Production Server Dashboard** | Specify the administrator username for logging in to the MATLAB Production Server Dashboard. | diff --git a/releases/release-notes.md b/releases/release-notes.md index f348e45..c0160ed 100644 --- a/releases/release-notes.md +++ b/releases/release-notes.md @@ -2,6 +2,7 @@ ### R2025b - You can now deploy MATLAB Production Server R2025b using the Amazon Web Services reference architecture. +- Starting October 2025, Linux servers use Ubuntu 24.04 for improved performance and security. ### R2025a - You can now deploy MATLAB Production Server R2025a using the Amazon Web Services reference architecture. From 2b9481e18688bb355c08c48bd6d21bb5c9434b94 Mon Sep 17 00:00:00 2001 From: Eli Udler Date: Tue, 4 Nov 2025 15:12:31 -0500 Subject: [PATCH 2/2] Updates for R2025b --- releases/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-notes.md b/releases/release-notes.md index c0160ed..25a8138 100644 --- a/releases/release-notes.md +++ b/releases/release-notes.md @@ -2,7 +2,7 @@ ### R2025b - You can now deploy MATLAB Production Server R2025b using the Amazon Web Services reference architecture. -- Starting October 2025, Linux servers use Ubuntu 24.04 for improved performance and security. +- Starting November 2025, Linux servers use Ubuntu 24.04 for improved performance and security. ### R2025a - You can now deploy MATLAB Production Server R2025a using the Amazon Web Services reference architecture.