Live data from Hacker News

Introducing ClusterFsck: Filebased S3 Configuration Kontrol

briefs.amicushq.com

1–10 of 13 posts

Re: Introducing ClusterFsck: Filebased S3 Configuration Kontrol

#4
More options is good! Centrally storing configuration is always a good idea.

Amazon OpsWorks manages configuration centrally via a web-based command and control.

Heroku manages configuration centrally via environment and heroku config:add.

ClusterFsck (did I type that right? :)) lets me store things on S3, centrally.

Re: Introducing ClusterFsck: Filebased S3 Configuration Kontrol

#6

Is this based on Amazon S3 because you have that at hand, or is it based on it because of some innate advantage?

A little bit of both I guess? It's become standard enough that most web developers (at least most I know) have an account and use it for a few things here and there, it's dirt cheap and widely available, and it's just text files we're storing, so nothing more heavy weight is needed. It does also offer versioning, which I believe we may add a feature to take advantage of for rolling back configuration changes in a coherent way if something goes wrong or to recreate a problem locally on a certain date, but don't think we've started even planning that yet (pull requests welcome!)

Re: Introducing ClusterFsck: Filebased S3 Configuration Kontrol

#7
post #6

Is this based on Amazon S3 because you have that at hand, or is it based on it because of some innate advantage?

A little bit of both I guess? It's become standard enough that most web developers (at least most I know) have an account and use it for a few things here and there, it's dirt cheap and widely available, and it's just text files we're storing, so nothing more heavy weight is needed. It does also offer versioning, which I believe we may add a feature to take advantage of for rolling back configuration changes in a coh…

Don't forget that its highly durable. When was the last time S3 was down?

Re: Introducing ClusterFsck: Filebased S3 Configuration Kontrol

#8
post #6

Is this based on Amazon S3 because you have that at hand, or is it based on it because of some innate advantage?

A little bit of both I guess? It's become standard enough that most web developers (at least most I know) have an account and use it for a few things here and there, it's dirt cheap and widely available, and it's just text files we're storing, so nothing more heavy weight is needed. It does also offer versioning, which I believe we may add a feature to take advantage of for rolling back configuration changes in a coh…

And, importantly, has ACL controls built in so it's easy to add/remove access to team members.
Post reply on HN