Skip to content

Instantly share code, notes, and snippets.

@jcf
Created March 17, 2014 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcf/9599498 to your computer and use it in GitHub Desktop.
Save jcf/9599498 to your computer and use it in GitHub Desktop.
Tagging an EC2 instance in a Pallet crate
(defplan tag
[instance-id]
(let [settings (get-settings :datomic {:instance-id instance-id})]
(node/tag! (target-node) "Datomic Version" (:version settings))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment