This is mostly a reminder for myself that http://169.254.169.254/latest/meta-data/ on a aws ec2 is really cool because you get get all sort of information with it.
Month: August 2022
Enable Debug For Shell Scripts
Debugging shell scripts comes handy, especially when unexpected things happen. Trust me, they do. I use two different approaches, based on what’s needed: debug while running it or when ran in the background, maybe by […]