Here's how you can do that in your Pallet node-spec:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; on AWS, this will default to a size of t1.micro | |
(def node-spec | |
(pallet.core/node-spec | |
:image {:os-family :ubuntu :os-64-bit true} | |
:network {:inbound-ports [22]})) |