aws-security-viz
Visualize your aws security groups.
File Explorer
Download Latest Version (.zip)- ruby.yml
- rubygem.yml
- rubygem_release.yml
- dependabot.yml
- boot.rb
- aws_security_viz
- sample.png
- parse_log.rb
- ip_permission.rb
- security_groups.rb
- traffic.rb
- navigator.html
- view.html
- ec2.rb
- json.rb
- all.rb
- graphviz.rb
- json.rb
- navigator.rb
- aws_config.rb
- aws_security_viz.rb
- color_picker.rb
- debug_graph.rb
- exclusions.rb
- graph.rb
- graph_filter.rb
- opts.yml.sample
- version.rb
- aws_expected.json
- dummy.dot
- dummy.json
- expected.json
- navigator.json
- visualize_aws_spec.rb
- color_picker_spec.rb
- graph_filter_spec.rb
- spec_helper.rb
- visualize_aws_spec.rb
- .dockerignore
- .editorconfig
- .gitignore
- .tool-versions
- aws_security_viz.gemspec
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Dockerfile
- Gemfile
- LICENSE.md
- Rakefile
- README.md
- Vagrantfile
π Installation Guide
1. Get the code
git clone https://github.com/anaynayak/aws-security-viz
Downloads the entire project code from GitHub to your computer.
cd aws-security-viz
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t aws-security-viz .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 aws-security-viz
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
