spawn/aws/lib
A 70dd127edc
fix: aws destroy_server silently swallows errors, fix URL regex in test (#1606)
The aws destroy_server function had conditional logic (if/else for CLI
vs REST mode) but no error handling - failures were silently ignored and
"Instance destroyed" was logged even on failure. This could leave
instances running and incurring charges without the user knowing.

Also fix the URL extraction regex in cloud-error-guidance.test.ts to
exclude backtick characters, preventing false positives from template
literals in embedded TypeScript code.

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-21 15:09:44 -05:00
..
common.sh fix: aws destroy_server silently swallows errors, fix URL regex in test (#1606) 2026-02-21 15:09:44 -05:00