Describe Elastic GPUs
GET {{aws_ec2_base_url}}/?DryRun&ElasticGpuId.N&Filter.N&MaxResults&NextToken&Action=DescribeElasticGpus
Describes the Elastic Graphics accelerator associated with your 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. | |
ElasticGpuId.N | null | The Elastic Graphics accelerator IDs. | |
Filter.N | null | The filters. | |
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. | |
NextToken | null | The token to request the next page of results. | |
Action | string |