aws-cost-reporter

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

README

AWS Cost Reporter

Posts daily AWS cost data to a Slack channel.

Test run

Pre-requirements

Export necessary environment variables about Slack

export SLACK_TOKEN="xoxb-1234567890123-123..."
export SLACK_CHANNEL_ID="#test-channel"
by using AWS credentials
AWS_ACCESS_KEY_ID="YOURKEYHERE" AWS_SECRET_ACCESS_KEY="YourSecretHere" AWS_REGION="us-east-1" go run main.go
by using AWS profile
AWS_PROFILE=dev go run main.go

Run in EKS cluster

TODO

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL