Skip to content

Jupyter notebook for investigating CloudTrail latency using Athena and matplotlib.

Notifications You must be signed in to change notification settings

tracebit-com/cloudtrail-latency-investigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Cloudtrail latency investigation

Jupyter notebook for investigating cloudtrail latency using Athena and matplotlib.

This was used to produce the charts in How fast is CloudTrail today? Investigating CloudTrail delays using Athena

Setup

pip install -r requirements.txt
jupyter lab

Use

You'll already need a suitably partitioned athena table for cloudtrail data.

Configure the following options in the notebook:

AWS_PROFILE = ""
CLOUDTRAIL_ATHENA_TABLE_NAME = ""
CLOUDTRAIL_ATHENA_WORKGROUP = ""
CLOUDTRAIL_ATHENA_DATABASE = ""
CLOUDTRAIL_ATHENA_CATALOG = ""

About

Jupyter notebook for investigating CloudTrail latency using Athena and matplotlib.

Topics

Resources

Stars

Watchers

Forks