I have an automation running with a python script, selenium, chrome and chromedriver on an AWS EC2. It happens that Chrome autoupdates automatically, making the respective chromedriver version obsolete and my script to crash.
How could I turn off these autoupdates? Or any alternative to make chromedriver always matching the Chrome browser version?