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: aws/security-group/v2/security-group.yml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
# Copyright 2023-2024 The MathWorks, Inc.
2
+
# Copyright 2023-2025 The MathWorks, Inc.
3
3
AWSTemplateFormatVersion: '2010-09-09'
4
4
Transform: 'AWS::LanguageExtensions'
5
5
Description: >
6
-
MathWorks Reference Architectures Template Security Group: Creates a security group to control the inbound and outbound traffic for the resources deployed in AWS. Version: v2.0.0
6
+
MathWorks Reference Architectures Template Security Group: Creates a security group to control the inbound and outbound traffic for the resources deployed in AWS. Version: v2.1.0
7
7
8
8
Metadata:
9
9
AWS::CloudFormation::Interface:
@@ -13,6 +13,7 @@ Metadata:
13
13
Parameters:
14
14
- VpcId
15
15
- CidrRanges
16
+
- EndPortForMJSAccess
16
17
- Label:
17
18
default: Access type to provide
18
19
Parameters:
@@ -46,6 +47,8 @@ Metadata:
46
47
default: License Manager
47
48
InternalAccess:
48
49
default: Internal
50
+
EndPortForMJSAccess:
51
+
default: End port for MJS access
49
52
50
53
Parameters:
51
54
VpcId:
@@ -87,6 +90,9 @@ Parameters:
87
90
AllowedValues: ['Yes', 'No']
88
91
Default: 'No'
89
92
Description: Allow all traffic inside the security group
93
+
EndPortForMJSAccess:
94
+
Type: Number
95
+
Description: Port up to which MATLAB client traffic is allowed from CidrRanges for cluster access. See https://github.com/mathworks-ref-arch/matlab-parallel-server-on-aws for more details.
0 commit comments