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/README.md
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ The SRA Patch Manager solution will automate enabling Systems Manager - Patch ma
20
20
- Assumes a role in each member account to enable/disable the Patch Manager Solution.
21
21
- Creates 3 Maintenance Windows:
22
22
- One updates the SSM Agents on all Managed Instances.
23
-
- One scans for, or installs, missing patches on Managed Instances tagged as Windows.
24
-
- One scans for, or installs, missing patches on Managed Instances tagged as Linux.
23
+
- One scans for, or installs, missing **Security patches rated Critical or Important** and **Bugfixes** on Managed Instances tagged as Windows.
24
+
- One scans for, or installs, missing **Security patches rated Critical or Important** and **Bugfixes** on Managed Instances tagged as Linux.
25
25
- Configures the [Default Host Configuration](https://docs.aws.amazon.com/systems-manager/latest/userguide/quick-setup-default-host-management-configuration.html) feature.
26
26
- Ability to disable Patch Manager within all accounts and regions via a parameter and CloudFormation update event.
27
27
@@ -126,7 +126,24 @@ Choose to deploy the Patch Manager solution from within the chosen deployment ty
126
126
127
127
---
128
128
129
-
#### Troubleshooting<!-- omit in toc -->
129
+
## Viewing Results
130
+
131
+
### 1.0 Viewing Node Compliance<!-- omit in toc -->
132
+
133
+
Navigate to 'Systems Manager' then 'Patch Manager'. From the Dashboard select the 'Compliance Reporting' tab. This will show you all your managed instances, the Compliance Status, and the Non-Compliant Count of patches.
### 1.0 Viewing Missing Patches<!-- omit in toc -->
138
+
139
+
Navigate to 'Systems Manager' then 'Patch Manager'. From the Dashboard select the 'Compliance Reporting' tab. This will show you all your managed instances, the Compliance Status, and the Non-Compliant Count of patches.
0 commit comments