Something interesting to do from now on: Search in Google `site: https://cloudcraft.co/view` You will see the shared links from existing diagrams. Right now Google had just indexed one https://cloudcraft.co/view/d3908616-4d96-4d5c-8747-6856e8801...
Sorry to spoil the fun, but I've disallowed /view/ from robots.txt to prevent accidental shares. I think this one must have been from someone sharing on Twitter or some other public place where Google would have picked it up.
Show HN: Cloudcraft – Create AWS diagrams
61–70 of 74 posts
Re: Show HN: Cloudcraft – Create AWS diagrams
#62How are you getting accurate pricing for AWS components? I know Amazon's Simple Calculator uses an undocumented pricing endpoint, but that endpoint could change and become inaccurate.
Pages like https://aws.amazon.com/ec2/pricing use a JSONP request to get a big messy chunk of pricing data. I have parsed that, and serve it with a custom API that does the calculations from the Cloudcraft backend to the React-based frontend. However, AWS just announced a proper pricing API! Check out https://aws.amazon.com/blogs/aws/new-aws-price-list-api This will make life much easier, it does however not yet cove…
Re: Show HN: Cloudcraft – Create AWS diagrams
#63Earlier quoted context omitted.
Or if we want to be picky: Cloudcraft allow you to dump your own understanding into a diagram, which may or may not be correct. I was hoping from the article wording of a tool using some form of read only grant to amazon to draw the diagram for you, but this is just seems one step above dia.
I am working on import from AWS via a read-only role into Cloudcraft right now :)
/^|
./ !°
/ /__,,..
/ `(_t_,__〕
/ '(_t_,__〕
/ {_i_,__〕
/ ノ {_i__)
/ _,..-'"
/
~~~~~~~~~~~
Re: Show HN: Cloudcraft – Create AWS diagrams
#64Re: Show HN: Cloudcraft – Create AWS diagrams
#65Is the grid/menu/etc all custom, or are you using some UI libraries?
The grid and everything on it is custom made on top of HTML5 Canvas, that's probably 80% of the code, many of the elements are isometrically projected at runtime. The menus and dialogs are done using Material-UI ( http://www.material-ui.com ) and React.js
Re: Show HN: Cloudcraft – Create AWS diagrams
#66I like the idea a lot, but I'm not a fan of the fancy 3d visualization. Is there a way to have a simpler (2D) representation?
Re: Show HN: Cloudcraft – Create AWS diagrams
#67Earlier quoted context omitted.
Or if we want to be picky: Cloudcraft allow you to dump your own understanding into a diagram, which may or may not be correct. I was hoping from the article wording of a tool using some form of read only grant to amazon to draw the diagram for you, but this is just seems one step above dia.
I am working on import from AWS via a read-only role into Cloudcraft right now :)
Re: Show HN: Cloudcraft – Create AWS diagrams
#68Re: Show HN: Cloudcraft – Create AWS diagrams
#69Amazon recently introduced a tool similar to this called cloudformations designer.
Re: Show HN: Cloudcraft – Create AWS diagrams
#70Minor note: my screen is fairly narrow, and the Preview/Export buttons hide the action buttons for EC 2 nodes. I notice the element has a z-index of 1. It might be better to ensure the Preview/Export buttons are always hidden by any boxes appearing when the user clicks a component.