You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a feature in the CLI tool to automate the troubleshooting of networking issues for AWS EC2 instances. This feature should encompass the following:
Connectivity Verification:
Check SSH, ping, and telnet connectivity to the instance.
Test accessibility via specific ports as required by applications.
Network Configuration Checks:
Validate the security group, NACL, and route table configurations.
Confirm correct subnet, Internet Gateway, and Elastic IP configurations.
Instance Networking Details:
Display the instance’s private/public IP, DNS settings, and local firewall rules.
Highlight discrepancies or misconfigurations.
Active Network Connections and Logs:
Fetch and display active TCP/UDP connections.
Capture relevant logs (e.g., syslog, dmesg, cloud-init) related to networking.
Performance Diagnostics:
Provide options to run tools like traceroute and TCPDump.
Analyze network latency and packet loss statistics
Acceptance Criteria
CLI tool accepts AWS EC2 instance ID or IP address as input.
Validates and displays instance-level networking details (IP, DNS, firewall).
Tests and reports on connectivity issues (SSH, ping, telnet, ports).
Contact Details
[email protected]
Task Description
Develop a feature in the CLI tool to automate the troubleshooting of networking issues for AWS EC2 instances. This feature should encompass the following:
Acceptance Criteria
Related Issues
No response
Which OS is this task related to?
Linux, Windows
Code of Conduct
The text was updated successfully, but these errors were encountered: