Skip to content

Commit d5a30cc

Browse files
committed
R2026a release!
1 parent cfde27a commit d5a30cc

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
@@ -143,7 +143,7 @@ MathWorks provides prebuilt Amazon Machine Images (AMIs) only in the regions lis
143143

144144
1. **Copy AMI into your account**: Use this AWS quick-create link to copy the latest MATLAB Parallel Server AMI on Windows 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.
145145

146-
[![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-0ba87ea25e6686126&param_SourceRegion=us-east-1&param_AmiName=Copy%20of%20MATLAB%20Parallel%20Server%20Windows%20&param_ReferenceTag=https://github.com/mathworks-ref-arch/matlab-parallel-server-on-aws-win&param_MWTemplateUrl=https://matlab-parallel-server-aws-win-refarch.s3.amazonaws.com/R2026a/parallel-server-template.json)
146+
[![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-07e4c909aa4ac8291&param_SourceRegion=us-east-1&param_AmiName=Copy%20of%20MATLAB%20Parallel%20Server%20Windows%20&param_ReferenceTag=https://github.com/mathworks-ref-arch/matlab-parallel-server-on-aws-win&param_MWTemplateUrl=https://matlab-parallel-server-aws-win-refarch.s3.amazonaws.com/R2026a/parallel-server-template.json)
147147

148148
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.
149149

releases/R2026a/parallel-server-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-0ba87ea25e6686126"
6+
"AMI": "ami-07e4c909aa4ac8291"
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-05e420d92e808eff8"
15+
"AMI": "ami-04694842ccd1128c0"
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-09c03c17a47dcb07f"
24+
"AMI": "ami-06e11858a270a4bff"
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-036750ca7a08fd9a9"
48+
"AMI": "ami-0609744f06597c64a"
4949
},
5050
"ap-northeast-2": {
5151
"AMI": "Enter the ID of a custom AMI in this region."

0 commit comments

Comments
 (0)