Skip to content

Commit

Permalink
[IT-3068] Send S3 cost report to STRIDES admins
Browse files Browse the repository at this point in the history
Send an email report summarizing costs by service and costs by S3 usage
type to STRIDES admins.

Depends on Sage-Bionetworks-IT/lambda-finops-s3-cost-report#1
  • Loading branch information
ConsoleCatzirl committed Oct 22, 2024
1 parent c0f73d9 commit 9b185a7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-finops-s3-cost-report/1.0.0/lambda-finops-s3-cost-report.yaml
stack_name: lambda-finops-s3-cost-report
parameters:
Sender: "[email protected]"
Recipients: "[email protected],[email protected]"
stack_tags:
OwnerEmail: "[email protected]"
9 changes: 9 additions & 0 deletions sceptre/strides/config/prod/lambda-finops-s3-cost-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/lambda-finops-s3-cost-report/1.0.0/lambda-finops-s3-cost-report.yaml
stack_name: lambda-finops-s3-cost-report
parameters:
Sender: "[email protected]"
Recipients: "[email protected],[email protected]"
stack_tags:
OwnerEmail: "[email protected]"

0 comments on commit 9b185a7

Please sign in to comment.