Skip to content

Commit 29a7d69

Browse files
committed
R2026a release!
1 parent f206510 commit 29a7d69

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

releases/R2026a/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ MathWorks provides prebuilt Amazon Machine Images (AMIs) only in the regions lis
247247

248248
1. **Copy AMI into your account**: Use this AWS quick-create link to copy the latest MATLAB Parallel Server AMI on Linux into your AWS account. Clicking the link opens a CloudFormation template with prepopulated fields. Set the AWS region in the AWS console to your desired region and deploy the template to copy the AMI. Copying takes 5 to 15 minutes. You are responsible for the costs associated with the storage of this AMI and its snapshots in your AWS account. To save costs, delete this AMI and the snapshots if you no longer need it.
249249

250-
[![alt text](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png "Copy an AMI into your AWS account")](https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://mathworks-reference-architectures-templates.s3.amazonaws.com/copy-ami-lambda/v1/0/0/copy-ami-lambda.yml&stackName=Copy-of-MATLAB-Parallel-Server--AMI&param_SourceAmiId=ami-093429c763f4ca032&param_SourceRegion=us-east-1&param_AmiName=Copy%20of%20MATLAB%20Parallel%20Server%20Linux%20&param_ReferenceTag=https://github.com/mathworks-ref-arch/matlab-parallel-server-on-aws&param_MWTemplateUrl=https://mdcs-on-aws.s3.amazonaws.com/R2026a/mjs-cluster-template.json)
250+
[![alt text](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png "Copy an AMI into your AWS account")](https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://mathworks-reference-architectures-templates.s3.amazonaws.com/copy-ami-lambda/v1/0/0/copy-ami-lambda.yml&stackName=Copy-of-MATLAB-Parallel-Server--AMI&param_SourceAmiId=ami-066bed548ce12b4fd&param_SourceRegion=us-east-1&param_AmiName=Copy%20of%20MATLAB%20Parallel%20Server%20Linux%20&param_ReferenceTag=https://github.com/mathworks-ref-arch/matlab-parallel-server-on-aws&param_MWTemplateUrl=https://mdcs-on-aws.s3.amazonaws.com/R2026a/mjs-cluster-template.json)
251251

252252
2. **Deploy a cluster using your copied AMI**: After your copy is complete and your AMI is ready, use the `LaunchClusterWithCopiedAmi` link in the outputs tab to deploy a cluster in your desired region. You can also share this link or the Custom AMI ID with others in your AWS account to allow them to deploy clusters using the same AMI.
253253

releases/R2026a/mjs-cluster-template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Mappings": {
44
"RegionMap": {
55
"us-east-1": {
6-
"AMI": "ami-093429c763f4ca032"
6+
"AMI": "ami-066bed548ce12b4fd"
77
},
88
"us-east-2": {
99
"AMI": "Enter the ID of a custom AMI in this region."
@@ -12,7 +12,7 @@
1212
"AMI": "Enter the ID of a custom AMI in this region."
1313
},
1414
"us-west-2": {
15-
"AMI": "ami-0f92eb06d7cf3a9cd"
15+
"AMI": "ami-0896b2a831fa7ebb7"
1616
},
1717
"ca-central-1": {
1818
"AMI": "Enter the ID of a custom AMI in this region."
@@ -21,7 +21,7 @@
2121
"AMI": "Enter the ID of a custom AMI in this region."
2222
},
2323
"eu-west-1": {
24-
"AMI": "ami-0562e311c06f075fb"
24+
"AMI": "ami-08565056a569052cb"
2525
},
2626
"eu-west-2": {
2727
"AMI": "Enter the ID of a custom AMI in this region."
@@ -45,7 +45,7 @@
4545
"AMI": "Enter the ID of a custom AMI in this region."
4646
},
4747
"ap-northeast-1": {
48-
"AMI": "ami-04ed171c0b52314ce"
48+
"AMI": "ami-007d9ea00c9dc39f4"
4949
},
5050
"ap-northeast-2": {
5151
"AMI": "Enter the ID of a custom AMI in this region."

0 commit comments

Comments
 (0)