Follow these steps to deploy the R2022b MATLAB Web App Server reference architecture on AWS. To deploy reference architectures for other releases, see Deploy Reference Architecture for Your Release.
Before launching the template, make sure that you have selected one of these supported AWS regions from the top navigation:
- US East (N. Virginia)
- Europe (Ireland)
- Asia Pacific (Tokyo)
Then, click the appropriate Launch Stack button to launch the stack configuration template for deploying resources onto your AWS account. You can deploy resources onto either a new or existing VPC.
Release | New VPC | Existing VPC | Operating Systems |
---|---|---|---|
R2022b | Windows Server 2019 or Ubuntu 18.04 VM |
The AWS Management Console opens in your web browser.
NOTE: Mulitple versions of MATLAB Runtime are supported. For details, see Deploy Reference Architecture for Your Release.
NOTE: Creating a stack on AWS can take at least 20 minutes.
-
Provide values for parameters in the Create Stack page:
Parameter Name Value Stack name Choose a name for the stack. This will be shown in the AWS console. Example:
Boston
Settings for Hosting MATLAB Web App Server Name of Existing Amazon EC2 Key Pair Choose an existing Amazon EC2 key pair to connect to the EC2 instance hosting MATLAB Web App Server. If you do not have a key pair, create one. For details, see Amazon EC2 Key Pairs. Example:
boston-keypair
IP Address of MATLAB Web App Server Administrator in CIDR Notation Specify the IP address of the administrator using CIDR notation. The administrator can remotely connect to the EC2 instance that hosts MATLAB Web App Server and administer it. The IP address can be a single IP address or a range of IP addresses. The format for this field is IP Address/Mask.The format for this field is IP Address/Mask. Example:
x.x.x.x/32
- This is the public IP address which can be found by searching for "what is my ip address" on the web. The mask determines the number of IP addresses to include.
- A mask of 32 is a single IP address.
- Use a CIDR calculator if you need a range of more than one IP addresses.
- You may need to contact your IT administrator to determine which address is appropriate.
Do You Want to Use the Same IP Address Range to Access the MATLAB Web App Server Apps Home Page? Select, Yes or No. - If you select Yes, the same IP address range specified above is configured to access the MATLAB Web App Server apps homepage. Choose this option if you know that the same set of users will administer the server and access web apps on the apps home page.
- If you select No, you must specify a new IP address range in the next field. Choose this option if the users accessing web apps on the apps home page are different from the users administering the server.
IP Addresses Allowed to Access MATLAB Web App Server Apps Home Page Complete this field only if you selected "No" in the previous field. Specify the range of IP addresses that can access the MATLAB Web App Server apps home page in CIDR notation. The format for this field is IP Address/Mask. Example:
x.x.x.x/24
ARN of SSL Certificate Specify the Amazon Resource Name (ARN) of the SSL certificate you uploaded to the AWS Certificate Manager. The ARN facilitates connecting to the apps home page using an HTTPS connection. Example:
arn:aws:acm:us-east-1:012345678910:certificate/666abcd6-ab6c-6ab6-a666-a666666bcd66
To retrieve an ARN:
- Type "Certificate Manager" in the search box at the top of the web page and hit Enter. This automatically takes you to the AWS Certificate Manager.
- Select the certificate you uploaded based on Certificate ID, or Domain name, or Name tag .
- Copy the ARN from the "Certificate status" section at the top.
For more information, see Create Self-signed Certificate and Upload Self-signed Certificate to AWS Certificate Manager.
EC2 Instance Type Choose the AWS EC2 instance type to use for the server. All AWS instance types are supported. For more information, see Amazon EC2 Instance Types. Example:
m5.xlarge
Operating System Choose between Windows (Windows Server) and Linux (Ubuntu). Settings for Network License Manager Password for Network License Manager Specify a password for the network license manager. Use this password to log in to the network license manager after the stack has been successfully created. Deploying MATLAB Web App Server automatically deploys a network license manager.
Confirm Password Reenter the password to log in to the network license manager. Note: Make sure you select US East (N.Virginia), EU (Ireland) or Asia Pacific (Tokyo) as your region from the navigation panel on top. Currently, US East, EU (Ireland), and Asia Pacific (Tokyo) are the only supported regions.
-
Tick the boxes to accept that the template uses IAM roles. For more information about IAM, see IAM FAQ.
-
Click the Create button. The CloudFormation service starts creating resources for the stack.
Note: Clicking Create takes you to the Stack Detail page for your stack. Wait for the Status to reach CREATE_COMPLETE. This can take up to 20 minutes.
Note: If you are deploying to a new VPC, skip this step.
To deploy MATLAB Web App Server onto an existing VPC, specify these additional parameters.
Parameter | Value |
---|---|
Existing VPC ID | ID of your existing VPC. |
IP address range of existing VPC | IP address range from the existing VPC. To find the IP address range:
|
Assign Public IP to EC2 Instance Hosting MATLAB Web App Server | Specify whether the deployed EC2 instance must use a public IP address. If you select "No", you must provide a private subnet in the field "Subnet for MATLAB Web App Server". |
Subnet for MATLAB Web App Server | Specify the ID of a public or private subnet within the existing VPC that will host the server. |
Public Subnet 1 ID | ID of an existing public subnet to host server resources. This subnet can be the same as the one hosting MATLAB Web App Server, as long as the subnet hosting the server is public. If the subnet hosting the server is private, then this subnet must be a different public subnet. |
Public Subnet 2 ID | ID of an existing public subnet to host server resources. This subnet must be different from Public Subnet 1. |
You will also need to open the following ports in your VPC:
Port | Description |
---|---|
443 |
Required for communicating with MATLAB Web App Server apps home page. |
8000 , 9988 |
Required for communication between MATLAB Web App Server controllers and AWS services. These ports do not need to be open to the internet. |
27000 |
Required for communication between the network license manager and MATLAB Web App Server. |
3389 , 22 |
Required for Remote Desktop and Secure Connection functionality. This can be used for troubleshooting and debugging MATLAB Web App Server. |
If you want to use an exisiting network license manager:
- Choose
No
for the Deploy Network License Manager step of the deployment. - Specify the IP address of the existing network license manager in the
IP Address of Existing Network License Manager
step of the deployment.
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.
- In the AWS management console, select the stack where the network license manager is deployed.
- In the Stack details for your stack, click Resources.
- Look for the Logical ID named
SecurityGroup
and click the corresponding URL listed under Physical ID. This will take you to the security group details. - Click the Inbound Rules tab, then click Edit Inbound Rules.
- Click Add Rule.
- In the Type dropdown, select
All TCP
. - In the Source, search and add the
MatlabWebappServerCloudStackSg
security group. - Click Save Rules.
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.
Review or edit your stack details. You must select the acknowledgements to create IAM resources. Otherwise, the deployment produces a Requires capabilities : [CAPABILITY_IAM]
error and fails to create resources. For more information about IAM, see IAM FAQ.
Click the Create button. The CloudFormation service starts creating resources for the stack.
Note: Clicking Create takes you to the Stack Detail page for your stack. Wait for the Status to reach CREATE_COMPLETE. This can take up to 20 minutes.
- Click Outputs in the Stack details for your stack.
- Look for the key named
MATLABWebAppServerLicenseManager
and click the corresponding URL listed under value. This will take you to Network License Manager for MATLAB Dashboard login page. - The username is manager. For the password, enter the password you entered in the Password for Network License Manager field while creating the stack in Step 2.
- Follow the instructions on the home page of the network license manager to upload your MATLAB Web App Server license.
Note: MATLAB Web App Server automatically starts after succesfully uploading a valid license file.
- In the Stack details for your stack, click the Outputs tab.
- Look for the key named
MATLABWebAppServerAppsHomePage
and click the corresponding URL listed under value. This opens the apps home page.
You are now ready to use MATLAB Web App Server on AWS.
To run applications on MATLAB Web App Server, you need to create web apps using MATLAB Compiler. For details, see Web Apps in the MATLAB Compiler product documentation.
- In the AWS management console, select the stack that you deployed.
- In the Stack details for your stack, click the Outputs tab.
- Look for the key named
MATLABWebAppServerAppsS3Bucket
, and click the corresponding URL listed under value. - In the S3 console, click apps.
- Click Upload > Add Files to select and upload web apps (
.ctf
files).
NOTE 1: If you enable OIDC authentication, you can upload web apps from the apps home page. Any apps you upload via the apps home page are not synchornized with S3 bucket. To enable OIDC authentication, see Configure OIDC Authentication. NOTE 2: Only folders created within the APPS root level folder are supported. Subfolders within those folders are not supported.
- In the AWS management console, select the stack you deployed.
- In the Stack Detail for your stack, click the Outputs tab.
- Look for the key named
MATLABWebAppServerEC2Instance
and click the corresponding URL listed under value. This will take you to the server instance (matlab-webapp-server-vm
) page. - Click the Connect button at the top.
- In the Connect to instance dialog, click the RDP client tab and then click Get Password.
- Click Choose File to navigate and select the private key file (
.pem
file) for the key pair that you used while creating the stack in Step 2. - Click Decrypt Password. The console displays the password for the instance in the Connect to instance dialog.
- Copy the password to the clipboard.
- In the AWS management console, select the stack you deployed.
- In the Stack details for your stack, click the Outputs tab.
- Look for the key named
MATLABWebAppServerEC2Instance
and click the corresponding URL listed under value. This will take you to the server instance (matlab-webapp-server-vm
) page. - Click the value under Instance ID to view the instance summary.
- Click the Connect button at the top.
- In the Connect to instance dialog, click the RDP client tab.
- Click the Download remote desktop file button to download a .rdp file.
- Use the .rdp file to remotely connect to EC2 instance using the following credentials:
- Username: Administrator
- Password: The decrypted password. For details, see Get Password to EC2 Instance.
- In the AWS management console, select the stack you deployed.
- In the Stack details for your stack, click the Outputs tab.
- Look for the key named
MATLABWebAppServerEC2Instance
and click the corresponding URL listed under value. This will take you to the server instance (matlab-webapp-server-vm
) page. - Click the value under Instance ID to view the instance summary.
- Click the Connect button at the top.
- In the Connect to instance dialog, click the SSH client tab.
- Follow the instructions on the page to SSH to the EC2 instance.
Task | Relevant Files | Details |
---|---|---|
Server Administration | webapps-start , webapps-stop , webapps-restart , webapps-status |
Command-Line Scripts Documentation |
Authentication | webapps_authn.json |
Authentication Documentation |
Role-Based Access | webapps_app_roles.json |
Role-Based Access Documentation |
Policy-Based Access | webapps_acc_ctl.json |
Policy-Based Access Documentation |
- Connect to the EC2 instance hosting MATLAB Web App Server. For details, see:
- Follow the instructions on the Authentication page in the MathWorks documentation.
NOTE: SSL is enabled when you deploy the stack.
- For the
redirectUrl
, use the URL created as part of your stack.- In the AWS management console, select the stack you deployed.
- In the Stack details for your stack, click the Outputs tab.
- Look for the key named
MATLABWebAppServerOIDCRedirectUrl
and copy the corresponding URL listed under value. - Use this URL in the
webapps_authn.json
file.
For information on creating a self-signed certificate, see Create and Sign an X509 Certificate.
- Open the AWS Certificate Manager.
- Click the button at the top of the page to Import a certificate.
- Copy the contents of the
.crt
file containing the certificate into the field labeled Certificate body. - Copy the contents of the
.pem
file containing the private key into the field labeled Certificate private key. - Leave the field labeled Certificate chain blank.
- Click the button labeled Review and import.
- Review the settings and click the Import button.
- Copy the value of the Amazon Resource Name (ARN) field from the Details section of the certificate.
The ARN value that you copied should be pasted into the ARN of SSL Certificate parameter of the template in Step 2.
Logs are available in AWS CloudWatch.
- In the AWS management console, select the stack you deployed.
- In the Stack details for your stack, click the Outputs tab.
- To view logs related to the cloud console and the MATLAB Web App Server workers, look for the key named
MATLABWebAppServerLogGroup
, and click the corresponding URL listed under value.
- In the AWS management console, select the stack that you deployed.
- In the Stack details for your stack, click the Outputs tab.
- Look for the key named
MATLABWebAppServerLicenseManager
, and click the corresponding URL listed under value. - Log in to the Network License Manager for MATLAB dashboard using the following credentials:
Username: manager
Password: Enter the password you provided while creating the stack. - Click Administration > Manage License.
- Copy the license server MAC address displayed at the top.
When you deploy the MATLAB Web App Server reference architecture, a network license manager is automatically deployed. You can also use an existing license manager that is located in the same VPC and the security group of the MATLAB Web App Server EC2 instance. For details, see Network License Manager for MATLAB.
NOTE: The license manager MAC address is available only after the stack creation is complete.
To delete the stack:
- Log in to the AWS Console.
- Go to the CloudFormation page and select the stack you created.
- Click Delete.
Provide suggestions for additional features or capabilities using the following link: https://www.mathworks.com/cloud/enhancement-request.html
If you require assistance or have a request for additional features or capabilities, please contact MathWorks Technical Support.