TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Recommended way of doing patch management

2 pointsby inianover 4 years ago
I have a few hundred EC2 servers running. How do I do patch management across those servers? I am looking for an alternative to AWS Systems Manager. I also am looking for a way to execute other commands in these instances at scale (updating firewall rules for example). Is ansible a good tool for this?

1 comment

rovr138over 4 years ago
Ansible works great for this IMO<p>You can define the instances and run playbooks that have what you need to update or run commands on all of in instances (can be done in batches too).