本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
查看配置记录器
必须使用 AWS CLI 来查看有关配置记录器的详细信息。
以下代码示例演示如何使用 DescribeConfigurationRecorders
。
- CLI
-
- AWS CLI
-
获取有关配置记录器的详细信息
以下命令返回有关默认配置记录器的详细信息:
aws configservice describe-configuration-recorders
输出:
{ "ConfigurationRecorders": [ { "recordingGroup": { "allSupported": true, "resourceTypes": [], "includeGlobalResourceTypes": true }, "roleARN": "arn:aws:iam::123456789012:role/config-ConfigRole-A1B2C3D4E5F6", "name": "default" } ] }
-
有关 API 的详细信息,请参阅AWS CLI 命令参考DescribeConfigurationRecorders
中的。
-
- PowerShell
-
- 用于 PowerShell
-
示例 1:此示例返回配置记录器的详细信息。
Get-CFGConfigurationRecorder | Format-List
输出:
Name : default RecordingGroup : Amazon.ConfigService.Model.RecordingGroup RoleARN : arn:aws:iam::123456789012:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig
-
有关 API 的详细信息,请参阅 AWS Tools for PowerShell Cmdlet 参考DescribeConfigurationRecorders中的。
-
以下代码示例演示如何使用 DescribeConfigurationRecorderStatus
。
- CLI
-
- AWS CLI
-
获取配置记录器的状态信息
以下命令返回默认配置记录器的状态:
aws configservice describe-configuration-recorder-status
输出:
{ "ConfigurationRecordersStatus": [ { "name": "default", "lastStatus": "SUCCESS", "recording": true, "lastStatusChangeTime": 1452193834.344, "lastStartTime": 1441039997.819, "lastStopTime": 1441039992.835 } ] }
-
有关 API 的详细信息,请参阅AWS CLI 命令参考DescribeConfigurationRecorderStatus
中的。
-
- PowerShell
-
- 用于 PowerShell
-
示例 1:此示例返回配置记录器的状态。
Get-CFGConfigurationRecorderStatus
输出:
LastErrorCode : LastErrorMessage : LastStartTime : 10/11/2019 10:13:51 AM LastStatus : Success LastStatusChangeTime : 12/31/2019 6:14:12 AM LastStopTime : 10/11/2019 10:13:46 AM Name : default Recording : True
-
有关 API 的详细信息,请参阅 AWS Tools for PowerShell Cmdlet 参考DescribeConfigurationRecorderStatus中的。
-
配置记录器
启动配置记录器