Just takes care of installing the aws python command line utility.
Requires Python
e.g.
python
- awscli needs the python cookbook and for python (and pip) to be installed
Just include awscli
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[awscli]"
]
}
Fork me on github, branch, submit a pull request. Or create an issue. Or talk on #flapjack on freenode. Or all of the above :-)
Authors: Jesse Reynolds License: MIT