birdview

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2021 License: LGPL-3.0

README

Birdview

Birdview was built to facilitate management of large cloud estates by providing a one pane of glass view of the service and resources status.

screenshot

How to

Run

make run

Build

make test build

Configuration

AWS IAM

Create an IAM role with the following permissions

{
    "Version": "2012-10-17",
    "Statement": [{
        "Sid": "v1-20210712",
        "Effect": "Allow",
        "Action": [
          "health:Describe*",
          "config:List*",
          "organizations:List*",
          "organizations:Describe*",
          "config:BatchGet*"
        ],
        "Resource": "*"
    }]
}

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL