HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/service-quotas/list-aws-default-service-quotas.rst
**To list the default quotas for a service**

The following ``list-aws-default-service-quotas`` example lists the default values for the quotas for the specified service. ::

    aws service-quotas list-aws-default-service-quotas \
        --service-code xray

Output::

    {
        "Quotas": [
            {
                "ServiceCode": "xray",
                "ServiceName": "AWS X-Ray",
                "QuotaArn": "arn:aws:servicequotas:us-west-2::xray/L-C6B6F05D",
                "QuotaCode": "L-C6B6F05D",
                "QuotaName": "Indexed annotations per trace",
                "Value": 50.0,
                "Unit": "None",
                "Adjustable": false,
                "GlobalQuota": false
            },
            {
                "ServiceCode": "xray",
                "ServiceName": "AWS X-Ray",
                "QuotaArn": "arn:aws:servicequotas:us-west-2::xray/L-D781C0FD",
                "QuotaCode": "L-D781C0FD",
                "QuotaName": "Segment document size",
                "Value": 64.0,
                "Unit": "Kilobytes",
                "Adjustable": false,
                "GlobalQuota": false
            },
            {
                "ServiceCode": "xray",
                "ServiceName": "AWS X-Ray",
                "QuotaArn": "arn:aws:servicequotas:us-west-2::xray/L-998BFF16",
                "QuotaCode": "L-998BFF16",
                "QuotaName": "Trace and service graph retention in days",
                "Value": 30.0,
                "Unit": "None",
                "Adjustable": false,
                "GlobalQuota": false
            }
        ]
    }