Production-grade Linux patch automation for AWS EC2 — Ubuntu, Debian, Amazon Linux 2 & 2023, and the RHEL family. Never touches your kernel or bootloader without asking.
One-line installer (works on every supported OS):
curl -fsSL https://raw.githubusercontent.com/yousafkhamza/aws-patch/main/install.sh | sudo bash
Or install a specific version's package directly (filenames update automatically above):
sudo dpkg -i aws-patch_*.deb # Debian/Ubuntu
sudo rpm -i aws-patch-*.rpm # RHEL/Amazon Linux/Rocky/Alma
--reboot or your confirmation.--broken-fix handles common failure modes.