View a markdown version of this page

Delete an Amazon EVS environment connector - Amazon Elastic VMware Service

Delete an Amazon EVS environment connector

You can delete a connector when it is no longer needed.

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

Note

The connector must be in an Active, Create Failed, or Update Failed state to be deleted.

Note

All entitlements associated with the connector must be deleted before the connector can be removed.

To delete an Amazon EVS environment connector

Follow these steps to delete an Amazon EVS connector.

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

  2. In the navigation pane, choose Environments.

  3. Select the environment containing the connector.

  4. Select the Connectors tab.

  5. Select the connector you want to delete.

  6. Choose Delete Connector.

  7. Confirm the deletion.

  8. To verify completion, check that the connector no longer appears in the list.

AWS CLI
  1. Open a new terminal session.

  2. Delete the connector. See example command below for reference.

    aws evs delete-environment-connector \ --environment-id env-abcde12345 \ --connector-id cnctr-szgj87q6gi
  3. To verify completion, use the list-environment-connectors command and confirm the connector is no longer listed.

    aws evs list-environment-connectors \ --environment-id env-abcde12345