rajeeshb / aws-cudos-framework-deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Intelligence Dashboards (CUDOS Framework)

PyPI version

Welcome to Cloud Intelligence Dashboards (CUDOS Framework) automation repository

The scripts in this repo have been succesfully tested in AWS CloudShell (recommended)

Supported dashboards

✅ means that the step you are reading below Is compatible with a deployment of the dashboards that used the Cloudformation deployment method

❗ means that the step you are reading Is not compatible with a deployment of the dashboards that used the legacy automation

Before you start

  1. ❗ Complete the prerequisites for respective dashboard

  2. Specifying a Query Result Location Using a Workgroup

How to use

  1. Launch AWS CloudShell or your local shell

    Automation requires Python 3

  2. Make sure you have latest pip package installed

    python3 -m ensurepip --upgrade
  3. Install CID Python automation PyPI package

    pip3 install --upgrade cid-cmd

Usage Demo

asciicast

Troubleshooting

If you experience unexpected behaviour of the cid-cmd script please run cid-cmd in debug mode

cid-cmd -vv [command]

This will produce a log file in the same directory that were at the tile of launch of cid-cmd.

❗Inspect the produced debug log for any sensitive information and anonimise it.

We encourage you to open new issue with description of the problem and attached debug log file.

Legacy (bash) automation has been moved under legacy directory

About

License:MIT No Attribution


Languages

Language:Python 58.2%Language:Shell 41.8%