TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Daintree, an open source AWS webconsole

7 pointsby rpadovanialmost 5 years ago

1 comment

rpadovanialmost 5 years ago
Daintree wants to fix one particular problem of the AWS Console: the impossibility to see resources from multiple regions in the same view.<p>Also, changing enabled regions doesn’t require a full page reload, but just a click on a flag: Daintree will smartly require resources from the freshly enabled regions. Same thing for changing roles: no full page reloads, just some API calls.<p>I&#x27;m not a frontend developer, so I used the Gitlab UI library to obtain something not ugly to see.<p>While it&#x27;s still in an early version, I&#x27;m using it to monitor different resources (especially SQS and load balancers).<p>While I develop, I try to add also features that are not in the main AWS console, if I find them useful: e.g., when you select a EC2 key pair, it shows you to which instances it is associated, so it&#x27;s easy to see if the keys are used somewhere.<p>Source code is on Gitlab: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;rpadovani&#x2F;daintree&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;rpadovani&#x2F;daintree&#x2F;</a>