forked from org-formation/org-formation-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
organization-tasks.yml
90 lines (80 loc) · 2.15 KB
/
organization-tasks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
OrganizationUpdate:
Type: update-organization
Template: ./organization.yml
CloudTrail:
Type: update-stacks
Template: ./templates/cloudtrail.yml
StackName: cloudtrail
StackDescription: Cloudtrail example template
MaxConcurrentStacks: 10
FailedStackTolerance: 10
GuardDuty:
Type: update-stacks
Template: ./templates/guardduty.yml
StackName: guardduty
StackDescription: Guardduty example template
MaxConcurrentStacks: 10
FailedStackTolerance: 10
BudgetAlarms:
Type: update-stacks
Template: ./templates/budget-alarms.yml
StackName: budget-alarms
MaxConcurrentStacks: 10
FailedStackTolerance: 10
DefaultOrganizationBindingRegion: eu-central-1
DefaultOrganizationBinding:
AccountsWithTag: budget-alarm-threshold
Parameters:
resourcePrefix: my
SubDomains:
Type: update-stacks
Template: ./templates/subdomains.yml
StackName: SubDomains
Parameters:
rootHostedZoneName: olafconijn.com
MaxConcurrentStacks: 10
FailedStackTolerance: 10
Include:
Type: include
Path: ./organization-iam-tasks.yml
MaxConcurrentTasks: 10
FailedTaskTolerance: 10
CrossAccountBucket:
Type: update-stacks
Template: ./templates/cross-account-bucket.yml
StackName: MyBucket
Parameters:
bucketName: mybucket-516455415878
OrganizationBindings:
BucketAccountBinding:
Account: !Ref SharedServicesAccount
ReadAccessAccountBinding:
OrganizationalUnit: !Ref DevelopmentOU
MaxConcurrentStacks: 10
FailedStackTolerance: 10
CrossAccountSecret:
Type: update-stacks
Template: ./templates/cross-account-secret.yml
StackName: MySecret
Parameters:
secretName: mySecret
MaxConcurrentStacks: 10
FailedStackTolerance: 10
CrossAccountLambda:
Type: update-stacks
Template: ./templates/cross-account-lambda.yml
StackName: MyLambda
Parameters:
functionName: myLambda
functionAccount: !Ref SharedServicesAccount
MaxConcurrentStacks: 10
FailedStackTolerance: 10
AccountCreationWorkflow:
Type: update-serverless.com
Path: ./automation/create-account
RunNpmInstall: true
OrganizationBinding:
IncludeMasterAccount: true
Region: us-east-1
MaxConcurrentTasks: 1
FailedTaskTolerance: 0