Skip to content

fix(ec2): eks proxy endpoint (#38369) - #38385

Open
wasim-builds wants to merge 6 commits into
aws:mainfrom
wasim-builds:fix/issue-38369-ec2-eks-proxy-endpoint
Open

fix(ec2): eks proxy endpoint (#38369)#38385
wasim-builds wants to merge 6 commits into
aws:mainfrom
wasim-builds:fix/issue-38369-ec2-eks-proxy-endpoint

Conversation

@wasim-builds

@wasim-builds wasim-builds commented Jul 23, 2026

Copy link
Copy Markdown

Fixes #38369

Problem

The EC2 module's predefined VPC endpoint services list does not include eks-proxy, preventing users from easily creating interface endpoints for the EKS proxy service.

Fix

Add eks-proxy to the predefined AWS services list in vpc-endpoint.ts.

Scope

  • packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts: add eks-proxy entry
  • Integration and unit tests updated

Verification

Vpc.addInterfaceEndpoint('EksProxy', ...) now synthesizes correctly.

@wasim-builds
wasim-builds requested a review from a team as a code owner July 23, 2026 08:29
@github-actions github-actions Bot added bug This issue is a bug. p2 beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK labels Jul 23, 2026
@aws-cdk-automation
aws-cdk-automation requested a review from a team July 23, 2026 08:29

@aws-cdk-automation aws-cdk-automation left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This review is outdated)

@wasim-builds wasim-builds changed the title fix/issue 38369 ec2 eks proxy endpoint fix(ec2): eks proxy endpoint (#38369) Jul 23, 2026
@wasim-builds

Copy link
Copy Markdown
Author

Exemption Request: This adds an interface VPC endpoint to the list of predefined AWS services. No new AWS resources are introduced that require integration testing.

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Jul 23, 2026
@wasim-builds

Copy link
Copy Markdown
Author

Rebased onto latest upstream/main and removed stacked commits from other branches. Only bedrockagentcore changes remain.
Also reverted an unrelated servicecatalog change that was accidentally included in the test commit.

@wasim-builds

Copy link
Copy Markdown
Author

Hi! Quick follow-up on this EKS proxy endpoint fix — CI is green and the change is minimal (+10/-2). Let me know if you need anything else from me!

@wasim-builds
wasim-builds force-pushed the fix/issue-38369-ec2-eks-proxy-endpoint branch from 2e4f980 to 9335c75 Compare July 29, 2026 05:26
@github-actions github-actions Bot added the effort/small Small work item – less than a day of effort label Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK bug This issue is a bug. effort/small Small work item – less than a day of effort p2 pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(aws-ec2): InterfaceVpcEndpointAwsService is missing "eks-proxy" endpoint

2 participants