Closed pahud closed 1 year ago
Thanks for opening this issue. The ticket INTMDB-994 was created for internal tracking.
hello @pahud we have the Serverless Private Endpoint in a separated resource, we are planning to start with the development within the next weeks.
@Adelmar92 Awesome! I got it. Thank you.
hello @pahud i inform you that the CloudFormation resource and CDK named MongoDB::Atlas::ServerlessPrivateEndpoint has been already deployed
@Adelmar92 When will this be published? The issue is closed, but currently the problem still exists. Current version 1.2.0 does not offer a CfnServerlessPrivateEndpoint. Please advise.
According to the document, the private endpoint could for a dedicated cluster or a serverless instance.
Looking at
CfnPrivateEndpoint
, it's not clear to me how to control if it's provisioned for a dedicated cluster or a serverless instance.If I create a PrivateEndpoint like this:
And check the console, it 's actually a private endpoint for a dedicated cluster.
Please clarify how to create a private endpoint for a serverless instance instead.
To Reproduce Steps to reproduce the behavior: Create the CfnPrivateEndpoint as provided in:
https://github.com/mongodb/awscdk-resources-mongodbatlas/blob/257987ec6132bdffaf929fe8c9a80b7936e3ffd9/examples/l1-resources/private-endpoint.ts#L13-L30
Expected behavior To clarify how to control whether it's for a dedicated cluster or a serverless instance.
Screenshots If applicable, add screenshots to help explain your problem.
Please complete the following information:
cdk synth
Additional context Add any other context about the problem here.