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

PrivateLink - dedicated cluster / Egress PrivateLink Endpoint resource #511

Open
specterSAN opened this issue Dec 11, 2024 · 2 comments
Open
Labels
help wanted Extra attention is needed

Comments

@specterSAN
Copy link

Hi guys,

I'm trying to configure an S3sink connector in Confluent Cloud in a private link environment with a dedicated cluster. By following this documentation: https://docs.confluent.io/cloud/current/connectors/cc-s3-sink/cc-s3-sink-eap-aws.html I understand that I need to create an Egress PrivateLink endpoint for S3 which, after creation, will output a VPC Endpoint DNS name that I need to use in my confluent_connector S3Sink resource.

After some digging, it seems that there is currently no terraform resource to create this egress endpoint? Please correct me if im wrong.

Many thanks to everyone for all your contributions and support.

Regards,
specterSAN

@sajjadlateef sajjadlateef added the help wanted Extra attention is needed label Dec 17, 2024
@kabraham13
Copy link

@specterSAN - Egress PrivateLink endpoints exist in TF as a type of Access Point. You can use this resource to create and manage them - https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_access_point

We also have an example config in our Networking documentation under the Terraform tab on this page - https://docs.confluent.io/cloud/current/networking/aws-egress-privatelink.html#create-an-egress-privatelink-endpoint-in-ccloud

Hope this helps!

@linouk23
Copy link
Contributor

@specterSAN, did you manage to resolve the issue after receiving the helpful reply from Kevin? Let us know if you need any further suggestions or pointers. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants