Manage Cloud Connectors - AWS Systems Manager
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Manage Cloud Connectors

Use the following AWS CLI commands to manage your Cloud Connectors.

List all Cloud Connectors

aws ssm list-cloud-connectors \ --region us-east-1
Update a Cloud Connector

You can update the display name or subscription targets of an existing Cloud Connector.

aws ssm update-cloud-connector \ --cloud-connector-id CLOUD_CONNECTOR_ID \ --display-name "UpdatedName" \ --region us-east-1
Delete a Cloud Connector

Deleting the last Cloud Connector in an AWS account also deletes the associated AWS Config service-linked recorder.

aws ssm delete-cloud-connector \ --cloud-connector-id CLOUD_CONNECTOR_ID \ --region us-east-1