Eight-hour credentials
Engineering got seventeen days' notice that IAM accounts and long-lived access keys were being switched off company-wide in favor of Google SSO — with credentials that expired every eight hours.
The clean fix was to let the applications resolve credentials from an AWS profile and refresh themselves. That meant bumping the AWS SDK, and therefore the Gemfile and Gemfile.lock of a Rails 4.2 codebase. With the cutover that close we decided together that it wasn't the month for a dependency upgrade — a fair call, and it meant somebody had to hold the workarounds instead.
This is the part of the job that can be invisible — and it is vital to the smooth functioning of the machine. How to open an SSO session, how to get eight-hour credentials into a local environment, how to reach an instance through Systems Manager rather than the console. I wrote it down — shell helpers for the routine parts, an article on the internal wiki for the rest — and was the person you asked when your development environment would not come up. Every long-lived codebase has this role in it. It is unglamorous, it is hard to put on a résumé, and a team without somebody doing it loses a great deal of time.