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.
You can only delete up to 100 entitlements at a time.
You must specify the VM IDs to delete entitlements from.
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
-
-
Go to the Amazon EVS console.
-
In the navigation pane, choose Environments.
-
Select the environment containing the VMs.
-
Select the Entitlements tab.
-
Select the VMs you want to delete entitlements from.
-
Choose Delete.
-
Confirm the removal.
-
To verify completion, check that the Entitlements for the specific VMs have been removed from the console list.
-
AWS CLI
-
-
Open a new terminal session.
-
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
-
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