⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
ec2
/
View File Name :
describe-traffic-mirror-targets.rst
**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
`__ in the *AWS Traffic Mirroring Guide*.