Skip to content

Commit 7d2cdbd

Browse files
Update README.md
1 parent 37e0637 commit 7d2cdbd

File tree

1 file changed

+11
-1
lines changed
  • aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org

1 file changed

+11
-1
lines changed

aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ The SRA Patch Manager solution will automate enabling Systems Manager - Patch ma
1818

1919
**Key solution features:**
2020
- Assumes a role in each member account to enable/disable the Patch Manager Solution.
21-
- Creates 3 Maintenance Windows to Scan or Patch Windows or Linux Managed Instances
21+
- Creates 3 Maintenance Windows:
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.
2225
- Configures the [Default Host Configuration](https://docs.aws.amazon.com/systems-manager/latest/userguide/quick-setup-default-host-management-configuration.html) feature.
2326
- Ability to disable Patch Manager within all accounts and regions via a parameter and CloudFormation update event.
2427

@@ -123,6 +126,13 @@ Choose to deploy the Patch Manager solution from within the chosen deployment ty
123126

124127
---
125128

129+
#### Troubleshooting<!-- omit in toc -->
130+
131+
Q: Its been more than 24 hours and the Instances are still not appearing in Fleet Manager (and therefore not being scanned).
132+
A: Attach the `patch-mgr-ec2-profile` to the EC2 instances.
133+
134+
---
135+
126136
## References
127137

128138
- [AWS Systems Manager Patch Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager.html)

0 commit comments

Comments
 (0)