A SysOps Administrator is implementing Amazon VPC Traffic Mirroring to inspect network packets from a critical production database instance (source) located in subnet A to an Intrusion Detection System (IDS) security appliance (target) located in subnet B. Both subnets are protected by custom Network ACLs, and the security groups for both the database and the IDS allow all traffic. The administrator configures a Traffic Mirror Filter to capture all inbound and outbound TCP traffic. The traffic mirroring session is active, but the IDS appliance is not receiving any mirrored packets.
Which of the following configuration changes or verification steps should the administrator perform to resolve this issue? (Select TWO.)
- Verify that the Network ACL associated with subnet B allows inbound UDP traffic on port , and the Network ACL for subnet A allows outbound UDP traffic on port .Cevap
- Ensure that the EC2 instances hosting the database and the IDS appliance are both launched on supported Nitro-based instance types.Cevap
- CModify the Network ACL of subnet A to allow outbound TCP traffic on ephemeral ports - to permit return packets from the mirrored TCP connections.
- DConfigure the route tables of both subnets to direct traffic mirroring packets through a NAT Gateway to enable transit routing between the two subnets.
- EAssociate an IAM role with the database EC2 instance that includes the `iam:PassRole` permission to authorize the instance to send packets to the target ENI.
Cevap
Verify that the Network ACL associated with subnet B allows inbound UDP traffic on port , and the Network ACL for subnet A allows outbound UDP traffic on port , and ensure that the EC2 instances hosting the database and the IDS appliance are both launched on supported Nitro-based instance types.
VPC Traffic Mirroring encapsulates mirrored traffic using VXLAN (UDP port ). Since Network ACLs evaluate mirrored packets and are stateless, the source subnet's Network ACL must permit outbound UDP port traffic, and the target subnet's Network ACL must permit inbound UDP port traffic. Additionally, Traffic Mirroring requires supported instance types, such as Nitro-based instances, to copy traffic from the network interface.
Adım Adım Çözüm
Anahtar Kavram
VPC Traffic Mirroring relies on VXLAN encapsulation (UDP port ) and requires supported instance types. Unlike security groups, Network ACLs are stateless and evaluate mirrored traffic.