Skip to content

Commit 44e9041

Browse files
authored
R2023a release
1 parent 3b18102 commit 44e9041

File tree

3 files changed

+272
-5
lines changed

3 files changed

+272
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Click the **Launch Stack** button to deploy resources on AWS. This will open the
3939

4040
| Release | Launch Button | Operating Systems |
4141
|---------|---------------|-------------------|
42+
| MATLAB R2023a | <a href="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2023a_refarch/WebAppServer_new.yml" target="_blank"> <img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
4243
| MATLAB R2022b | <a href="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2022b_refarch/WebAppServer_new.yml" target="_blank"> <img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
4344
| MATLAB R2022a | <a href="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2022a_refarch/WebAppServer_new.yml" target="_blank"> <img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
4445
| MATLAB R2021b | <a href="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2021b_refarch/WebAppServer_new.yml" target="_blank"> <img src="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
@@ -200,6 +201,7 @@ Use the following templates to launch the reference architecture within an exist
200201

201202
| Release | Launch Button | Operating Systems |
202203
|---------|---------------|-------------------|
204+
| R2023a | <a href ="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2023a_refarch/WebAppServer_existing.yml" target ="_blank" > <img src ="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" /> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
203205
| R2022b | <a href ="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2022b_refarch/WebAppServer_existing.yml" target ="_blank" > <img src ="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" /> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
204206
| R2022a | <a href ="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2022a_refarch/WebAppServer_existing.yml" target ="_blank" > <img src ="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" /> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
205207
| R2021b | <a href ="https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://matlab-web-app-server-templates.s3.amazonaws.com/r2021b_refarch/WebAppServer_existing.yml" target ="_blank" > <img src ="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" /> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
@@ -227,7 +229,7 @@ You will also need to open the following ports in your VPC:
227229
### How to use an existing network license manager in an existing VPC?
228230
If you want to use an exisiting network license manager:
229231
- Choose `No` for the *Deploy Network License Manager* step of the deployment.
230-
- Specify the IP address of the existing network license manager in the `IP Address of Existing Network License Manager` step of the deployment.
232+
- Specify the IP address of the existing network license manager in the `IP Address of Existing Network License Manager` step of the deployment. You can find the private IP address in the *Outputs* tab of the existing network license manager deployment.
231233

232234
To use an existing network license manager, you must add the security group of the server VMs to the security group of the license manager.
233235
1. In the AWS management console, select the stack where the network license manager is deployed.
@@ -236,15 +238,15 @@ To use an existing network license manager, you must add the security group of t
236238
1. Click the **Inbound Rules** tab, then click **Edit Inbound Rules**.
237239
1. Click **Add Rule**.
238240
1. In the **Type** dropdown, select ```All TCP```.
239-
1. In the **Source**, search and add the ```MatlabWebappServerCloudStackSg``` security group.
241+
1. In the **Source**, search and add the ```matlab-webapp-server-sg``` security group.
240242
1. Click **Save Rules**.
241-
242-
>**NOTE:** When using an existing license manager on an existing VPC, use the private IP address of the network license manager. You can find the private IP address in the *Outputs* tab of the existing network license manager deployment.
243+
243244

244245
## What versions of MATLAB Runtime are supported?
245246

246-
| Release | MATLAB Runtimes |
247+
| Release | MATLAB Runtime |
247248
|---------------|----------------|
249+
| MATLAB R2023a | R2020b, R2021a, R2021b, R2022a, R2022b, R2023a |
248250
| MATLAB R2022b | R2020a, R2020b, R2021a, R2021b, R2022a, R2022b |
249251
| MATLAB R2022a | R2019b, R2020a, R2020b, R2021a, R2021b, R2022a |
250252
| MATLAB R2021b | R2020a, R2020b, R2021a, R2021b |

0 commit comments

Comments
 (0)