Hacker News new | ask | show | jobs
by christopherhein 2807 days ago
Great question, it's a little more complicated than one might think at first. In trying to build a "batteries included" experience I'd need to have per-view into your cluster and what VPC, Subnet and AZ you are running in I don't want to make this a configuration option so I need to build out a way to collect this information dynamically so that I can make sure we create DB subnets for the RDS to provision into. Then I need to configure depending on the engine (pg, mysql etc) the port and security group configuration. All in all the CFT and is more complicated and with the way the resources are code generated it requires heavy customization. All that being said it is well up on the top of my list to implement. Also always interested in letting other folks come and contribute if they feel inclined. :)
1 comments

Ah, maybe I meant "it's a no brainer from a user perspective". Thanks for the explanation.
:) No worries, if you have other services that you find would be really useful please file issues https://github.com/awslabs/aws-service-operator/issues