Show HN: I developed a native macOS client for EC2/S3 console
Here is the link https://apps.apple.com/app/id1579078660
After forgetting to turn off a p2.xlarge instance for a week, I got so mad at myself I learnt swiftUI to build a native macOS console for most of the actions I do on the web AWS console. I didnt want to use electron or other non native frameworks.
Most importantly I just wanted it to know how much a certain instance costs right now, no matter its state, its type, its lifecycle(like ondemand or spot) and the costs associated with the EBS volumes attached including their IOPS/throughput and etc.
It also has a S3 object browser, and a drag and drop UI to upload your files so that you can make S3 your own personal dropbox.
I dont track or store anything, you just query the aws api.
Sorry its a paid app, if anyone wants to try it and cant afford it let me know, I can send it to you. I think this can be useful and cost saving for individuals that spend more than 50usd per month on aws.
13 comments
[ 2.7 ms ] story [ 51.1 ms ] threadIf you dont mind, do you mind shooting me a free copy?
I believe this is a notarized version of the app just 2-3 commits behind. And I'm away from my main dev machine and just have this link. I hope it works for u.
https://pastebin.com/RLfuByRd
What about the value?
In the launch wizard when u re launching a new instance, it gives u an option to set tags, just type in "Name" for key and "my instance" for value. U can either do that. Or after launching when it lists all ur instances u can just give ur instance a name in the first column
I work on http://vantage.sh so know the amount of effort that can go into things like. Simplifying the experience around EC2 and S3 (including pricing) is very much needed...thanks for sharing.