Path: blob/master/AWS/AWS_Send_daily_biling_notification_to_Slack.ipynb
2973 views
AWS - Send daily biling notification to Slack
Tags: #aws #cloud #storage #slack #operations #automation #naas #asset #scheduler
Author: Maxime Jublou
Last update: 2023-11-20 (Created: 2021-09-14)
Description: This notebook utilizes AWS API and Slack integration to send a daily notification to a designated Slack channel. The notification includes detailed billing information from an AWS account, enabling users to effortlessly track and monitor their AWS spending. Stay informed about your AWS costs with automated daily updates.
References:
Input
Import libraries
Setup variables
Mandatory
aws_access_key_id
: This variable is used to store the AWS access key ID.aws_secret_access_key
: This variable is used to store the AWS secret access key.slack_token
: This variable is used to store the Slack token.slack_channel
: This variable is used to specify the Slack channel.
Optional
cron
: This variable is used to define the cron schedule for executing the code.file_path
: This variable is used to define csv file path to be stored in local with billing details.