habitat-sh / on-prem-builder

Scripts to stand up an on-premise Habitat Builder Depot
Apache License 2.0
41 stars 34 forks source link

On-prem provisioning should support cloud backend services. #237

Closed eeyun closed 4 years ago

eeyun commented 4 years ago

The builder API is written to be able to safely (and easily!) consume cloud native SaaS services for its artifact storage and database use. In fact, running a builder cluster using, for example, AWS S3 and AWS RDS is always going to be a preferable experience for our users when it comes to Disaster Recovery and High-Availability.

We should modify our scripts (and in a couple places, at least, tweak our docs) to support users that want to run builder in this configuration.

jeremymv2 commented 4 years ago

Added in #241