Currently using aws codebuild/pipelines/ECR and trying to improve the build times thru faster provisioning, caching, faster disk etc. Codebuild doesn’t seem to support FSX, and can’t run on an nvme server that I can determine. Anyone have any recommendations for an alternative build setup, thinking maybe self-hosted circleci or github actions? I can’t find any good performance comparison, but ideally high performance to save some minutes on some of these node/rails builds.
We have aws provisioning times taking 30-40s over and over sometimes when we’re using the same latest image over and over, and that seems silly.