I'm wondering if AWS Patch Manager can be used to patch Windows instances that are part of an Active Directory (AD) domain and only have private IP addresses. Any insights or experiences would be greatly appreciated!
2 Answers
Yes, it's definitely possible. Just ensure your instances can reach SSM and the WSUS server you've configured for patches.
Also, remember that having a NAT Gateway can be really helpful for outbound traffic if you're using private IPs.
Absolutely, you can use AWS Patch Manager for that. As long as your instances can connect to the SSM service, it shouldn't be an issue.
Thanks for the confirmation! I'll double-check my SSM setup.