Skip to main content

Depot Environments Report

Loads a central depot environments inventory list (updated daily) from S3 and loads a locally hosted web app to display the data in a easy to read and filter manner. Allows the user to find information about all deployed depot environments, version numbers, and more across multiple AWS accounts with a single command.

Usage

# load locally hosted web app, and display in browser, with view across all depot environments in all AWS accounts
# needs any AWS profile to be specified since this profile is used to fetch the JSON data from S3
# The S3 bucket is accessible (read) across the whole AWS org, so any AWS profile is fine to use, as long as you have
# basic S3 'GetObject' permissions on this profile.
depot er --awsprofile my-profile

"Example of web app's home screen showing Depot environment versions"