
confirm-product-instance
************************


DESCRIPTION
===========

The confirm-product-instance operation returns true if the specified
product code is attached to the specified instance. The operation
returns false if the product code is not attached to the instance.

The confirm-product-instance operation can only be executed by the
owner of the AMI. This feature is useful when an AMI owner is
providing support and wants to verify whether a user's instance is
eligible.


SYNOPSIS
========

   aws ec2 confirm-product-instance
     --instance-id <value>
     --product-code <value>


REQUIRED PARAMETERS
===================

"--instance-id"  (string)
   The ID of the instance to confirm.

"--product-code"  (string)
   The product code to confirm.


OPTIONAL PARAMETERS
===================

None
