juxt / rock

Hardened AMIs for Clojure deployments (Arch Linux)
MIT License
7 stars 5 forks source link

Production feedback #10

Open SevereOverfl0w opened 6 years ago

SevereOverfl0w commented 6 years ago

Changes:

bac4641 (Dominic Monroe, 5 days ago) Add aws-cfn-bootstrap package

The contained cfn-signal is required for performing rolling changes to launch configurations. Without cfn-signal you will not know when the host has launched successfully and completely.

98e1993 (Dominic Monroe, 2 weeks ago) Fix permissions for cloudwatch script

Uses an install strongly borrowing from the postgres official arch package. This creates a user and configures directory permissions for it. Without this, the /var/ state directory that tail-journald uses is not writable for the script.

48b89c0 (Dominic Monroe, 2 weeks ago) Ignore failure when creating log-stream

The script can fail in such a way that it does not write a cursor, but has created a log stream. In this case, creating a log stream a second time will fail. This can be easily ignored.

58182bd (Dominic Monroe, 7 weeks ago) Enable journald cloud watch script by default

markwoodhall commented 5 years ago

Is there any update on getting this merged?