Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/configservice/get-status.rst
1567 views
**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