https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/ec2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/ec2/get-capacity-reservation-usage.rst
**To view capacity reservation usage across AWS accounts**

The following ``get-capacity-reservation-usage`` example displays usage information for the specified capacity reservation. ::

    aws ec2 get-capacity-reservation-usage \
        --capacity-reservation-id cr-1234abcd56EXAMPLE

Output::

    {
        "CapacityReservationId": "cr-1234abcd56EXAMPLE ",
        "InstanceUsages": [
            {
                "UsedInstanceCount": 1,
                "AccountId": "123456789012"
            }
        ],
        "AvailableInstanceCount": 4,
        "TotalInstanceCount": 5,
        "State": "active",
        "InstanceType": "t2.medium"
    }

For more information, see `Viewing Shared Capacity Reservation Usage <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservation-sharing.html#shared-cr-usage>`__ in the *Amazon Elastic Compute Cloud User Guide for Linux Instances*.

https://t.me/RX1948 - 2025