CodeBuild Remote Runner Debugging Tips

Inspecting the generated CloudFormation template that Jets builds is useful for debugging.

jets build --templates

You can see the template with:

ls /tmp/jets/demo/templates
cat /tmp/jets/demo/templates/parent.yml | yq
cat /tmp/jets/demo/templates/controller.yml | yq

Also see: Remote Compute Type