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

Any way to configure database subnets to be the private subnets? #128

Closed
geoffreywiseman opened this issue May 17, 2018 · 2 comments
Closed

Comments

@geoffreywiseman
Copy link

I've typically built VPCs where the RDS subnets are the private subnets. I can imagine that some people prefer to have their RDS instances separated, but ... that seems like added complexity without a lot of added value for my usage. I can, of course, just create the db subnet on my own, which is what I'll probably do in the meantime, but, seems like an option that some people might like to use.

@antonbabenko
Copy link
Member

You can create a full range of subnets using this module. database_subnets are just like private_subnets but with additional aws_db_subnet_group created for them. Check complete-vpc for example.

This module can't create aws_db_subnet_group for other types of subnets. If you want to do this, you should get outputs from this module and make it outside of this module.

@github-actions
Copy link

github-actions bot commented Nov 5, 2022

I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants