File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ The SRA Patch Manager solution will automate enabling Systems Manager - Patch ma
18
18
19
19
** Key solution features:**
20
20
- 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.
22
25
- Configures the [ Default Host Configuration] ( https://docs.aws.amazon.com/systems-manager/latest/userguide/quick-setup-default-host-management-configuration.html ) feature.
23
26
- Ability to disable Patch Manager within all accounts and regions via a parameter and CloudFormation update event.
24
27
@@ -123,6 +126,13 @@ Choose to deploy the Patch Manager solution from within the chosen deployment ty
123
126
124
127
---
125
128
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
+
126
136
## References
127
137
128
138
- [ AWS Systems Manager Patch Manager] ( https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager.html )
You can’t perform that action at this time.
0 commit comments