Skip to content

brianwalborn/cloud-browser

Repository files navigation

cloud-browser

Prerequisites


Initial set up (Linux, Mac, & Windows)

  1. Clone the repository
git clone https://github.com/brianwalborn/cloud-browser.git
  1. cd into the cloud-browser directory
cd cloud-browser

Running the application...

...locally in a Mac OS/Linux console

  1. Install the dependecies with pip
pip install -r requirements.txt
  1. Execute the run_local.sh script
./run_local.sh
  1. Navigate to localhost:5000 in a browser

...locally in a PowerShell console

  1. Install the dependecies with pip
py -m pip install -r .\requirements.txt
  1. Execute the run_local.ps1 script
.\run_local.ps1
  1. Navigate to localhost:5000 in a browser

...with Docker (Mac OS/Linux)

  1. Simply execute ./run_docker.sh
./run_docker.sh
  1. Navigate to localhost:8080 in a browser
  • Note: If there are errors regarding AWS credentials and/or there are no AWS profiles displaying in settings, the aws_credentials_path in run_docker.sh may have to be updated to point to the correct AWS credentials file location.

Initialize settings

  1. Enter the desired regions and tags on the settings page. For example: alt text

About

A streamlined way to browse your AWS resources

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages