View a markdown version of this page

管理云连接器 - AWS Systems Manager

管理云连接器

使用以下 AWS CLI 命令管理云连接器:

列出所有云连接器

aws ssm list-cloud-connectors \ --region us-east-1
更新云连接器

您可以更新现有云连接器的显示名称或订阅目标。

aws ssm update-cloud-connector \ --cloud-connector-id CLOUD_CONNECTOR_ID \ --display-name "UpdatedName" \ --region us-east-1
删除云连接器

删除 AWS 账户 中的最后一个云连接器也会删除关联的服务相关记录器。

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