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

Add the ability to create databases in a existing instance #73

Open
geNAZt opened this issue Nov 22, 2018 · 2 comments
Open

Add the ability to create databases in a existing instance #73

geNAZt opened this issue Nov 22, 2018 · 2 comments
Labels

Comments

@geNAZt
Copy link

geNAZt commented Nov 22, 2018

Is your feature request related to a problem? Please describe.
We currently deploy a RD instance with the service broker and get one database back. Our usecase needs multiple databases. Currently the service broker is not able to process such requests.

Describe the solution you'd like
Add a service which allows the use of the broker to create new databases in existing instances by providing the endpoint address, port and username/password

Describe alternatives you've considered
The alternative would use a terraform config inside a helm chart do create a user and database, grant access to the database and generating env variables for the container to pick up

@jaymccon
Copy link
Contributor

I really like this idea, could be implemented with a CloudFormation template that launches a lambda into the RDS VPC and executes it as a custom resource.

@pierreozoux
Copy link

For me, this looks like a new plan.
"create a db in an existing RDS"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants