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_sra_examples/solutions/account/account_alternate_contacts/templates/sra-account-alternate-contacts-main-ssm.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.0
12
+
Version: 1.1
13
13
Entry: Parameters for deploying solution resolving SSM parameters
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -300,8 +300,8 @@ Parameters:
300
300
Description: The SRA solution name. The default value is the folder name of the solution.
301
301
Type: String
302
302
pSRASolutionVersion:
303
-
AllowedValues: [v1.0]
304
-
Default: v1.0
303
+
AllowedValues: [v1.1]
304
+
Default: v1.1
305
305
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/account/account_alternate_contacts/templates/sra-account-alternate-contacts-main.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Description:
8
8
in the repo, https://github.com/aws-samples/aws-security-reference-architecture-examples (sra-1ssgnse6j)
9
9
Metadata:
10
10
SRA:
11
-
Version: 1.0
11
+
Version: 1.1
12
12
Entry: Parameters for deploying solution without resolving SSM parameters
13
13
Order: 1
14
14
AWS::CloudFormation::Interface:
@@ -294,8 +294,8 @@ Parameters:
294
294
Description: The SRA solution name. The default value is the folder name of the solution.
295
295
Type: String
296
296
pSRASolutionVersion:
297
-
AllowedValues: [v1.0]
298
-
Default: v1.0
297
+
AllowedValues: [v1.1]
298
+
Default: v1.1
299
299
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/common/common_register_delegated_administrator/templates/sra-common-register-delegated-administrator-ssm.yaml
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/common/common_register_delegated_administrator/templates/sra-common-register-delegated-administrator.yaml
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/config/config_conformance_pack_org/templates/sra-config-conformance-pack-org-main.yaml
+12-4
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,15 @@ Description:
8
8
the repo, https://github.com/aws-samples/aws-security-reference-architecture-examples (sra-1ssgnse3o)
9
9
Metadata:
10
10
SRA:
11
-
Version: 1.1
11
+
Version: 1.2
12
12
AWS::CloudFormation::Interface:
13
13
ParameterGroups:
14
14
- Label:
15
15
default: General Properties
16
16
Parameters:
17
17
- pSRASolutionName
18
18
- pSRAStagingS3BucketName
19
+
- pSRASolutionVersion
19
20
20
21
- Label:
21
22
default: Conformance Pack Properties
@@ -55,6 +56,8 @@ Metadata:
55
56
default: Register Delegated Admin Account
56
57
pSRASolutionName:
57
58
default: SRA Solution Name
59
+
pSRASolutionVersion:
60
+
default: SRA Solution Version
58
61
pSRAStagingS3BucketName:
59
62
default: SRA Staging S3 Bucket Name
60
63
@@ -120,6 +123,11 @@ Parameters:
120
123
Default: sra-config-conformance-pack-org
121
124
Description: The SRA solution name. The default value is the folder name of the solution
122
125
Type: String
126
+
pSRASolutionVersion:
127
+
AllowedValues: [v1.2]
128
+
Default: v1.2
129
+
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Description: Creates S3 bucket to store the conformance pack results
166
+
Description: !Sub ${pSRASolutionVersion} - Creates S3 bucket to store the conformance pack results
159
167
ExecutionRoleName: AWSControlTowerExecution
160
168
ManagedExecution:
161
169
Active: true
@@ -190,12 +198,12 @@ Resources:
190
198
Description: !If
191
199
- cRegisterDelegatedAdmin
192
200
- !Sub[
193
-
"This template creates an AWS Organizations Config Conformance Pack in the Control Tower Audit account. - 'config_conformance_pack_org'
201
+
"${pSRASolutionVersion} - This template creates an AWS Organizations Config Conformance Pack in the Control Tower Audit account. - 'config_conformance_pack_org'
194
202
solution in the repo, https://github.com/aws-samples/aws-security-reference-architecture-examples. Delegated Admin Solution -
- This template creates an AWS Organizations Config Conformance Pack in the Control Tower Audit account. - 'config_conformance_pack_org'
206
+
- !Sub${pSRASolutionVersion} - This template creates an AWS Organizations Config Conformance Pack in the Control Tower Audit account. - 'config_conformance_pack_org'
199
207
solution in repo, https://github.com/aws-samples/aws-security-reference-architecture-examples.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/config/config_management_account/templates/sra-config-management-account-main-ssm.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Description:
10
10
11
11
Metadata:
12
12
SRA:
13
-
Version: 1.1
13
+
Version: 1.2
14
14
Entry: Parameters for deploying solution resolving SSM parameters
15
15
Order: 1
16
16
AWS::CloudFormation::Interface:
@@ -177,8 +177,8 @@ Parameters:
177
177
Description: The SRA solution name. The default value is the folder name of the solution
178
178
Type: String
179
179
pSRASolutionVersion:
180
-
AllowedValues: [v1.1]
181
-
Default: v1.1
180
+
AllowedValues: [v1.2]
181
+
Default: v1.2
182
182
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/config/config_management_account/templates/sra-config-management-account-main.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
(sra-1ssgnse2s)
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.1
12
+
Version: 1.2
13
13
Entry: Parameters for deploying solution without resolving SSM parameters
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -168,8 +168,8 @@ Parameters:
168
168
Description: The SRA solution name. The default value is the folder name of the solution
169
169
Type: String
170
170
pSRASolutionVersion:
171
-
AllowedValues: [v1.1]
172
-
Default: v1.1
171
+
AllowedValues: [v1.2]
172
+
Default: v1.2
173
173
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/ec2/ec2_default_ebs_encryption/templates/sra-ec2-default-ebs-encryption-main-ssm.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.2
12
+
Version: 1.3
13
13
Entry: Parameters for deploying solution resolving SSM parameters
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -156,8 +156,8 @@ Parameters:
156
156
Description: The SRA solution name. The default value is the folder name of the solution
157
157
Type: String
158
158
pSRASolutionVersion:
159
-
AllowedValues: [v1.2]
160
-
Default: v1.2
159
+
AllowedValues: [v1.3]
160
+
Default: v1.3
161
161
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/ec2/ec2_default_ebs_encryption/templates/sra-ec2-default-ebs-encryption-main.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.2
12
+
Version: 1.3
13
13
Entry: Parameters for deploying solution
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -152,8 +152,8 @@ Parameters:
152
152
Description: The SRA solution name. The default value is the folder name of the solution
153
153
Type: String
154
154
pSRASolutionVersion:
155
-
AllowedValues: [v1.2]
156
-
Default: v1.2
155
+
AllowedValues: [v1.3]
156
+
Default: v1.3
157
157
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-main-ssm.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.3
12
+
Version: 1.4
13
13
Entry: Parameters for deploying solution resolving SSM parameters
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -127,8 +127,8 @@ Parameters:
127
127
Description: The SRA solution name. The default value is the folder name of the solution
128
128
Type: String
129
129
pSRASolutionVersion:
130
-
AllowedValues: [v1.3]
131
-
Default: v1.3
130
+
AllowedValues: [v1.4]
131
+
Default: v1.4
132
132
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/firewall_manager/firewall_manager_org/templates/sra-firewall-manager-org-main.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Description:
9
9
10
10
Metadata:
11
11
SRA:
12
-
Version: 1.3
12
+
Version: 1.4
13
13
Entry: Parameters for deploying solution
14
14
Order: 1
15
15
AWS::CloudFormation::Interface:
@@ -125,8 +125,8 @@ Parameters:
125
125
Description: The SRA solution name. The default value is the folder name of the solution
126
126
Type: String
127
127
pSRASolutionVersion:
128
-
AllowedValues: [v1.3]
129
-
Default: v1.3
128
+
AllowedValues: [v1.4]
129
+
Default: v1.4
130
130
Description: The SRA solution version. Used to trigger updates on the nested StackSets.
0 commit comments