What problem does it solve?
This Skill helps you manage AWS EC2 operations and validate whether instances are reachable and exposed, reducing time spent on manual checks and misconfigurations.
Core Features & Use Cases
- Instance lifecycle and networking guidance: Covers launching instances, configuring security groups, key pairs, subnets, and IMDSv2 to reduce common hardening gaps.
- Storage and image management: Shows how to create and manage AMIs and EBS volumes/snapshots for reliable operations and backups.
- External accessibility and TLS probing: Supports an evidence-based workflow using public IP discovery, nmap reachability tests, and testssl.sh validation for HTTPS posture.
- Troubleshooting reachability: Provides CLI check patterns and safer connectivity alternatives like SSM Session Manager when SSH fails.
Quick Start
Ask your security assistant to assess whether a given EC2 instance is internet-reachable and, if HTTPS is exposed, verify TLS configuration using nmap and testssl.sh.