View a markdown version of this page

Manage Cloud Connectors - Amazon Systems Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Manage Cloud Connectors

Use the following Amazon 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 Amazon Web Services account also deletes the associated Amazon Config service-linked recorder.

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