Cost Optimization Gone Wrong: Lessons from Using Arm Runners in GitHub Actions for Fargate Spot
About six months ago, I wrote an article about how to cut costs using Fargate and Fargate Spot.
At the time, I kept the GitHub Actions runner as the default x86 architecture (ubuntu-latest) and introd...