Skip to content

Commit

Permalink
PR #100 - regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Dec 16, 2015
1 parent 4f63e02 commit 4164054
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions docs/source/cli_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@ using their IDs).
.. code-block:: console
(venv)$ awslimitchecker -u
AutoScaling/Auto Scaling groups 349
AutoScaling/Launch configurations 388
EBS/Active snapshots 11536
EBS/Active volumes 2614
EBS/General Purpose (SSD) volume storage (GiB) 26726
AutoScaling/Auto Scaling groups 351
AutoScaling/Launch configurations 399
EBS/Active snapshots 11749
EBS/Active volumes 3018
EBS/General Purpose (SSD) volume storage (GiB) 29592
(...)
VPC/Rules per network ACL max: acl-b1ad1ad5=4 (acl-b1ad1ad5=4, acl-4bd9 (...)
VPC/Subnets per VPC max: vpc-c89074a9=19 (vpc-1e5e3c7b=1, vpc-ae7 (...)
VPC/Rules per network ACL max: acl-bde47dd9=6 (acl-4bd96a2e=4, acl-8190 (...)
VPC/Subnets per VPC max: vpc-c89074a9=25 (vpc-ae7bc5cb=1, vpc-1e5 (...)
VPC/VPCs 8
Expand Down Expand Up @@ -261,14 +261,13 @@ threshold only, and another has crossed the critical threshold):
.. code-block:: console
(venv)$ awslimitchecker --no-color
EBS/Active snapshots (limit 13000) WARNING: 11536
EC2/Running On-Demand c3.large instances (limit 20) WARNING: 17
EC2/Running On-Demand m3.2xlarge instances (limit 20) CRITICAL: 29
EC2/Running On-Demand m3.medium instances (limit 20) CRITICAL: 25
EC2/Running On-Demand m3.xlarge instances (limit 20) WARNING: 16
(...)
EBS/Active snapshots (limit 13000) WARNING: 11749
EC2/Running On-Demand m1.small instances (limit 20) CRITICAL: 63
EC2/Running On-Demand m3.large instances (limit 20) CRITICAL: 26
EC2/Security groups per VPC (limit 100) CRITICAL: vpc-c89074a9=820
EC2/VPC security groups per elastic network interface (limit 5) CRITICAL: eni-2751546e=5 WARNING: e (...)
RDS/DB parameter groups (limit 50) WARNING: 42
RDS/Reserved Instances (limit 40) WARNING: 32
RDS/Subnet Groups (limit 20) CRITICAL: 84
Expand All @@ -281,11 +280,9 @@ To set the warning threshold of 50% and a critical threshold of 75% when checkin
.. code-block:: console
(venv)$ awslimitchecker -W 97 --critical=98 --no-color
EC2/Running On-Demand m3.2xlarge instances (limit 20) CRITICAL: 29
EC2/Running On-Demand m3.medium instances (limit 20) CRITICAL: 25
EC2/Running On-Demand t2.micro instances (limit 20) CRITICAL: 28
EC2/Running On-Demand t2.small instances (limit 20) CRITICAL: 57
EC2/Security groups per VPC (limit 100) CRITICAL: vpc-c89074a9=784
EC2/Running On-Demand m1.small instances (limit 20) CRITICAL: 63
EC2/Running On-Demand m3.large instances (limit 20) CRITICAL: 26
EC2/Security groups per VPC (limit 100) CRITICAL: vpc-c89074a9=820
EC2/VPC security groups per elastic network interface (limit 5) CRITICAL: eni-2751546e=5
RDS/Subnet Groups (limit 20) CRITICAL: 84
Expand Down

0 comments on commit 4164054

Please sign in to comment.