I have a VPC over EC2 and two Ubuntu 22.04 VMs.
I created a simple straight forward traffic-mirroring session, according to this manual.
But traffic does not gets replicated into destination.
- My
mirror targetsis the interface ofvm1 - My
mirror filtersare "all protocols" source+dest CIDR0.0.0.0/0 - My
mirror sessionscombines both the abovemirror-targetandmirror-filter, and source as the interface ofvm2
On vm2 I use wget in order to produce traffic on that interface.
On vm1 I use tcpdump, but I do not get any traffic mirrored from vm2.
I did not find any way to debug this.