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/patch_mgmt/patch_mgmt_org/templates/sra-patch_mgmt-configuration.yaml
+55-55Lines changed: 55 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Metadata:
122
122
default: Patch Management Role Name
123
123
pDisablePatchMgmt:
124
124
default: Disable Patch Management Solution
125
-
# Window 1
125
+
# Window 1 - main title of parameter
126
126
pPatchMgmtMaintWindow1Name:
127
127
default: Patch Management Maintenance Window 1 Name
128
128
pPatchMgmtMaintWindow1Desc:
@@ -148,10 +148,10 @@ Metadata:
148
148
pPatchMgmtTarget1Desc:
149
149
default: Patch Management Target 1 Description
150
150
pPatchMgmtTarget1Value1:
151
-
default: Patch Management Target 1 Value 1
151
+
default: Patch Management Target 1 Tag 1
152
152
pPatchMgmtTarget1Value2:
153
-
default: Patch Management Target 1 Value 2
154
-
# Window 2
153
+
default: Patch Management Target 1 Tag 2
154
+
# Window 2 - main title of parameter
155
155
pPatchMgmtMaintWindow2Name:
156
156
default: Patch Management Maintenance Window 2 Name
157
157
pPatchMgmtMaintWindow2Desc:
@@ -177,8 +177,8 @@ Metadata:
177
177
pPatchMgmtTarget2Desc:
178
178
default: Patch Management Target 2 Description
179
179
pPatchMgmtTarget2Value1:
180
-
default: Patch Management Target 2 Value 1
181
-
# Window 3
180
+
default: Patch Management Target 2 Tag
181
+
# Window 3 - main title of parameter
182
182
pPatchMgmtMaintWindow3Name:
183
183
default: Patch Management Maintenance Window 3 Name
184
184
pPatchMgmtMaintWindow3Desc:
@@ -204,7 +204,7 @@ Metadata:
204
204
pPatchMgmtTarget3Desc:
205
205
default: Patch Management Target 3 Description
206
206
pPatchMgmtTarget3Value1:
207
-
default: Patch Management Target 3 Value 1
207
+
default: Patch Management Target 3 Tag
208
208
209
209
Parameters:
210
210
pDisablePatchMgmt:
@@ -312,33 +312,33 @@ Parameters:
312
312
SRA Staging S3 bucket name for the artifacts relevant to solution. (e.g., lambda zips, CloudFormation templates) S3 bucket name can include
313
313
numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
314
314
Type: String
315
-
# Window 1
315
+
# Window 1 - parameter sub-description and default value
316
316
pPatchMgmtMaintWindow1Name:
317
317
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
318
318
ConstraintDescription: Maintenance Window name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
319
-
Description: Patch Management Maintenance Window 1 Name
319
+
Description: Name for first Maintenance Window
320
320
Default: Update_SSM
321
321
Type: String
322
322
pPatchMgmtMaintWindow1Desc:
323
323
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
324
324
ConstraintDescription: Maintenance Window description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
Description: Duration (hours) of the Maintenance Window
336
336
Default: 6
337
337
Type: Number
338
338
MinValue: 1
339
339
MaxValue: 24
340
340
pPatchMgmtMaintWindow1Cutoff:
341
-
Description: Stop initiating tasks before maintenance window ends (hrs)
341
+
Description: Stop initiating tasks (hours) before maintenance window ends
342
342
Default: 1
343
343
Type: Number
344
344
MinValue: 0
@@ -426,19 +426,19 @@ Parameters:
426
426
pPatchMgmtTask1Name:
427
427
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
428
428
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
429
-
Description: Patch Management Task 1 Name
429
+
Description: Name of the first Task to Update SSM Agent
430
430
Type: String
431
-
Default: Update_SSMAgent
431
+
Default: Update SSMAgent On Managed Instances
432
432
pPatchMgmtTask1Desc:
433
433
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
434
434
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
435
-
Description: Patch Management Task 1 Description
436
-
Default: Task to update SSM Agent on all managed Instances
435
+
Description: Description of the Task to Update SSM Agent
436
+
Default: Task To Update SSMAgent On Managed Instances
437
437
Type: String
438
438
pPatchMgmtTask1Operation:
439
439
AllowedValues: ["Scan", "Install"]
440
440
ConstraintDescription: Task Operation can be either Scan or Install.
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
452
-
Description: Patch Management Target 1 Name
453
-
Default: AWS-UpdateSSMAgent
452
+
Description: Name of Target Group for first Maintenance Window
453
+
Default: Targets To Update SSMAgent On Managed Instances
454
454
Type: String
455
455
pPatchMgmtTarget1Desc:
456
456
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
457
457
ConstraintDescription: Maintenance Window Target Desription can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
Default: Targets to run the command to update SSM Agent
458
+
Description: Description of Target Group for first Maintenance Window
459
+
Default: Targets To Update SSMAgent On Managed Instances
460
460
Type: String
461
461
pPatchMgmtTarget1Value1:
462
462
AllowedValues: [Linux]
463
-
Description: Patch Management Tag Value of Target group 1
463
+
Description: Patch Management Tag 1 Value of Target
464
464
Default: Linux
465
465
Type: String
466
466
pPatchMgmtTarget1Value2:
467
467
AllowedValues: [Windows]
468
-
Description: Patch Management Tag Value of Target group 1
468
+
Description: Patch Management Tag 2 Value of Target
469
469
Default: Windows
470
470
Type: String
471
-
# Window 2
471
+
# Window 2 - parameter sub-description and default value
472
472
pPatchMgmtMaintWindow2Name:
473
473
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
474
474
ConstraintDescription: Maintenance Window name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
475
-
Description: Patch Management Maintenance Window 2 Name
475
+
Description: Name for second Maintenance Window
476
476
Default: Windows_Scan
477
477
Type: String
478
478
pPatchMgmtMaintWindow2Desc:
479
479
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
480
480
ConstraintDescription: Maintenance Window description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
Description: Duration (hours) of the Maintenance Window
492
492
Default: 6
493
493
Type: Number
494
494
MinValue: 1
495
495
MaxValue: 24
496
496
pPatchMgmtMaintWindow2Cutoff:
497
-
Description: Stop initiating tasks before maintenance window ends (hrs)
497
+
Description: Stop initiating tasks (hours) before maintenance window ends
498
498
Default: 1
499
499
Type: Number
500
500
MinValue: 0
@@ -582,19 +582,19 @@ Parameters:
582
582
pPatchMgmtTask2Name:
583
583
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
584
584
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
585
-
Description: Patch Management Task 2 Name
585
+
Description: Name of the first Task to Scan Windows
586
586
Type: String
587
-
Default: Windows_Scan
587
+
Default: Scan For Patches On Managed Windows Instances
588
588
pPatchMgmtTask2Desc:
589
589
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
590
590
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
591
-
Description: Patch Management Task 2 Description
592
-
Default: Task to scan Windows Instances
591
+
Description: Description of the Task to Scan for Windows Patches
592
+
Default: Task To Scan For Patches On Managed Windows Instances
593
593
Type: String
594
594
pPatchMgmtTask2Operation:
595
595
AllowedValues: ["Scan", "Install"]
596
596
ConstraintDescription: Task Operation can be either Scan or Install.
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
608
-
Description: Patch Management Target 2 Name
609
-
Default: AWS-RunPatchBaseline
608
+
Description: Name of Target Group for second Maintenance Window
609
+
Default: Targets To Scan For Windows Updates On Managed Instances
610
610
Type: String
611
611
pPatchMgmtTarget2Desc:
612
612
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
613
613
ConstraintDescription: Maintenance Window Target Desription can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
Default: Targets to run the command to scan for Windows updates
615
+
Default: Targets To Scan For Windows Updates On Managed Instances
616
616
Type: String
617
617
pPatchMgmtTarget2Value1:
618
618
AllowedValues: [Windows]
619
-
Description: Patch Management Tag Value of Target group 2
619
+
Description: Patch Management Tag Value of Target
620
620
Default: Windows
621
621
Type: String
622
-
# Window 3
622
+
# Window 3 - parameter sub-description and default value
623
623
pPatchMgmtMaintWindow3Name:
624
624
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
625
625
ConstraintDescription: Maintenance Window name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
626
-
Description: Patch Management Maintenance Window 3 Name
626
+
Description: Name for third Maintenance Window
627
627
Default: Linux_Scan
628
628
Type: String
629
629
pPatchMgmtMaintWindow3Desc:
630
630
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
631
631
ConstraintDescription: Maintenance Window description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
Description: Duration (hours) of the Maintenance Window
643
643
Default: 6
644
644
Type: Number
645
645
MinValue: 1
646
646
MaxValue: 24
647
647
pPatchMgmtMaintWindow3Cutoff:
648
-
Description: Stop initiating tasks before maintenance window ends (hrs)
648
+
Description: Stop initiating tasks (hours) before maintenance window ends
649
649
Default: 1
650
650
Type: Number
651
651
MinValue: 0
@@ -733,19 +733,19 @@ Parameters:
733
733
pPatchMgmtTask3Name:
734
734
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
735
735
ConstraintDescription: Maintenance Window Task Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
736
-
Description: Patch Management Task 3 Name
736
+
Description: Name of the third Task to Scan Linux
737
737
Type: String
738
-
Default: Linux_Scan
738
+
Default: Scan For Patches On Managed Linux Instances
739
739
pPatchMgmtTask3Desc:
740
740
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
741
741
ConstraintDescription: Maintenance Window Task Description can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
742
742
Description: Patch Management Task 3 Description
743
-
Default: Task to scan Linux Instances
743
+
Default: Task To Scan For Patches On Managed Linux Instances
744
744
Type: String
745
745
pPatchMgmtTask3Operation:
746
746
AllowedValues: ["Scan", "Install"]
747
747
ConstraintDescription: Task Operation can be either Scan or Install.
ConstraintDescription: Maintenance Window Target Name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
759
-
Description: Patch Management Target 3 Name
760
-
Default: AWS-RunPatchBaseline
759
+
Description: Name of Target Group for third Maintenance Window
760
+
Default: Targets To Scan For Linux Updates On Managed Instances
761
761
Type: String
762
762
pPatchMgmtTarget3Desc:
763
763
AllowedPattern: '^[a-zA-Z0-9-_\s]{3,128}$'
764
764
ConstraintDescription: Maintenance Window Target Desription can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).
0 commit comments