403Webshell
Server IP : 52.25.153.185  /  Your IP : 216.73.217.111
Web Server : Apache
System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64
User : daemon ( 1)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/awscli/examples/elasticbeanstalk/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/awscli/examples/elasticbeanstalk/retrieve-environment-info.rst
**To retrieve tailed logs**

The following command retrieves a link to logs from an environment named ``my-env``::

  aws elasticbeanstalk retrieve-environment-info --environment-name my-env --info-type tail

Output::

  {
      "EnvironmentInfo": [
          {
              "SampleTimestamp": "2015-08-20T22:23:17.703Z",
              "Message": "https://elasticbeanstalk-us-west-2-0123456789012.s3.amazonaws.com/resources/environments/logs/tail/e-fyqyju3yjs/i-09c1c867/TailLogs-1440109397703.out?AWSAccessKeyId=AKGPT4J56IAJ2EUBL5CQ&Expires=1440195891&Signature=n%2BEalOV6A2HIOx4Rcfb7LT16bBM%3D",
              "InfoType": "tail",
              "Ec2InstanceId": "i-09c1c867"
          }
      ]
  }

View the link in a browser. Prior to retrieval, logs must be requested with `request-environment-info`_.

.. _`request-environment-info`: http://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/retrieve-environment-info.html
  

Youez - 2016 - github.com/yon3zu
LinuXploit