Skip to content

Commit

Permalink
rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Apr 20, 2021
1 parent 1e8ef77 commit 4630452
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
9 changes: 4 additions & 5 deletions docs/source/cli_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ use as a Nagios-compatible plugin).
.. code-block:: console
(venv)$ awslimitchecker --help
usage: awslimitchecker [-h] [-S [SERVICE [SERVICE ...]]]
[--skip-service SKIP_SERVICE] [--skip-check SKIP_CHECK]
[-s] [-l] [--list-defaults] [-L LIMIT]
[--limit-override-json LIMIT_OVERRIDE_JSON]
usage: awslimitchecker [-h] [-S [SERVICE ...]] [--skip-service SKIP_SERVICE]
[--skip-check SKIP_CHECK] [-s] [-l] [--list-defaults]
[-L LIMIT] [--limit-override-json LIMIT_OVERRIDE_JSON]
[--threshold-override-json THRESHOLD_OVERRIDE_JSON]
[-u] [--iam-policy] [-W WARNING_THRESHOLD]
[-C CRITICAL_THRESHOLD] [-P PROFILE_NAME]
Expand All @@ -50,7 +49,7 @@ use as a Nagios-compatible plugin).
<http://awslimitchecker.readthedocs.org/>
optional arguments:
-h, --help show this help message and exit
-S [SERVICE [SERVICE ...]], --service [SERVICE [SERVICE ...]]
-S [SERVICE ...], --service [SERVICE ...]
perform action for only the specified service name;
see -s|--list-services for valid names
--skip-service SKIP_SERVICE
Expand Down
35 changes: 19 additions & 16 deletions docs/source/limits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,15 @@ Limit Trusted Advisor Quotas API
=============================================== =============== ======== ======= ======
Active snapshots |check| 100000
Active volumes 5000
Cold (HDD) volume storage (GiB) |check| 307200
General Purpose (SSD) volume storage (GiB) |check| |check| 307200
Magnetic volume storage (GiB) |check| |check| 307200
Provisioned IOPS |check| |check| 200000
Provisioned IOPS (SSD) storage (GiB) |check| |check| 307200
Throughput Optimized (HDD) volume storage (GiB) |check| 307200
Cold (HDD) volume storage (GiB) 307200
General Purpose (SSD gp2) volume storage (GiB) |check| 307200
General Purpose (SSD gp3) volume storage (GiB) |check| 307200
Magnetic volume storage (GiB) 307200
Provisioned IOPS (io1) 300000
Provisioned IOPS (io2) 100000
Provisioned IOPS SSD (io1) storage (GiB) 307200
Provisioned IOPS SSD (io2) storage (GiB) 20480
Throughput Optimized (HDD) volume storage (GiB) 307200
=============================================== =============== ======== ======= ======

.. _limits.EC2:
Expand Down Expand Up @@ -499,10 +502,10 @@ Limit Trusted Advisor Quotas API Default
================================ =============== ======== ======= =====
Clusters 10000
Container Instances per Cluster 2000
Fargate On-Demand resource count 500
Fargate Spot resource count 500
Services per Cluster 2000
Tasks per service 2000
Fargate On-Demand resource count 1000
Fargate Spot resource count 1000
Services per Cluster 5000
Tasks per service 5000
================================ =============== ======== ======= =====

.. _limits.EFS:
Expand Down Expand Up @@ -602,13 +605,13 @@ IAM
====================== =============== ======== ======= =====
Limit Trusted Advisor Quotas API Default
====================== =============== ======== ======= =====
Groups |check| |check| |check| 300
Instance profiles |check| |check| |check| 1000
Policies |check| |check| |check| 1500
Groups |check| |check| 300
Instance profiles |check| |check| 1000
Policies |check| |check| 1500
Policy Versions In Use |check| 10000
Roles |check| |check| |check| 1000
Server certificates |check| |check| |check| 20
Users |check| |check| |check| 5000
Roles |check| |check| 1000
Server certificates |check| |check| 20
Users |check| |check| 5000
====================== =============== ======== ======= =====

.. _limits.Kinesis:
Expand Down

0 comments on commit 4630452

Please sign in to comment.