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: releases/R2022b/README.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
## Step 1. Launch the Template
4
4
5
-
Click the **Launch Stack** button to deploy a standalone MATLAB desktop client on AWS. This will open the CloudFormation Create Stack screen in your web browser.
5
+
Click the **Launch Stack** button to deploy a standalone MATLAB® desktop client on AWS®. This
6
+
opens the CloudFormation Create Stack screen in your web browser.
6
7
7
8
| Region | Launch Link |
8
9
| --------------- | ----------- |
@@ -54,10 +55,11 @@ After you click the Launch Stack button above, the “Create stack” page will
54
55
|**Additional security group to place instances in**| ID of an additional (optional) Security Group for the instances to be placed in. Often the License Manager for MATLAB's Security Group. |
55
56
|**Use Elastic IP address that persists across machine reboots**| Flag indicating whether you want to keep the same public IP address for the instance. |
56
57
|**AutoShutdown**| Choose whether you want to enable autoshutdown for your instance after a certain number of hours |
58
+
|**Custom AMI ID (Optional)**| ID of a custom Amazon Machine Image (AMI) in the target region (optional). If the build has been customized then the resulting machine image may no longer be compatible with the provided CloudFormation template. Compatability can in some cases be restored by making corresponding modifications to the CloudFormation template. The ID should start with 'ami-'. |
57
59
|**Optional user inline command**| Provide an optional inline PowerShell command to run on machine launch. For example, to set an environment variable CLOUD=AWS, use this command excluding the angle brackets: \<[System.Environment]::SetEnvironmentVariable("CLOUD","AWS", "Machine");>. You can use either double quotes or two single quotes. To run an external script, use this command excluding the angle brackets: \<Invoke-WebRequest "https://www.example.com/script.ps1" -OutFile script.ps1; .\script.ps1>. Find the logs at '$Env:ProgramData\MathWorks\startup.log'. |
58
60
59
61
60
-
>**Note**: If you chose to associate an IAM role above you'll need to acknowledge that it may create IAM resources in the Capabilities before creating the stack.
62
+
>**Note**: In the capabilities section, you must acknowledge that AWS Cloudformation might create IAM resources and autoexpand nested templates when creating the stack.
61
63
62
64
3. Click the **Create Stack** button. The CloudFormation service will start creating the resources for the stack. <p>After clicking **Create** you will be taken to the *Stack Detail* page for your stack. Wait for the Status to reach **CREATE\_COMPLETE**. This may take up to 10 minutes.</p>
63
65
@@ -70,7 +72,7 @@ After you click the Launch Stack button above, the “Create stack” page will
70
72
1. You can also connect using SSH from the terminal using the format: `ssh Administrator@<DNS name>`. *For example*: ssh [email protected]
71
73
72
74
## Step 4. Start MATLAB
73
-
Double-click the MATLAB icon on the virtual machine desktop to start MATLAB. The first time you start MATLAB, you need to enter your MathWorks Account credentials to license MATLAB. For other ways to license MATLAB, see [MATLAB Licensing in the Cloud](https://www.mathworks.com/help/install/license/licensing-for-mathworks-products-running-on-the-cloud.html).
75
+
Double-click the MATLAB icon on the virtual machine desktop to start MATLAB. The first time you start MATLAB, you need to enter your MathWorks® Account credentials to license MATLAB. For other ways to license MATLAB, see [MATLAB Licensing in the Cloud](https://www.mathworks.com/help/install/license/licensing-for-mathworks-products-running-on-the-cloud.html).
74
76
75
77
>**Note**: It may take up to a minute for MATLAB to start the first time.
76
78
@@ -90,15 +92,12 @@ Once you have finished using your stack, it is recommended that you delete all r
90
92
1. Go to the AWS CloudFormation page and select the stack you created.
91
93
1. Click the **Actions** button and click **Delete Stack** from the menu that appears.
92
94
93
-
## Resources
95
+
## Nested Stacks
94
96
95
-
The following resources will be created as part of the CloudFormation Stack.
96
-
97
-
1. Security Group for SSH and RDP access
98
-
1. EC2 Instance
97
+
This CloudFormation template uses nested stacks to reference templates used by multiple reference architectures. For details, see the [MathWorks Infrastructure as Code Building Blocks](https://github.com/mathworks-ref-arch/iac-building-blocks) repository.
99
98
100
99
----
101
100
102
-
Copyright (c) 2020-2023 The MathWorks, Inc. All rights reserved.
0 commit comments