-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcommands.yaml
40 lines (40 loc) · 1 KB
/
commands.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
commands:
ec2_list:
description: Lists your EC2 instances in the provided region.
parameters:
- name: substr
optional: true
ec2_reboot:
description: Reboot your EC2 instance.
parameters:
- name: id
ec2_status:
description: Know the status of your EC2 instances.
parameters:
- name: id
dynamodb_list:
description: List DB Tables under your account.
parameters:
- name: startTable
optional: true
rds_list:
description: List Amazon RDS (Relational Database Service) instances under your account.
route53_list:
description: Lists AWS route53 managed hostnames
options:
- name: type
value: record_type
- name: match
value: match_string
route53_add:
description: Adds an AWS route53 hostname
parameters:
- name: hostname
- name: ip_address
awsbill:
description: Shows your AWS bill.
parameters:
- name: month_year
optional: true
options:
- name: task