All Query operations share a set of common parameters that must be present in each call:
Name | Description | Required |
---|---|---|
|
Indicates the action to perform. Example: |
Yes |
|
The API version to use, as specified in the WSDL. Example: |
Yes |
|
The Access Key ID for the request sender. This identifies the account which will be charged for usage of the service. The account with which the Access Key ID is associated must be signed up for Amazon EC2, or requests will not be accepted.
|
Yes |
|
The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ. For more information, go to ISO 8601. Example: |
Yes |
|
The date and time at which the signature included in the request expires, in the format YYYY-MM-DDThh:mm:ssZ. Example: |
Yes |
|
A request signature is calculated as explained in Request Authentication. Example: |
Yes |
|
A value of 0 or 1 indicates the method chosen to construct the string to be signed. Currently, only a value of 1 is valid. Example: |
Yes |
Note | |
---|---|
The |
Parameter values must be URL-encoded. This is true for any Query
parameter passed to Amazon EC2 and is typically necessary in the
Signature
parameter. Some clients
do this automatically, but this is not the norm.