ConfirmProductInstance From Amazon Elastic Compute Cloud: 2009-04-04 previous page next page ConfirmProductInstanceDescriptionVerifies whether a Amazon DevPay product code is associated with an instance. This can only be executed by the owner of the AMI and is useful when an AMI owner wants to verify whether a user's instance is eligible for support.Request ParametersNameDescriptionRequiredProductCode The product code to confirm. Type: String Default: None YesInstanceId The instance to confirm. Type: String Default: None YesResponse ElementsNameDescriptionConfirmProductInstanceResponseConfirmProductInstanceResponse element. Type: ConfirmProductInstanceResponse Ancestor: None Children: requestId, return, and ownerIdrequestId The ID of the request. Type: xsd:string Ancestor: ConfirmProductInstanceResponse Children: None return Returns Type: xsd:boolean Ancestor: ConfirmProductInstanceResponse Children: None ownerId The instance owner's account ID. Only present if the product code is attached to the instance. Type: xsd:string Ancestor: ConfirmProductInstanceResponse Children: None Examples Example Request This example describes the confirms the product code is associated with the instance. https://ec2.amazonaws.com/?Action=ConfirmProductInstance&ProductCode=774F4FF8&InstanceId=i-10a64379&AuthParams Example Response <ConfirmProductInstanceResponse xmlns="http://ec2.amazonaws.com/doc/2009-04-04/"> <return>true</return> <ownerId>254933287430</ownerId> </ConfirmProductInstanceResponse> Related Operations DescribeInstances RunInstances previous page start next page