awsm-keypair-save

0.0.5 • Public • Published

Small plugin for awsm that allows you to save keypairs.

Example:

var aws = require("awsm")(config);
aws.use(require("awsm-keypair-save"));
 
// create the keypair
aws.
chain().
keyPairs().
create("test").
save("/path/to/keypair/file").
then(function() {
 // done 
});

Readme

Keywords

none

Package Sidebar

Install

npm i awsm-keypair-save

Weekly Downloads

1

Version

0.0.5

License

BSD-2-Clause

Last publish

Collaborators

  • architectd
  • crcn