UNPKG
hubot-aws
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Hubot masters aws commands
github.com/yoheimuta/hubot-aws
yoheimuta/hubot-aws
hubot-aws
/
example
/
json
/
ec2
/
create_ami
/
app.json
17 lines
•
311 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"DryRun"
:
false
,
"InstanceId"
:
"i-***"
,
"Name"
:
"hubot-test-instance"
,
"Description"
:
""
,
"NoReboot"
:
true
,
"BlockDeviceMappings"
:
[
{
"DeviceName"
:
"/dev/sda1"
,
"Ebs"
:
{
"VolumeSize"
:
10
,
"DeleteOnTermination"
:
true
,
"VolumeType"
:
"gp2"
}
}
]
}