Does the Application Discovery Agent collect information about UDP sockets?

0

Hi there,

I am working on a migration assessment and have been running the Application Discovery Service agent for 1 month. I fail to see existing network traffic on UDP ports. Is the ADS agent not collecting information about UDP sockets? I tried Athena queries and the network visualization tools, no UDP traffic is seen, either inbound or outbound.

Kind regards, Matthieu

질문됨 4달 전139회 조회
2개 답변
2

Hi Matthieu,

The AWS Application Discovery Agent primarily focuses on collecting information about TCP connections, including details such as listening ports, established connections, and connection states. UDP traffic is not typically included in the data collected by the ADS.

The ADS is designed to capture information related to the communication patterns and dependencies of applications running in your on-premises or virtualized environment. While it is effective in providing insights into TCP-based communication, it may not cover UDP traffic.

If your assessment requires visibility into UDP traffic, you might need to consider alternative methods or tools that specifically focus on UDP monitoring. Some network monitoring tools and packet capture solutions are more suitable for analyzing UDP traffic patterns, including inbound and outbound UDP connections.

Here are a few suggestions:

Packet Capture Tools:
    Use packet capture tools like Wireshark or tcpdump to capture and analyze network traffic at the packet level. These tools can provide detailed information about both TCP and UDP traffic.

Network Flow Analysis Tools:
    Consider network flow analysis tools that can provide insights into network traffic patterns, including UDP flows. These tools aggregate and analyze flow data to give you a comprehensive view of communication patterns.

Custom UDP Monitoring Solutions:
    Depending on your specific requirements, you might need to implement custom solutions or scripts to monitor UDP traffic on your network. This could involve capturing and analyzing logs or utilizing specific network monitoring APIs.

https://docs.aws.amazon.com/application-discovery/latest/userguide/agent-data-collected.html

profile picture
hoylem
답변함 4달 전
0

Short answer: no. Thanks !

답변함 4달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠