@@ -52,6 +52,7 @@ The Patch Manager solution requires:
52
52
- The ` Patch Management IAM Role ` is assumed by the Lambda function in each of the member accounts to to configure Patch Manager.
53
53
- The ` SSM Automation Role ` is used by the Maintenance Window to execute the task.
54
54
- The ` DefaultHostConfig Role ` is used to enable the Default Host Configuration setting.
55
+ - The ` Patch Mgr EC2 Profile ` is used if there are issue with the Default Host Configuration setting.
55
56
56
57
#### 1.3 Maintenance Windows<!-- omit in toc -->
57
58
@@ -65,16 +66,16 @@ Three Maintenance Windows are created:
65
66
##### Maintenance Windows Tasks
66
67
67
68
Three tasks are created and registered with each of the Maintenance Windows:
68
- - ` Update SSMAgent On Managed Instances ` Runs an SSM Agent update on all Managed Instances
69
- - ` Scan For Patches On Managed Windows Instances ` Runs a scan on all Managed Instances Tagged as Windows
70
- - ` Scan For Patches On Managed Linux Instances ` Runs a scan on all Managed Instances Tagged as Linux
69
+ - ` Update_SSM ` Runs an SSM Agent update on all Managed Instances
70
+ - ` Windows_Scan ` Runs a scan on all Managed Instances Tagged as Windows
71
+ - ` Linux_Scan ` Runs a scan on all Managed Instances Tagged as Linux
71
72
72
73
##### Maintenance Window Targets
73
74
74
75
Three target groups are created and registered with each of the Maintenance Windows:
75
- - ` Targets To Update SSMAgent On Managed Instances ` which includes all instances with the tag InstanceOS: Windows or InstanceOS: Linux
76
- - ` Targets To Scan For Windows Updates On Managed Instances ` which includes all instances with the tag InstanceOS: Windows
77
- - ` Targets To Scan For Linux Updates On Managed Instances ` which includes all instances with the tag InstanceOS: Linux
76
+ - ` Update_SSM ` which includes all instances with the tag InstanceOS: Windows or InstanceOS: Linux
77
+ - ` Windows_Scan ` which includes all instances with the tag InstanceOS: Windows
78
+ - ` Linux_Scan ` which includes all instances with the tag InstanceOS: Linux
78
79
79
80
#### 1.4 Command Documents<!-- omit in toc -->
80
81
0 commit comments