Closed pahud closed 1 year ago
Thanks for opening this issue. The ticket INTMDB-989 was created for internal tracking.
hello @pahud can you try with the region us-east-1 instead of US_EAST_1?
@Adelmar92 OK I will try again today and report back here.
@Adelmar92 us-east-1
works!
However, looking at the create cluster API, it's actually using US_EAST_1
I think we probably should make it consistent across different resources.
Thoughts?
ref: https://www.mongodb.com/docs/atlas/reference/amazon-aws/
And for create cluster API: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Clusters/operation/createCluster
I think based on this doc, we should be specific whether this is a Atlas Region
or AWS Region
. Thoughts?
hi @pahud yes i agree with you! i will convert the regon to match the aws specifications. the problem is on the AWS private endpoint creation.
This issue has gone 30 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!
@pahud we have already fixed this issue and it has been published, now the region is been internally converted to the value accepted by aws
Describe the bug
When I create the private endpoint with
CfnPrivateEndpoint
, it returns the errorTo Reproduce Steps to reproduce the behavior:
Expected behavior The private endpoint should be created.
Screenshots If applicable, add screenshots to help explain your problem.
Looks like the
Atlas Endpoint Service
was created successfully but the cfn handler didn't create the awsvpc endpoint correctly but I am not sure.--
Please complete the following information:
CfnPrivateEndpoint
from awscdk-resources-mongodbatlas 1.0.2Copy of the output of
cdk synth
Additional context Add any other context about the problem here.