amazono
v0.0.4
Published
Amazon EC2 hosting provider for service_maker
Downloads
8
Maintainers
Readme
amazono
Amazon EC2 hosting provider for service_maker
Install
npm install amazono
and then use this plugin from code like
yield server.register(require("amazono"));
or from manifest file
"plugins":{
"amazono": {}
}
Also you can use yeoman generator to install this plugin
yo co-hapi:add-plugin amazono
Parameters
Credentials: accessKeyId*, secretAccessKey*. Options: region*, imageId, keyName, instanceType, securityGroupIds, securityGroup.
Options with star (*) are required.
Example
$ sm_cli service-create host:amazono -c accessKeyId=id -c secretAccessKey=key -o region=us-west-1