https://github.com/runnerty/executor-ec2
Runnerty module: EC2 executor
https://github.com/runnerty/executor-ec2
Last synced: 10 months ago
JSON representation
Runnerty module: EC2 executor
- Host: GitHub
- URL: https://github.com/runnerty/executor-ec2
- Owner: runnerty
- License: mit
- Created: 2018-01-19T09:40:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T09:49:24.000Z (over 8 years ago)
- Last Synced: 2025-08-05T07:53:10.826Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EC2 executor for [Runnerty]:
### Methods:
#### Create Snapshot
* Configuration sample:
```json
{
"id":"ec2_default",
"type":"@runnerty-executor-ec2",
"apiVersion": "2016-11-15",
"accessKeyId": "ABC123",
"secretAccessKey": "ABC123",
"region": "eu-west-1"
}
```
* Plan sample:
```json
{
"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](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/EC2.html)
[Runnerty]: http://www.runnerty.io