IAM issue in GovCloud #769
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
After attempting to deploy a zero config Stack to GovCloud, I found that the runners were failing to be created due to an IAM issue. Here's a sanitized snippet from
/var/log/gitlab-runner.log
:Deeper inspection found the culprit at
cdk-autoscaling-gitlab-runner/src/runner/manager.ts
Line 162 in cd20c13
arn:aws
prefix is hard-coded, the actual GovCloud ARN prefix is going to bearn:aws-us-gov
.The text was updated successfully, but these errors were encountered: