@runnerty/executor-ec2

0.0.1 • Public • Published

EC2 executor for Runnerty:

Methods:

Create Snapshot

  • Configuration sample:
{
  "id":"ec2_default",
  "type":"@runnerty-executor-ec2",
  "apiVersion": "2016-11-15",
  "accessKeyId": "ABC123",
  "secretAccessKey": "ABC123",
  "region": "eu-west-1"
}
  • Plan sample:
{
  "id":"ec2_default",
    "command":"createSnapshot",
    "params": {
      "VolumeId": "vol-ABC123",
      "Description": "Daily-backup"
    }
}

It's possible to use this executor with any of the AWS EC2 methods supported by the official API. You can have a look at the documentation here

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @runnerty/executor-ec2

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • coderty