Skip to content

Jellyvision/ec2_events_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC2 Events Dashboard

A tool to show all of the scheduled events for your EC2 instances, in all AWS regions, from all of your AWS accounts, in one place

Usage

This example shows using 3 different AWS accounts, but you can use as many or as few as you want

$ git clone [email protected]:Jellyvision/ec2_events_dashboard.git
$ cd ec2_events_dashboard/cmd/ec2_events_dashboard
$ go run main.go \
    --creds $ACCOUNT_1_ACCESS_KEY_ID:$ACCOUNT_1_SECRET_ACCESS_KEY \
    --creds $ACCOUNT_2_ACCESS_KEY_ID:$ACCOUNT_2_SECRET_ACCESS_KEY \
    --creds $ACCOUNT_3_ACCESS_KEY_ID:$ACCOUNT_3_SECRET_ACCESS_KEY

Then go to http://localhost:3000 in your browser and you'll see something like this:

dashboard screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published