Computers Quote by Mike Loukides
““The new sysadmin won’t power down a machine, replace a failing disk drive, reboot, and restore from backup; he’ll write software to detect a misbehaving EC2 instance automatically, destroy the bad instance, spin up a new one, and configure it, all without interrupting service.””
About This Quote
Source Talk: DevOps Conference, 2015
Automation replaces manual sysadmin tasks with code that self‑heals infrastructure, minimizing downtime.
In simple terms: Code can fix servers automatically.
Automate to avoid service interruptions.
Themes
Mood
Type
When to use this quote
- data center ops
- cloud service management
- incident response
Key Concepts
Questions to Reflect On
- How can we ensure automated fixes don’t cause new failures?
- When should human judgment intervene?
Automation may hide underlying issues needing human oversight.