The scripts in this repo have been succesfully tested in AWS CloudShell (recommended
)
- CUDOS Dashboard
- Cost Intelligence Dashboard
- Trusted Advisor Organisation (TAO) Dashboard
- Trends Dashboard
- KPI Dashboard
✅ 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
-
❗ Complete the prerequisites for respective dashboard
-
Launch AWS CloudShell or your local shell
Automation requires Python 3
-
Make sure you have latest pip package installed
python3 -m ensurepip --upgrade
-
Install CID Python automation PyPI package
pip3 install --upgrade cid-cmd
-
Deploy the Dashboards
cid-cmd deploy
-
Update existing Dashboards
cid-cmd update
-
See available commands
cid-cmd --help
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.