[ aws . configservice ]
Reports the status of all of configuration recorders and delivery channels.
See ‘aws help’ for descriptions of global parameters.
get-status
Note
To use the following examples, you must have the AWS CLI installed and configured. See the Getting started guide in the AWS CLI User Guide for more information.
Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See Using quotation marks with strings in the AWS CLI User Guide .
To get the status for AWS Config
The following command returns the status of the delivery channel and configuration recorder:
aws configservice get-status
Output:
Configuration Recorders:
name: default
recorder: ON
last status: SUCCESS
Delivery Channels:
name: default
last stream delivery status: SUCCESS
last history delivery status: SUCCESS
last snapshot delivery status: SUCCESS