-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add CodeBuild VPC endpoint + IAM policy for Lambda→CodeBuild con…
…nectivity Root cause of 'Connect timeout on codebuild.us-gov-west-1.amazonaws.com': - Lambda is in a VPC with no NAT gateway path to CodeBuild's public endpoint - Lambda role was missing codebuild:StartBuild / codebuild:BatchGetBuilds perms Fix: - aws_vpc_endpoint.codebuild[0]: interface endpoint for CodeBuild in the Lambda VPC with private DNS enabled (Lambda API calls resolve to private IPs) - aws_iam_role_policy.codebuild_access: StartBuild + BatchGetBuilds on the eks-terragrunt-repo-creator project ARN only
- Loading branch information
Your Name
committed
Apr 6, 2026
1 parent
52ebef0
commit aee6987
Showing
3 changed files
with
407 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.