View a markdown version of this page

Delete an Amazon EVS entitlement - Amazon Elastic VMware Service

Delete an Amazon EVS entitlement

You can delete Windows Server entitlements for one or more virtual machines (VMs) in your Amazon EVS environment. When you delete an entitlement, Amazon EVS stops tracking Windows Server entitlement usage for the specified VM. After deletion, the VM no longer has a Windows Server entitlement through AWS.

More info on entitlements can be found under Concepts and components of Amazon EVS.

Note

You can only delete up to 100 entitlements at a time.

Note

You must specify the VM IDs to delete entitlements from.

Note

After deletion, the VMs will no longer have Windows Server entitlements through AWS.

To delete an Amazon EVS entitlement

Follow these steps to delete an Amazon EVS entitlement.

Example
Amazon EVS console
  1. Go to the Amazon EVS console.

  2. In the navigation pane, choose Environments.

  3. Select the environment containing the VMs.

  4. Select the Entitlements tab.

  5. Select the VMs you want to delete entitlements from.

  6. Choose Delete.

  7. Confirm the removal.

  8. To verify completion, check that the Entitlements for the specific VMs have been removed from the console list.

AWS CLI
  1. Open a new terminal session.

  2. Delete an entitlement. See example command below for reference.

    aws evs delete-entitlement \ --environment-id env-abcde12345 \ --connector-id cnctr-szgj87q6gi \ --entitlement-type WINDOWS_SERVER \ --vm-ids vm-003 vm-001
  3. To verify completion, list the entitlements and confirm the deleted VMs are no longer present.

    aws evs list-vm-entitlements \ --environment-id env-abcde12345 \ --connector-id cnctr-szgj87q6gi \ --entitlement-type WINDOWS_SERVER