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

neptune: Add replica for multi region on AWS Neptune #27988

Open
2 tasks
hugo-alvarez-bold opened this issue Nov 14, 2023 · 3 comments
Open
2 tasks

neptune: Add replica for multi region on AWS Neptune #27988

hugo-alvarez-bold opened this issue Nov 14, 2023 · 3 comments
Labels
@aws-cdk/aws-neptune Related Amazon Neptune effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p3

Comments

@hugo-alvarez-bold
Copy link

Describe the feature

We need a feature on CDK to add replica data on Neptune for my services that use multiple regions

Use Case

We need to implement a multi region services in our architecture for regulations purpose on our fintech company, and we use this service to avoid fraud in our transactions.

Proposed Solution

No response

Other Information

No response

Acknowledgements

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

CDK version used

2.83.1

Environment details (OS name and version, etc.)

python 3.7.6

@hugo-alvarez-bold hugo-alvarez-bold added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 14, 2023
@github-actions github-actions bot added the @aws-cdk/aws-neptune Related Amazon Neptune label Nov 14, 2023
@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Nov 14, 2023
@pahud
Copy link
Contributor

pahud commented Nov 14, 2023

Makes sense. At this moment, aws-neptune does not have L2 constructs. If cloudformation has native support that, we can build a L2 with the support, otherwise the custom resources might be required.

@pahud pahud changed the title AWS-Neptune: Add replica for multi region on AWS Neptune neptune: Add replica for multi region on AWS Neptune Nov 14, 2023
@hugo-alvarez-bold
Copy link
Author

looking in the docs on Cloudformation Neptune, there is not an attribute or class like dynamoDB GlobalTable can help with this either

@triggan
Copy link

triggan commented Dec 13, 2023

Amazon Neptune has a feature called Neptune Global Database which allows you to have read-only secondary clusters in separate regions from the primary cluster. At present, this feature does not have CloudFormation support. You would need to use a CustomResource construct to implement this in CDK.

@pahud pahud added the needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. label Jun 4, 2024
@pahud pahud added p3 and removed p2 labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-neptune Related Amazon Neptune effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p3
Projects
None yet
Development

No branches or pull requests

3 participants