| Server IP : 52.25.153.185 / Your IP : 216.73.217.32 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/ec2/ |
Upload File : |
**To describe a Traffic Mirror Target**
The following ``describe-traffic-mirror-targets`` example displays details of the specified Traffic Mirror target. ::
aws ec2 describe-traffic-mirror-targets \
--traffic-mirror-target-id tmt-0dabe9b0a6EXAMPLE
Output::
{
"TrafficMirrorTargets": [
{
"TrafficMirrorTargetId": "tmt-0dabe9b0a6EXAMPLE",
"NetworkLoadBalancerArn": "arn:aws:elasticloadbalancing:us-east-1:111122223333:loadbalancer/net/NLB/7cdec873fEXAMPLE",
"Type": "network-load-balancer",
"Description": "Example Network Load Balancer Target",
"OwnerId": "111122223333",
"Tags": []
}
]
}
For more information, see `View Traffic Mirror Target Details <https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-target.html#view-traffic-mirroring-targets>`__ in the *AWS Traffic Mirroring Guide*.