Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Cloud Init

James Nugent - CloudInit: The Good Parts

Docs:

Also:

bash tips

More bash tips.

Start with

set -o errexit; set -o pipefail; set -o nounset
set -x # enable xtrace
#set +x # disable xtrace

Use shellcheck.

Cloud Init Run Phases:

Files

https://cloudinit.readthedocs.io/en/latest/topics/faq.html