Describe Instance Credit Specifications
GET {{aws_ec2_base_url}}/?DryRun&Filter.N&InstanceId.N&MaxResults&NextToken&Action=DescribeInstanceCreditSpecifications
Describes the credit option for CPU usage of the specified T2 or T3 instances.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
Filter.N | null | The filters. | |
InstanceId.N | null | The instance IDs. | |
MaxResults | null | The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify this parameter and the instance IDs parameter in the same call. | |
NextToken | null | The token to retrieve the next page of results. | |
Action | string |