I've always wondered why AWS doesn't just open source their console. it's such a usability disaster and there's so many developers that would love to contribute improvements to it. Wouldn't that make financial sense to Amazon?
Show HN: Vantage – An alternative AWS console focused on developer experience
81–88 of 88 posts
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#82I've always wondered why AWS doesn't just open source their console. it's such a usability disaster and there's so many developers that would love to contribute improvements to it. Wouldn't that make financial sense to Amazon?
I think that's a good idea and I wish they would do something like this. FWIW I disagree that the console is a usability disaster. We're very prone to hyperbole in this industry. It's definitely got a ton of room to improve but it's not the worst and it's usable. Hundreds of thousands of people use it all the time. I can give some background that might be helpful on why the UIs might not be open sourced. Each service…
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#83Earlier quoted context omitted.
From Amazon's perspective being unable to easily see what resources you have in your account might be a feature, not a bug.
AWS Cost Explorer easily reveals all resources in an account: https://aws.amazon.com/aws-cost-management/aws-cost-explorer...
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#84Congrats on the launch! Curious, how do you plan to handle CF template upgrades when you need additional permissions as you enhance the product?
We have dynamic instructions generated to the user to assign these permissions manually for now.
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#85Earlier quoted context omitted.
Thanks so much! We are letting our users dictate what services we support. We can typically add support for a new AWS service in a few hours at best or ~2 days at worst. The nice thing about Vantage is that its essentially a personalized console just for you - so even if we add support for a bunch of AWS services you'll have a console just for what services you're using. Also at one point we hope to hire some more en…
That kind of timeline is incredible. Are you able to share anything about your development processes that enable this?
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#86Earlier quoted context omitted.
Product looks really nice, going to pitch this later this week to our accounting and devops teams. What made you decide to build this as a separate product instead of advocating for an improved ui while still at Amazon? I guess to put it bluntly, are their people at Amazon who defend the current state of the console?
Great - feel free to email me if you need any help at ben@vantage.sh In all honesty it wasn't part of my purview while at AWS and I was happily focused on container services at the time (ECS/Fargate/EKS/etc). I think in order to make necessary changes at AWS on this level you'd really need a full reorganization of how teams are setup. We have a lot of liberties by starting fresh.
Good luck!
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#87Earlier quoted context omitted.
In case it helps, I tried to recount my thoughts in the first few seconds after clicking the link. "An alternative AWS console" - cool. I'd been wondering if there were any good ones. What does it look like? There's a video, but as usual I don't want to watch a product video; I don't want to disturb people by playing audio over the speakers, and it takes too long. I scroll down… nope, no screenshots. There's "Get Sta…
This is the epitome of a snarky ‘Shown HN’ reply It’s almost like you’re relishing in finding pointless things to say “I don’t want to watch a video...waaa waaa waaa” It’s clearly their first release, chill out. You’re not being constructive, you’re just nitpicking OP: ignore them, it sounds like a great starting point to making a hell of a lot of peoples lives easier, nice release!
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#88Congrats on the launch! Curious, how do you plan to handle CF template upgrades when you need additional permissions as you enhance the product?
We have some logic built into the app already for this. Vantage is aware of what permissions it has and what it needs to perform certain actions and will inform the user of what additional permissions are required. We have dynamic instructions generated to the user to assign these permissions manually for now.