5 ms·
Show HN: A simple AWS (EC2,S3) dashboard
If you are on the same boat with me re the awful S3 UI, and AWS User Interface in general, you might find this useful:
https://awsdash.com/ https://awsdash.com/
Still very early stage. At the moment, it solves couple of my biggest issues:
- Multi regions EC2 view, so I don't have to switch back and forth between regions just to get some IPs address
- Smoother + Faster S3 explorer, with the ability to full text search deep in the bucket (if you index it)
- I can also starred a bucket, to move it to the top (this is useful when you have lots of buckets in your list)
- neskoncno 2y agoDoesn't multi region EC2 view work with classic AWS console? https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/global-view.html https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/global-v... What is the difference here? In general there are many pain points with AWS console that could be improved. And the important thing is you are making your life easier.
- ptgamr 2y agoYeap, I didn't know about that view :) But just checking out, I can get an overviews of how many instances, subnets etc in a region... but I can't easily find things like: - IP addresses - which instance is running / stopped ... it show all I guess
- siamese_puff 2y agoLooks nice. Tech stack?
- ptgamr 2y agoJust React + BlueprintJS (a bit of tailwindcss too). Nothing fancy.