awslabs / aws-servicebroker

AWS Service Broker
Apache License 2.0
468 stars 131 forks source link

Request MongoDB #92

Open Gottox opened 5 years ago

Gottox commented 5 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like In this article mongodb support for aws has been announced. It would be awesome if we could be able to request databases via service broker.

Describe alternatives you've considered We're currently running mongodb pods in our kubernetes cluster, but we don't consider that a good place.

elias5000 commented 5 years ago

I have a template in the works in https://github.com/elias5000/aws-servicebroker/tree/documentdb/templates/documentdb Not yet fully done but it should already be usable.

Gottox commented 5 years ago

@elias5000 can you open a pull request for your changes?

elias5000 commented 5 years ago

I didn't want to open a PR because my template was not complete enough (it was for our purpose but didn't expose as many options as the average broker CF template). By now there is a DocumentDB template available [1] which makes my mine obsolete.

[1] https://github.com/awslabs/aws-servicebroker/tree/master/templates/documentdb

Gottox commented 5 years ago

So this issie is obsolete?