All Projects → aws-samples → aws-cudos-framework-deployment

aws-samples / aws-cudos-framework-deployment

Licence: MIT-0 License
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

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
  4. Deploy the Dashboards

    cid-cmd deploy

Optional Commands

  1. Update existing Dashboards

    cid-cmd update
  2. See available commands

    cid-cmd --help
    

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].