fwdcloudsec / known_aws_accounts

List of known AWS accounts
Apache License 2.0
140 stars 20 forks source link

Static Website #9

Open z0ph opened 1 year ago

z0ph commented 1 year ago

Hey folks, it could be an excellent addition to have a compagnon website to get a nice-looking search capability to this initiative.

Is anyone with frontend skills here? 😢

danielloader commented 1 year ago

Forked this repo and bolted mkdocs on to render a Github Pages site.

Preview: https://danielloader.github.io/known_aws_accounts/

If there's appetite in going this way I'm happy to raise a pull request.

Changes:

z0ph commented 1 year ago

Fantastic Daniel, thanks a lot!

danielloader commented 1 year ago

I'd go further though and add a script to create derivative data types, like a simple csv, json, from the source accounts.yaml. Sometimes it's easier to use those formats in scripts - especially a simple line seperated list of the account ids as a simple "if in list, ignore" type outcome.

superissy commented 8 months ago

This is great Daniel