Manage Cloud Connectors
You can manage your Elastio Cloud Connectors through the Elastio CLI as follows:
Use the following command to return a list of current Cloud Connectors:
elastio tenant connector list
Use the following command to scan a Cloud Connector:
elastio tenant connector scan --aws-account-id <aws-account-id>
Use the following command to add a new Cloud Connector:
elastio tenant connector add --aws-account-id <aws-account-id> --region <region>
Use the following command to remove a Cloud Connector:
elastio tenant connector remove --aws-account-id <aws-account-id>