-
Notifications
You must be signed in to change notification settings - Fork 128
/
operation_blacklist.conf
64 lines (54 loc) · 1.45 KB
/
operation_blacklist.conf
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# This file list APIs (a.k.a. operations) that should skipped when invoking APIs. Sections names
# are AWS service names (see list with "--list-svcs" commandline option). Options are valueless.
# They are the AWS API names (see list with "--debug" commandline option and you probably want
# "--dry-run" as well).
[devicefarm]
# return way too much (unrelated) data
ListDevices
# network timeout (I think due to feature needing out of band enabling by AWS)
ListOfferingTransactions
[ec2]
# return way too much (unrelated) data
DescribeHostReservationOfferings
DescribeImages
DescribeRegions
DescribeReservedInstancesOfferings
DescribeSnapshots
DescribeSpotPriceHistory
[elasticache]
# return way too much (unrelated) data
DescribeCacheEngineVersions
DescribeReservedCacheNodesOfferings
[elasticbeanstalk]
# return way too much (unrelated) data
DescribeConfigurationOptions
DescribeEnvironmentResources
DescribePlatformVersion
ListAvailableSolutionStacks
[elastictranscoder]
# return way too much (unrelated) data
ListPresets
[elbv2]
# need a parameter
DescribeListeners
[opsworks]
# need a parameter
DescribeAgentVersions
DescribeApps
DescribeCommands
DescribeDeployments
DescribeEcsClusters
DescribeElasticIps
DescribeElasticLoadBalancers
DescribeInstances
DescribeLayers
DescribePermissions
DescribeRaidArrays
DescribeVolumes
[rds]
# return way too much (unrelated) data
DescribeDBEngineVersions
DescribeReservedDBInstancesOfferings
[workdocs]
# need a parameter
DescribeUsers