Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / ec2 / confirm-product-instance.rst
Size: Mime:
**To confirm the product instance**

This example determines whether the specified product code is associated with the specified instance.

Command::

  aws ec2 confirm-product-instance --product-code 774F4FF8 --instance-id i-1234567890abcdef0

Output::

  {
    "OwnerId": "123456789012"
  }