Skip to content

Instantly share code, notes, and snippets.

@denniskong
Created August 29, 2012 15:20
Show Gist options
  • Save denniskong/3514253 to your computer and use it in GitHub Desktop.
Save denniskong/3514253 to your computer and use it in GitHub Desktop.
pallet node-spec vpc subnet
(pallet.core/node-spec
:image {:os-family :ubuntu
:os-version-matches "12.04"
:image-id "eu-west-1/ami-db595faf"},
:location {:location-id "eu-west-1"}
:hardware {:hardware-id "m1.large"}
:network {:subnet-id "subnet-XXXXXXX"
:inbound-ports [22]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment