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-requested-service-quota-change-history.rst
**To list your quota increase requests**

The following ``list-requested-service-quota-change-history`` example lists the quota increase requests for the specified service. ::

    aws service-quotas list-requested-service-quota-change-history \
        --service-code ec2

Output::

    {
        "RequestedQuotas": [
            {
                "Id": "d187537d15254312a9609aa51bbf7624u7W49tPO",
                "CaseId": "6780195351",
                "ServiceCode": "ec2",
                "ServiceName": "Amazon Elastic Compute Cloud (Amazon EC2)",
                "QuotaCode": "L-20F13EBD",
                "QuotaName": "Running Dedicated c5n Hosts",
                "DesiredValue": 2.0,
                "Status": "CASE_OPENED",
                "Created": 1580446904.067,
                "LastUpdated": 1580446953.265,
                "Requester": "{\"accountId\":\"123456789012\",\"callerArn\":\"arn:aws:iam::123456789012:root\"}",
                "QuotaArn": "arn:aws:servicequotas:us-east-2:123456789012:ec2/L-20F13EBD",
                "GlobalQuota": false,
                "Unit": "None"
            }
        ]
    }