Live data from Hacker News

Show HN: Atlasphere – Live Infrastructure Diagrams

news.ycombinator.com

1–10 of 20 posts

Show HN: Atlasphere – Live Infrastructure Diagrams

#1
Hi HN. My name is Andrey. On a regular business day, I'm a software engineer working at AWS. Outside of work hours, I spend time on my hobby - writing code.

I was once building a pet project that allowed customers to spin up fully synchronized blockchain nodes within just a few minutes. The backend was split into a control plane and a data plane, each with its own AWS account. Later I added two more AWS accounts. One for shared RPC nodes. One for the Analytics Service.

Since I love to visualize things, I used drawio to visualize the architecture.

With time, I noticed a pattern. I'd write some code, add a few lambda functions, update my drawio diagram, write more code, introduce a few more resources, test things, see that everything works fine and go to sleep with a smile on my face. Next week I'd check my diagram, and shockingly, it's missing some of the resources! This kept happening for a few more weeks until I decided to fully abandon the project until my infrastructure diagrams could stay in sync with my cloud account.

That's how Atlasphere.io was born. I've been working on it for the past 6 months and I think the product is ready for some feedback :)

A few notes:

- Atlasphere uses a ReadOnly IAM role to scan your AWS account (my account reaches your account through a trust relationship).

- The number of services is currently limited (WIP)

- It's a macOS app

- It's NOT an Electron app, i use Rust + Webview

What am I looking for? All I really need is for someone to try the app and tell me what they like about it and what they absolutely hate about it, haha!

The website is https://atlasphere.io/

Re: Show HN: Atlasphere – Live Infrastructure Diagrams

#3
Hey, First things - I used to work for AWS, unless your job is more of an evangelist thing, or unless the policy is changed, you need get approval to share side projects. So don't get in trouble over this!

Personally, I am not comfortable with cross-account access from a stranger, even if it's read only. I feel like I should be able to run something locally on my side to gather the data so I can pick and choose what actually needs diagrams

Sounds fun though!

Re: Show HN: Atlasphere – Live Infrastructure Diagrams

#6

Showing the pricing section after downloading the app and signing up is a dark pattern, I suggest including a pricing section on the website.

Hey, thanks for the feedback. I do agree with you and that was not intentional. Do you actually see the pricing table in the app? I thought it's matching the website. I might have missed dropping the "upgrade" badge. I haven't fully figured the pricing model yet, so i thought hiding everything billing related for now is the simplest path forward.

Re: Show HN: Atlasphere – Live Infrastructure Diagrams

#7

Hey, First things - I used to work for AWS, unless your job is more of an evangelist thing, or unless the policy is changed, you need get approval to share side projects. So don't get in trouble over this! Personally, I am not comfortable with cross-account access from a stranger, even if it's read only. I feel like I should be able to run something locally on my side to gather the data so I can pick and choose what…

Hey! I did get approval, so fingers-crossed I'm good here :)

Yea, that cross-account trust is a good call out. I'll need to spend time thinking more about it. Is there anything i could do such that you could say: 'Well, in this case I'm fine with cross-account access from a stranger like you'?

Re: Show HN: Atlasphere – Live Infrastructure Diagrams

#9

Showing the pricing section after downloading the app and signing up is a dark pattern, I suggest including a pricing section on the website.

I was one click from downloading it and was happily surprised that the page did not talk about Pricing so I assumed it was free - went back here to check if I missed something and seems like I did...
Post reply on HN