Skip to content

runnerty/executor-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Runnerty module: EC2 executor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published