-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
feat: Add support for Neptune cluster networking #660
Conversation
This is the click to show
|
ping @antonbabenko let me know if you need anything more from me for this PR. |
@antonbabenko i wonder if we should have a generic "subnets" submodule (inline with vpc endpoints) to reuse (at least for new stuff) as there seems to be a lot of copy/paste for each of these (redshift, neptune, any new service) this would make maintenance easier also @bryantbiggs opinion appreciated other pending examples: |
Subnets are different from VPC endpoints because subnets are heavily used in all other resources as arguments, so I don't think it will make a lot of sense to make it a reusable submodule. I think we should be good to have prescribed types of subnets available like we have now plus add those for the services that have extra resources (eg, Neptune has We can also add support for generic subnets if users want to create some for any reason (eg, their custom requirements). I think it can be developed at the same time as this - #535 . |
@antonbabenko I have rebased this PR and re-run |
This PR has been automatically marked as stale because it has been open 30 days |
This PR was automatically closed because of stale in 10 days |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Adding support for Neptune cluster networking. Basically duplicating the existing support for RDS and adding it for Neptune.
Motivation and Context
Neptune is a relatively new AWS database offering. Without top-level support for Neptune networking in the VPC module, the alternative is re-using database (RDS) networking infrastructure. Which isn't a problem, but isn't necessarily ideal.
Breaking Changes
I don't think any of these are breaking changes, just minor version changes since there are new properties being added. No existing properties are being changed.
How Has This Been Tested?
examples/*
projects