HEX
Server: LiteSpeed
System: Linux ip-172-31-76-142.ec2.internal 4.14.158-129.185.amzn2.x86_64 #1 SMP Tue Dec 24 03:15:32 UTC 2019 x86_64
User: 69b4844ae61d4e92bf26ad98af552775 (1065)
PHP: 7.2.27
Disabled: exec,passthru,shell_exec,system,eval
Upload Files
File: //lib/python2.7/site-packages/awscli/examples/opsworkscm/describe-events.rst
**To describe events**

The following ``describe-events`` example returns information about all events that are associated with the specified Chef Automate server. ::

    aws opsworks-cm describe-events --server-name 'automate-06'

The output for each event entry returned by the command resembles the following example::

    {
        "ServerEvents": [ 
            { 
                "CreatedAt": 2016-07-29T13:38:47.520Z,
                "LogUrl": "https://s3.amazonaws.com/automate-06/automate-06-20160729133847520",
                "Message": "Updates successfully installed.",
                "ServerName": "automate-06"
            }
        ]
    }

For more information, see `General Troubleshooting Tips <http://docs.aws.amazon.com/opsworks/latest/userguide/troubleshoot-opscm.html#d0e4561>`_ in the *AWS OpsWorks User Guide*.