403Webshell
Server IP : 167.99.254.82  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : pawluxera ( 1011)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3/dist-packages/awscli/examples/support/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/awscli/examples/support/describe-trusted-advisor-check-summaries.rst
**To list the summaries of AWS Trusted Advisor checks**

The following ``describe-trusted-advisor-check-summaries`` example lists the results for two Trusted Advisor checks: Amazon S3 Bucket Permissions and IAM Use. ::

    aws support describe-trusted-advisor-check-summaries \
        --check-ids "Pfx0RwqBli" "zXCkfM1nI3"

Output::

    {
        "summaries": [
            {
                "checkId": "Pfx0RwqBli",
                "timestamp": "2020-05-13T21:38:12Z",
                "status": "ok",
                "hasFlaggedResources": true,
                "resourcesSummary": {
                    "resourcesProcessed": 44,
                    "resourcesFlagged": 0,
                    "resourcesIgnored": 0,
                    "resourcesSuppressed": 0
                },
                "categorySpecificSummary": {
                    "costOptimizing": {
                        "estimatedMonthlySavings": 0.0,
                        "estimatedPercentMonthlySavings": 0.0
                    }
                }
            },
            {
                "checkId": "zXCkfM1nI3",
                "timestamp": "2020-05-13T21:38:05Z",
                "status": "ok",
                "hasFlaggedResources": true,
                "resourcesSummary": {
                    "resourcesProcessed": 1,
                    "resourcesFlagged": 0,
                    "resourcesIgnored": 0,
                    "resourcesSuppressed": 0
                },
                "categorySpecificSummary": {
                    "costOptimizing": {
                        "estimatedMonthlySavings": 0.0,
                        "estimatedPercentMonthlySavings": 0.0
                    }
                }
            }
        ]
    }

For more information, see `AWS Trusted Advisor <https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html>`__ in the *AWS Support User Guide*.

Youez - 2016 - github.com/yon3zu
LinuXploit