Skip to content

Instantly share code, notes, and snippets.

View Artureio's full-sized avatar
🎯
Focusing

Artur Henrique Artureio

🎯
Focusing
  • Rio de Janeiro - Brasil
View GitHub Profile
@Artureio
Artureio / master_data_collector.yml
Last active May 5, 2023 22:51
Bluearch.io Costing Report Engine (Master Account Role).
AWSTemplateFormatVersion: 2010-09-09
Description: Sets up the necessary resources to run the Costing Report Engine in the Manager account.
Parameters:
ChildAccountID:
Type: String
Description: The ID of the child account.
Default: 123456789012
Resources:
@Artureio
Artureio / child_account.yml
Created May 5, 2023 18:02
Bluearch.io Costing Report Engine (Child Account).
AWSTemplateFormatVersion: 2010-09-09
Description: Sets up the necessary resources to run the Costing Report Engine in the child account.
Parameters:
StartDate:
Type: String
Description: The start date for the report in the format YYYY-MM-DD.
Default: 2019-01-01
EndDate: