opendatacube / datacube-k8s-eks

Deploy a production scale datacube cluster on AWS using EKS
Apache License 2.0
21 stars 14 forks source link

Enable support for external database - e.g. RDS Aurora postgres rather than RDS postgres #224

Closed NikitaGandhi closed 4 years ago

NikitaGandhi commented 4 years ago

Expose database_layer module. This will bring flexibility for our odc infra users to either call our default module to create an RDS or substitute it with their own resources.

tom-butler commented 4 years ago

Instead of making this module optional, we could instead expose it to the users, so they can either call our default module to create an RDS or substitute it with their own resources.