You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Click the **Launch Stack** button to deploy resources on AWS. This will open the
39
39
40
40
| Release | Launch Button | Operating Systems |
41
41
|---------|---------------|-------------------|
42
+
| MATLAB R2023a | <ahref="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"> <imgsrc="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
42
43
| MATLAB R2022b | <ahref="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"> <imgsrc="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
43
44
| MATLAB R2022a | <ahref="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"> <imgsrc="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png"/> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
44
45
| MATLAB R2021b | <ahref="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"> <imgsrc="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
200
201
201
202
| Release | Launch Button | Operating Systems |
202
203
|---------|---------------|-------------------|
204
+
| R2023a | <ahref ="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" > <imgsrc ="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" /> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
203
205
| R2022b | <ahref ="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" > <imgsrc ="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" /> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
204
206
| R2022a | <ahref ="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" > <imgsrc ="https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png" /> </a> | Windows Server 2019 or Ubuntu 18.04 VM |
205
207
| R2021b | <ahref ="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" > <imgsrc ="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:
227
229
### How to use an existing network license manager in an existing VPC?
228
230
If you want to use an exisiting network license manager:
229
231
- 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.
231
233
232
234
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.
233
235
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
236
238
1. Click the **Inbound Rules** tab, then click **Edit Inbound Rules**.
237
239
1. Click **Add Rule**.
238
240
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.
240
242
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.
0 commit comments