ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.45k stars 41 forks source link

NGS as debugging tool (brain dump) #611

Open ilyash-b opened 1 year ago

ilyash-b commented 1 year ago

In general, pattern matching of resources plus associated information and/or actions

Example: start ec2 instance, ssh to it -> message about security group or network acl which doesn't allow the connection. Maybe even a way to ask - can't connect to port P.

Start ECS -> get message about why it can't pull the image (routing / internet gateway/ security group/ etc)

Lambda can not access bucket -> message why

Analyze lambda error messages?

Point to a resource and run "detect problems"?

Codify the knowledge!