View a markdown version of this page

管理云连接器 - Amazon Systems Manager
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

管理云连接器

使用以下 Amazon 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
删除云连接器

如果删除 Amazon Web Services 账户中的最后一个云连接器,则将同时删除关联的 Amazon Config 服务相关记录器。

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