Use ConfirmProductInstance with an AWS SDK or CLI - AWS SDK Code Examples

There are more AWS SDK examples available in the AWS Doc SDK Examples GitHub repo.

Use ConfirmProductInstance with an AWS SDK or CLI

The following code examples show how to use ConfirmProductInstance.

CLI
AWS CLI

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" }
PowerShell
Tools for PowerShell

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

Confirm-EC2ProductInstance -ProductCode 774F4FF8 -InstanceId i-12345678