Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrivateDNS support for VPCEndpointService construct #7954

Closed
2 tasks
tsykora-verimatrix opened this issue May 13, 2020 · 2 comments
Closed
2 tasks

PrivateDNS support for VPCEndpointService construct #7954

tsykora-verimatrix opened this issue May 13, 2020 · 2 comments
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@tsykora-verimatrix
Copy link

VPCEndpointService construct works well but it lacks PrivateDNS support so service consumers need to use the long generated DNS name which can change when redeploying the endpoint service. AWS supports PrivateDNS functionality for custom endpoint services.
Would it be possible to add PrivateDNS (with DNS validation) support to VPCEndpointService construct?

Use Case

Service consumers can consume endpoint service via friendly private DNS name instead of generated DNS name that can change (which impacts any application that is using it).

Proposed Solution

add support for PrivateDNS with validation to VPCEndpointService construct.

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@tsykora-verimatrix tsykora-verimatrix added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels May 13, 2020
@SomayaB SomayaB added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label May 18, 2020
@rix0rrr rix0rrr added the effort/medium Medium work item – several days of effort label May 20, 2020
@rix0rrr rix0rrr added the p2 label Aug 12, 2020
@SomayaB SomayaB removed the needs-triage This issue or PR still needs to be triaged. label Nov 6, 2020
@rix0rrr rix0rrr removed their assignment Jun 3, 2021
@MrArnoldPalmer
Copy link
Contributor

Looks like this was completed via #10780.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

4 participants