-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-3068] Send S3 cost report to STRIDES admins
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
1 parent
c0f73d9
commit 9b185a7
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
sceptre/strides-ampad-workflows/config/prod/lambda-finops-s3-cost-report.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
9
sceptre/strides/config/prod/lambda-finops-s3-cost-report.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" |