Skip to content

Commit 37e0637

Browse files
Update README.md
1 parent d5a9631 commit 37e0637

File tree

1 file changed

+7
-6
lines changed
  • aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org

1 file changed

+7
-6
lines changed

aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The Patch Manager solution requires:
5252
- The `Patch Management IAM Role` is assumed by the Lambda function in each of the member accounts to to configure Patch Manager.
5353
- The `SSM Automation Role` is used by the Maintenance Window to execute the task.
5454
- 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.
5556

5657
#### 1.3 Maintenance Windows<!-- omit in toc -->
5758

@@ -65,16 +66,16 @@ Three Maintenance Windows are created:
6566
##### Maintenance Windows Tasks
6667

6768
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
7172

7273
##### Maintenance Window Targets
7374

7475
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
7879

7980
#### 1.4 Command Documents<!-- omit in toc -->
8081

0 commit comments

Comments
 (0)