Skip to content

Commit 89cebed

Browse files
R2022b release!
1 parent 3c9668f commit 89cebed

File tree

2 files changed

+150
-289
lines changed

2 files changed

+150
-289
lines changed

releases/R2022b/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Step 1. Launch the Template
44

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.
67

78
| Region | Launch Link |
89
| --------------- | ----------- |
@@ -54,10 +55,11 @@ After you click the Launch Stack button above, the “Create stack” page will
5455
| **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. |
5556
| **Use Elastic IP address that persists across machine reboots** | Flag indicating whether you want to keep the same public IP address for the instance. |
5657
| **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-'. |
5759
| **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'. |
5860

5961

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.
6163
6264
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>
6365

@@ -70,7 +72,7 @@ After you click the Launch Stack button above, the “Create stack” page will
7072
1. You can also connect using SSH from the terminal using the format: `ssh Administrator@<DNS name>`. *For example*: ssh [email protected]
7173

7274
## 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&reg; 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).
7476

7577
>**Note**: It may take up to a minute for MATLAB to start the first time.
7678
@@ -90,15 +92,12 @@ Once you have finished using your stack, it is recommended that you delete all r
9092
1. Go to the AWS CloudFormation page and select the stack you created.
9193
1. Click the **Actions** button and click **Delete Stack** from the menu that appears.
9294

93-
## Resources
95+
## Nested Stacks
9496

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.
9998

10099
----
101100

102-
Copyright (c) 2020-2023 The MathWorks, Inc. All rights reserved.
101+
Copyright 2020-2024 The MathWorks, Inc.
103102

104103
----

0 commit comments

Comments
 (0)