|
|
|
|
|
by cddotdotslash
624 days ago
|
|
I've been working on https://wut.dev in my spare time. It's essentially a simpler, read-only, AWS dashboard where everything is a filterable, searchable, exportable-to-CSV table, with some extra features like multi-region mode, saved notes, and a debugger for access denied errors. It uses the AWS SDK for JavaScript, so everything is run client-side from your browser. I'm not 100% sure what direction I'm taking it yet, but it's been fun to hack on! There's a live demo here: https://wut.dev/?service=ec2&type=instances&demo=true if you want to try it out. |
|