Diagrams
- Options for network and architecture flow diagrams
https://sequencediagram.org/ - Diagram as code
DIA - OpenSource - a bit clunkey
- Confluence(Corporate) with plugin Draw.io or Glipphy
- Libreoffice Draw
Libreoffice Draw
- 2021 - Used Draw with AWS icons.
Download AWS svg icons, from https://aws.amazon.com/architecture/icons/
- Extract them to dir. (Asset-Package-xxxx)
- Open Libreoffice Draw - Gallery - and import the icons.
- At bottom of Gallery, click on [New]
- Change file type to SVG
- Use [Find Files] and select the dir where you have the unzipped aws icons
- Use [Add All] to create new gallery with the icons.
Optional: A bit
dangerous, cleanout Asset dir of all non SVG and duplicates.
cd Asset-Package-xxx #find . -type d \( -iname *16 -o -iname *32 -o -iname *48 \) | xargs rm -rv - #find . -type f -name "*.png" -delete #rm -rv Category-Icons_04-30-2021 # rm -rf Architecture-Service-Icons_04-30-2021/ #find . -type d \( -iname Res_48_Light \) | xargs rm -rv -