HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/python3/dist-packages/awscli/examples/elasticbeanstalk/describe-events.rst
**To view events for an environment**

The following command retrieves events for an environment named ``my-env``::

  aws elasticbeanstalk describe-events --environment-name my-env

Output (abbreviated)::

  {
      "Events": [
          {
              "ApplicationName": "my-app",
              "EnvironmentName": "my-env",
              "Message": "Environment health has transitioned from Info to Ok.",
              "EventDate": "2015-08-20T07:06:53.535Z",
              "Severity": "INFO"
          },
          {
              "ApplicationName": "my-app",
              "EnvironmentName": "my-env",
              "Severity": "INFO",
              "RequestId": "b7f3960b-4709-11e5-ba1e-07e16200da41",
              "Message": "Environment update completed successfully.",
              "EventDate": "2015-08-20T07:06:02.049Z"
          },
          ...
          {
              "ApplicationName": "my-app",
              "EnvironmentName": "my-env",
              "Severity": "INFO",
              "RequestId": "ca8dfbf6-41ef-11e5-988b-651aa638f46b",
              "Message": "Using elasticbeanstalk-us-west-2-012445113685 as Amazon S3 storage bucket for environment data.",
              "EventDate": "2015-08-13T19:16:27.561Z"
          },
          {
              "ApplicationName": "my-app",
              "EnvironmentName": "my-env",
              "Severity": "INFO",
              "RequestId": "cdfba8f6-41ef-11e5-988b-65638f41aa6b",
              "Message": "createEnvironment is starting.",
              "EventDate": "2015-08-13T19:16:26.581Z"
          }
      ]
  }