A server running on my EC2 instance (Amazon Linux AMI) falls over every night. I watch
ed processes and this happens, every time, minutes after this command runs:
/usr/bin/python2.7 /usr/bin/yum --debuglevel 2 --security check-update
Q: Where is this configured to run? I want to disable this, and do updates manually.
Extra Q: What does check-update
do in fact? It seems it only compiles a list of updates but not actually updating? What's the point of that?