-
Notifications
You must be signed in to change notification settings - Fork 225
/
Copy pathtemplate.yml
983 lines (982 loc) · 35.5 KB
/
template.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
# // Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# // SPDX-License-Identifier: Apache-2.0
AWSTemplateFormatVersion: '2010-09-09'
Transform: 'AWS::Serverless-2016-10-31'
Description: ADF CloudFormation Initial Base Stack for the Master Account in the us-east-1 region.
Metadata:
AWS::ServerlessRepo::Application:
Name: aws-deployment-framework
Description: The AWS Deployment Framework (ADF) is an extensive and flexible framework to manage and deploy resources across multiple AWS accounts and regions based on AWS Organizations.
Author: AWS ADF Builders Team
SpdxLicenseId: Apache-2.0
LicenseUrl: ../LICENSE.txt
ReadmeUrl: ../docs/serverless-application-repo.md
Labels: ['adf', 'aws-deployment-framework', 'multi-account', 'cicd', 'devops']
HomePageUrl: https://github.com/awslabs/aws-deployment-framework
SemanticVersion: 3.1.2
SourceCodeUrl: https://github.com/awslabs/aws-deployment-framework
Mappings:
Metadata:
ADF:
Version: 3.1.2
Parameters:
CrossAccountAccessRoleName:
Type: String
Default: OrganizationAccountAccessRole
MainNotificationEndpoint:
Type: String
Default: ""
Description: "Example -> jon@smith.com"
DeploymentAccountName:
Type: String
Default: ""
Description: "The name of the new or existing deployment account"
DeploymentAccountEmailAddress:
Type: String
Default: ""
Description: "The email address for the new or existing deployment account"
DeploymentAccountAlias:
Type: String
Default: ""
Description: "(Optional) Example -> companyname-deployment (must be globally unique)"
DeploymentAccountId:
Type: String
Default: ""
Description: "Example -> 123456789101 (Only required if you have an existing AWS Account that you wish to use as the deployment account.)"
DeploymentAccountMainRegion:
Type: String
Default: ""
Description: "Example -> eu-west-1"
DeploymentAccountTargetRegions:
Type: CommaDelimitedList
Default: ""
Description: "(Optional) Example -> us-west-1,eu-west-3"
ProtectedOUs:
Description: "(Optional) Example -> ou-123,ou-234"
Type: CommaDelimitedList
Default: ""
Resources:
BootstrapTemplatesBucketPolicy:
Type: AWS::S3::BucketPolicy
Properties:
Bucket: !Ref "BootstrapTemplatesBucket"
PolicyDocument:
Statement:
- Action:
- s3:Get*
- s3:PutReplicationConfiguration
- s3:List*
Effect: Allow
Condition:
StringEquals:
aws:PrincipalOrgID: !GetAtt Organization.OrganizationId
Resource:
- !Sub arn:aws:s3:::${BootstrapTemplatesBucket}
- !Sub arn:aws:s3:::${BootstrapTemplatesBucket}/*
Principal:
AWS: "*"
- Action:
- s3:PutObject*
Effect: Allow
Resource:
- !Sub arn:aws:s3:::${BootstrapTemplatesBucket}
- !Sub arn:aws:s3:::${BootstrapTemplatesBucket}/*
Principal:
AWS: !Ref AWS::AccountId
BootstrapArtifactStorageBucket:
DeletionPolicy: Retain
Type: AWS::S3::Bucket
Properties:
AccessControl: BucketOwnerFullControl
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
VersioningConfiguration:
Status: Enabled
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
BootstrapTemplatesBucket:
Type: "AWS::S3::Bucket"
DeletionPolicy: Retain
Properties:
AccessControl: BucketOwnerFullControl
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
VersioningConfiguration:
Status: Enabled
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
LambdaLayerVersion:
Type: "AWS::Serverless::LayerVersion"
Properties:
ContentUri: "./lambda_codebase/initial_commit/bootstrap_repository/adf-build/shared/"
CompatibleRuntimes:
- python3.7
- python3.8
Description: "Shared Lambda Layer between master and deployment account"
LayerName: shared_layer
LambdaLayerVersionPermission:
Type: "AWS::Lambda::LayerVersionPermission"
Properties:
Action: lambda:GetLayerVersion
LayerVersionArn: !Ref LambdaLayerVersion
OrganizationId: !GetAtt Organization.OrganizationId
Principal: "*"
LambdaRole:
Type: "AWS::IAM::Role"
Properties:
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: "Allow"
Principal:
Service:
- "states.amazonaws.com"
- "lambda.amazonaws.com"
Action:
- "sts:AssumeRole"
LambdaPolicy:
Type: "AWS::IAM::ManagedPolicy"
Properties:
Description: "Policy to allow Lambda to perform actions"
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: "Allow"
Action:
- "sts:AssumeRole"
- "lambda:GetLayerVersion"
- "logs:CreateLogGroup"
- "logs:CreateLogStream"
- "logs:PutLogEvents"
- "organizations:DescribeOrganizationalUnit"
- "organizations:ListParents"
- "cloudformation:*"
- "iam:GetRole"
- "iam:PassRole"
- "iam:CreateRole"
- "iam:PutRolePolicy"
- "organizations:DescribeOrganization"
- "organizations:DescribeAccount"
- "ssm:*"
- "states:StartExecution"
Resource: "*"
- Effect: "Allow"
Action: "s3:ListBucket"
Resource: !GetAtt BootstrapTemplatesBucket.Arn
- Effect: "Allow"
Action: "s3:GetObject"
Resource:
!Join
- ''
- - !GetAtt BootstrapTemplatesBucket.Arn
- '/*'
Roles:
- !Ref LambdaRole
StackWaiterFunction:
Type: 'AWS::Serverless::Function'
Properties:
Handler: wait_until_complete.lambda_handler
CodeUri: lambda_codebase/
Layers:
- !Ref LambdaLayerVersion
Description: "ADF Lambda Function - StackWaiterFunction"
Environment:
Variables:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ORGANIZATION_ID: !GetAtt Organization.OrganizationId
ADF_VERSION: !FindInMap ['Metadata', 'ADF', 'Version']
ADF_LOG_LEVEL: INFO
FunctionName: StackWaiter
Role: !GetAtt LambdaRole.Arn
Runtime: python3.8
Timeout: 300
DetermineEventFunction:
Type: 'AWS::Serverless::Function'
Properties:
Handler: determine_event.lambda_handler
CodeUri: lambda_codebase/
Layers:
- !Ref LambdaLayerVersion
Description: "ADF Lambda Function - DetermineEvent"
Environment:
Variables:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
DEPLOYMENT_ACCOUNT_BUCKET: !GetAtt SharedModulesBucketName.Value
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ORGANIZATION_ID: !GetAtt Organization.OrganizationId
ADF_VERSION: !FindInMap ['Metadata', 'ADF', 'Version']
ADF_LOG_LEVEL: INFO
FunctionName: DetermineEventFunction
Role: !GetAtt LambdaRole.Arn
Runtime: python3.8
Timeout: 300
CrossAccountExecuteFunction:
Type: 'AWS::Serverless::Function'
Properties:
Handler: account_bootstrap.lambda_handler
CodeUri: lambda_codebase/
Layers:
- !Ref LambdaLayerVersion
Description: "ADF Lambda Function - CrossAccountExecuteFunction"
Environment:
Variables:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
DEPLOYMENT_ACCOUNT_BUCKET: !GetAtt SharedModulesBucketName.Value
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ORGANIZATION_ID: !GetAtt Organization.OrganizationId
ADF_VERSION: !FindInMap ['Metadata', 'ADF', 'Version']
ADF_LOG_LEVEL: INFO
FunctionName: CrossAccountExecuteFunction
Role: !GetAtt LambdaRole.Arn
Runtime: python3.8
Timeout: 600
RoleStackDeploymentFunction:
Type: 'AWS::Serverless::Function'
Properties:
Handler: deployment_account_config.lambda_handler
CodeUri: lambda_codebase/
Layers:
- !Ref LambdaLayerVersion
Description: "ADF Lambda Function - RoleStackDeploymentFunction"
Environment:
Variables:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ADF_VERSION: !FindInMap ['Metadata', 'ADF', 'Version']
ADF_LOG_LEVEL: INFO
FunctionName: RoleStackDeploymentFunction
Role: !GetAtt LambdaRole.Arn
Runtime: python3.8
Timeout: 300
MovedToRootActionFunction:
Type: 'AWS::Serverless::Function'
Properties:
Handler: moved_to_root.lambda_handler
CodeUri: lambda_codebase/
Layers:
- !Ref LambdaLayerVersion
Description: "ADF Lambda Function - MovedToRootActionFunction"
Environment:
Variables:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ADF_VERSION: !FindInMap ['Metadata', 'ADF', 'Version']
ADF_LOG_LEVEL: INFO
FunctionName: MovedToRootActionFunction
Role: !GetAtt LambdaRole.Arn
Runtime: python3.8
Timeout: 900
UpdateResourcePoliciesFunction:
Type: 'AWS::Serverless::Function'
Properties:
Handler: generic_account_config.lambda_handler
CodeUri: lambda_codebase/
Layers:
- !Ref LambdaLayerVersion
Description: "ADF Lambda Function - UpdateResourcePoliciesFunction"
Environment:
Variables:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ADF_VERSION: !FindInMap ['Metadata', 'ADF', 'Version']
ADF_LOG_LEVEL: INFO
FunctionName: UpdateResourcePoliciesFunction
Role: !GetAtt LambdaRole.Arn
Runtime: python3.8
Timeout: 300
CloudWatchEventsRule:
Type: "AWS::Events::Rule"
Properties:
Description: Triggers StateMachine on Move OU
EventPattern:
source:
- aws.organizations
detail:
eventSource:
- organizations.amazonaws.com
eventName:
- MoveAccount
Targets:
- Arn: !Ref StateMachine
RoleArn: !GetAtt StatesExecutionRole.Arn
Id: CreateStackLinkedAccountV1
CodeCommitRole:
Type: AWS::IAM::Role
Properties:
RoleName: "adf-codecommit-role-base"
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Principal:
Service: codecommit.amazonaws.com
Action:
- sts:AssumeRole
Path: /
CodeCommitPolicy:
Type: AWS::IAM::Policy
Properties:
PolicyName: "adf-organizations-codecommit-role-policy"
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- "codecommit:BatchGetRepositories"
- "codecommit:Get*"
- "codecommit:GitPull"
- "codecommit:List*"
- "codecommit:CancelUploadArchive"
- "codecommit:UploadArchive"
- "s3:Get"
Resource: "*"
Roles:
- !Ref CodeCommitRole
CodeBuildRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: "Allow"
Principal:
Service:
- "codebuild.amazonaws.com"
Action:
- "sts:AssumeRole"
ManagedPolicyArns:
- !Ref "CodeBuildPolicy"
RoleName: "adf-codebuild-role"
CodeBuildPolicy:
Type: "AWS::IAM::ManagedPolicy"
Properties:
Description: "Policy to allow codebuild to perform actions"
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: "Allow"
Action:
- "logs:CreateLogGroup"
- "logs:CreateLogStream"
- "logs:PutLogEvents"
- "organizations:AttachPolicy"
- "organizations:CreatePolicy"
- "organizations:DeletePolicy"
- "organizations:DescribeAccount"
- "organizations:DescribeOrganization"
- "organizations:DescribeOrganizationalUnit"
- "organizations:DescribePolicy"
- "organizations:DetachPolicy"
- "organizations:EnablePolicyType"
- "organizations:ListAccounts"
- "organizations:ListAccountsForParent"
- "organizations:ListOrganizationalUnitsForParent"
- "organizations:ListChildren"
- "organizations:ListParents"
- "organizations:ListPolicies"
- "organizations:ListPoliciesForTarget"
- "organizations:ListRoots"
- "organizations:UpdatePolicy"
- "organizations:CreateAccount"
- "organizations:MoveAccount"
- "organizations:DescribeCreateAccountStatus"
- "organizations:TagResource"
- "ssm:GetParameter"
- "ssm:GetParameters"
- "ssm:PutParameter"
- "states:Describe*"
- "states:StartExecution"
- "sts:GetCallerIdentity"
- "sts:assumeRole"
- "cloudformation:ValidateTemplate"
Resource: "*"
- Effect: "Allow"
Action:
- "cloudformation:CreateStack"
- "cloudformation:DescribeChangeSet"
- "cloudformation:DeleteStack"
- "cloudformation:UpdateStack"
- "cloudformation:CancelUpdateStack"
- "cloudformation:ContinueUpdateRollback"
- "cloudformation:CreateChangeSet"
- "cloudformation:DeleteChangeSet"
- "cloudformation:DescribeStacks"
- "cloudformation:CreateUploadBucket"
- "cloudformation:ExecuteChangeSet"
- "cloudformation:SetStackPolicy"
- "cloudformation:SignalResource"
- "cloudformation:UpdateTerminationProtection"
Resource:
- "arn:aws:cloudformation:*:*:stack/adf-global-base-*/*"
- "arn:aws:cloudformation:*:*:stack/adf-regional-base-*/*"
- !Sub "arn:aws:cloudformation:*:${AWS::AccountId}:stack/adf-global-base-adf-build/*"
- Effect: "Allow"
Action:
- "s3:DeleteObject"
- "s3:GetBucketPolicy"
- "s3:GetObject"
- "s3:ListBucket"
- "s3:PutObject"
Resource:
- "arn:aws:s3:::serverlessrepo-aws-deplo-bootstraptemplatesbucket-*"
- "arn:aws:s3:::serverlessrepo-aws-deplo-bootstraptemplatesbucket-*/*"
- !GetAtt BootstrapArtifactStorageBucket.Arn
- !Sub "${BootstrapArtifactStorageBucket.Arn}/*"
- "arn:aws:s3:::adf-shared-modules-*-*"
- "arn:aws:s3:::adf-shared-modules-*-*/*"
- Effect: "Allow"
Action:
- "codebuild:*"
Resource:
- !Sub "arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:project/aws-deployment-framework-base-templates"
- Effect: "Allow"
Action:
- "iam:CreatePolicy"
- "iam:CreateRole"
- "iam:DeleteRole"
- "iam:DeleteRolePolicy"
- "iam:GetRole"
- "iam:PutRolePolicy"
- "iam:UpdateAssumeRolePolicy"
Resource:
- !Sub "arn:aws:iam::${AWS::AccountId}:role/${CrossAccountAccessRoleName}"
- !Sub "arn:aws:iam::${AWS::AccountId}:role/${CrossAccountAccessRoleName}-readonly"
CodeCommitRepository:
Type: AWS::CodeCommit::Repository
Properties:
RepositoryName: 'aws-deployment-framework-bootstrap'
RepositoryDescription: !Sub "CodeCommit Repo for AWS Deployment Framework base in ${AWS::AccountId}"
CodeBuildProject:
Type: AWS::CodeBuild::Project
Properties:
TimeoutInMinutes: 40
Artifacts:
Type: CODEPIPELINE
Environment:
ComputeType: "BUILD_GENERAL1_LARGE"
PrivilegedMode: false
Image: "aws/codebuild/standard:5.0"
EnvironmentVariables:
- Name: ADF_VERSION
Value: !FindInMap ['Metadata', 'ADF', 'Version']
- Name: TERMINATION_PROTECTION
Value: false
- Name: PYTHONPATH
Value: './adf-build/shared/python'
- Name: S3_BUCKET
Value: !Ref BootstrapTemplatesBucket
- Name: MASTER_ACCOUNT_ID
Value: !Ref AWS::AccountId
- Name: DEPLOYMENT_ACCOUNT_BUCKET
Value: !GetAtt SharedModulesBucketName.Value
- Name: ORGANIZATION_ID
Value: !GetAtt Organization.OrganizationId
- Name: ADF_LOG_LEVEL
Value: INFO
Type: LINUX_CONTAINER
Name: 'aws-deployment-framework-base-templates'
ServiceRole: !Ref CodeBuildRole
Source:
BuildSpec: !Sub |
version: 0.2
phases:
install:
runtime-versions:
python: 3.8
pre_build:
commands:
- pip install -r adf-build/requirements.txt --quiet
- pytest -vvv
build:
commands:
- sam build -t adf-bootstrap/deployment/global.yml
- sam package --output-template-file adf-bootstrap/deployment/global.yml --s3-prefix adf-bootstrap/deployment --s3-bucket $DEPLOYMENT_ACCOUNT_BUCKET
- aws s3 sync ./adf-build/shared s3://$DEPLOYMENT_ACCOUNT_BUCKET/adf-build --quiet # Shared Modules to be used with AWS CodeBuild
- aws s3 sync . s3://$S3_BUCKET --quiet --delete # Base Templates
- python adf-build/main.py # Updates config, updates (or creates) base stacks.
- python adf-build/provisioner/main.py # Ensures/Creates AWS Accounts based on accounts definitions files.
Type: CODEPIPELINE
Tags:
- Key: "Name"
Value: "aws-deployment-framework-base-templates"
CodePipeline:
Type: AWS::CodePipeline::Pipeline
Properties:
ArtifactStore:
Type: S3
Location: !Ref BootstrapArtifactStorageBucket
RoleArn: !GetAtt CodePipelineRole.Arn
Name: 'aws-deployment-framework-bootstrap-pipeline'
Stages:
- Name: CodeCommit
Actions:
- Name: Source
ActionTypeId:
Category: Source
Owner: AWS
Version: '1'
Provider: CodeCommit
OutputArtifacts:
- Name: "TemplateSource"
Configuration:
BranchName: "master"
RepositoryName: 'aws-deployment-framework-bootstrap'
PollForSourceChanges: false
RunOrder: 1
- Name: UploadAndUpdateBaseStacks
Actions:
- Name: UploadAndUpdateBaseStacks
ActionTypeId:
Category: Build
Owner: AWS
Version: '1'
Provider: CodeBuild
OutputArtifacts:
- Name: "aws-deployment-framework-bootstrap-build"
InputArtifacts:
- Name: "TemplateSource"
Configuration:
ProjectName: !Ref CodeBuildProject
RunOrder: 1
CodePipelineRole:
Type: AWS::IAM::Role
Properties:
RoleName: "adf-codepipeline-role"
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Principal:
Service:
- codepipeline.amazonaws.com
Action:
- sts:AssumeRole
Path: /
CodePipelineRolePolicy:
Type: "AWS::IAM::ManagedPolicy"
Properties:
Description: "Policy to allow codepipeline to perform actions"
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: "Allow"
Action:
- "codebuild:*"
- "codecommit:*"
- "s3:GetBucketPolicy"
- "s3:GetObject"
- "s3:ListBucket"
- "s3:PutObject"
Resource: "*"
Roles:
- !Ref CodePipelineRole
OrgEventCodePipelineRole:
Type: AWS::IAM::Role
Properties:
RoleName: "adf-org-event-codepipeline"
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Principal:
Service: events.amazonaws.com
Action:
- sts:AssumeRole
Path: /
OrgEventCodePipelinePolicy:
Type: AWS::IAM::Policy
Properties:
PolicyName: "adf-org-event-codepipeline-policy"
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- "codepipeline:StartPipelineExecution"
Resource: !Sub arn:aws:codepipeline:${AWS::Region}:${AWS::AccountId}:${CodePipeline}
Roles:
- !Ref OrgEventCodePipelineRole
StatesExecutionRole:
Type: "AWS::IAM::Role"
Properties:
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: "Allow"
Principal:
Service:
- events.amazonaws.com
- lambda.amazonaws.com
- states.amazonaws.com
Action: "sts:AssumeRole"
Path: "/"
Policies:
- PolicyName: "adf-state-machine-role-policy"
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- "lambda:InvokeFunction"
- "states:StartExecution"
Resource: "*"
StateMachine:
Type: "AWS::StepFunctions::StateMachine"
Properties:
DefinitionString: !Sub |-
{
"Comment": "ADF Account Bootstrapping Process",
"StartAt": "DetermineEvent",
"States": {
"DetermineEvent": {
"Type": "Task",
"Resource": "${DetermineEventFunction.Arn}",
"Next": "MovedToRootOrProtected?",
"TimeoutSeconds": 300
},
"MovedToRootOrProtected?": {
"Type": "Choice",
"Choices": [{
"Variable": "$.moved_to_protected",
"NumericEquals": 1,
"Next": "ExecuteDeploymentAccountStateMachine"
},
{
"Variable": "$.moved_to_root",
"NumericEquals": 1,
"Next": "MovedToRootAction"
}
],
"Default": "CreateOrUpdateBaseStack"
},
"CreateOrUpdateBaseStack": {
"Type": "Task",
"Resource": "${CrossAccountExecuteFunction.Arn}",
"Next": "WaitUntilBootstrapComplete",
"Catch": [{
"ErrorEquals": ["States.ALL"],
"Next": "ExecuteDeploymentAccountStateMachine",
"ResultPath": "$.error"
}],
"TimeoutSeconds": 600
},
"MovedToRootAction": {
"Type": "Task",
"Resource": "${MovedToRootActionFunction.Arn}",
"Retry": [{
"ErrorEquals": ["RetryError"],
"IntervalSeconds": 10,
"BackoffRate": 1.0,
"MaxAttempts": 20
}],
"Catch": [{
"ErrorEquals": ["States.ALL"],
"Next": "ExecuteDeploymentAccountStateMachine",
"ResultPath": "$.error"
}],
"Next": "ExecuteDeploymentAccountStateMachine",
"TimeoutSeconds": 900
},
"WaitUntilBootstrapComplete": {
"Type": "Task",
"Resource": "${StackWaiterFunction.Arn}",
"Retry": [{
"ErrorEquals": ["RetryError"],
"IntervalSeconds": 10,
"BackoffRate": 1.0,
"MaxAttempts": 500
}],
"Catch": [{
"ErrorEquals": ["States.ALL"],
"Next": "ExecuteDeploymentAccountStateMachine",
"ResultPath": "$.error"
}],
"Next": "DeploymentAccount?",
"TimeoutSeconds": 900
},
"DeploymentAccount?": {
"Type": "Choice",
"Choices": [{
"Variable": "$.is_deployment_account",
"NumericEquals": 1,
"Next": "DeploymentAccountConfig"
}],
"Default": "ExecuteDeploymentAccountStateMachine"
},
"DeploymentAccountConfig": {
"Type": "Task",
"Resource": "${RoleStackDeploymentFunction.Arn}",
"End": true,
"TimeoutSeconds": 900
},
"ExecuteDeploymentAccountStateMachine": {
"Type": "Task",
"Resource": "${UpdateResourcePoliciesFunction.Arn}",
"End": true,
"TimeoutSeconds": 900
}
}
}
RoleArn: !GetAtt StatesExecutionRole.Arn
InitialCommit:
Type: Custom::InitialCommit
Properties:
ServiceToken: !GetAtt InitialCommitHandler.Arn
Version: !FindInMap ['Metadata', 'ADF', 'Version']
RepositoryArn: !GetAtt CodeCommitRepository.Arn
DirectoryName: bootstrap_repository
ExistingAccountId: !Ref DeploymentAccountId
DeploymentAccountRegion: !Ref DeploymentAccountMainRegion
DeploymentAccountFullName: !Ref DeploymentAccountName
DeploymentAccountEmailAddress: !Ref DeploymentAccountEmailAddress
DeploymentAccountAlias: !Ref DeploymentAccountAlias
CrossAccountAccessRole: !Ref CrossAccountAccessRoleName
TargetRegions: !Ref DeploymentAccountTargetRegions
ProtectedOUs: !Ref ProtectedOUs
NotificationEndpoint: !Ref MainNotificationEndpoint
InitialCommitHandler:
Type: AWS::Serverless::Function
Properties:
Handler: handler.lambda_handler
CodeUri: lambda_codebase/initial_commit
Description: "ADF Lambda Function - BootstrapCreateInitialCommitFunction"
Policies:
- Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- codecommit:CreateBranch
- codecommit:CreateCommit
- codecommit:CreatePullRequest
- codecommit:DeleteBranch
- codecommit:GetBranch
- codecommit:GetDifferences
Resource: !GetAtt CodeCommitRepository.Arn
FunctionName: BootstrapCreateInitialCommitFunction
Runtime: python3.8
Timeout: 300
SharedModulesBucket:
Type: Custom::CrossRegionBucket
Properties:
ServiceToken: !GetAtt CrossRegionBucketHandler.Arn
Region: !Ref DeploymentAccountMainRegion
BucketNamePrefix: !Sub "adf-shared-modules-${DeploymentAccountMainRegion}"
Version: !FindInMap ['Metadata', 'ADF', 'Version']
PolicyDocument:
Statement:
- Action:
- s3:Get*
- s3:List*
- s3:PutObject
Effect: Allow
Principal:
AWS:
- Fn::Join:
- ""
- - "arn:aws:iam::"
- !GetAtt DeploymentAccount.AccountId
- ":root"
Service:
- codebuild.amazonaws.com
- lambda.amazonaws.com
- cloudformation.amazonaws.com
SharedModulesBucketName:
Type: AWS::SSM::Parameter
Properties:
Description: DO NOT EDIT - Used by The AWS Deployment Framework
Name: shared_modules_bucket
Type: String
Value: !GetAtt SharedModulesBucket.BucketName
LogLevelSetting:
Type: AWS::SSM::Parameter
Properties:
Description: DO NOT EDIT - Used by The AWS Deployment Framework
Name: adf_log_level
Type: String
Value: INFO
CrossRegionBucketHandler:
Type: AWS::Serverless::Function
Properties:
Handler: handler.lambda_handler
CodeUri: lambda_codebase/cross_region_bucket
Description: "ADF Lambda Function - Create Deployment Bucket in Main Deployment Region"
Policies:
- Version: "2012-10-17"
Statement:
- Effect: Allow
Action: s3:CreateBucket
Resource: "*"
- Effect: Allow
Action:
- s3:DeleteBucket
- s3:PutEncryptionConfiguration
- s3:PutBucketPolicy
- s3:PutBucketPublicAccessBlock
Resource: "arn:aws:s3:::adf-shared-modules-*"
- Effect: Allow
Action: ssm:GetParameter
Resource:
- !Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/shared_modules_bucket"
- !Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/deployment_account_region"
FunctionName: CrossRegionBucketHandler
Runtime: python3.8
Timeout: 300
Organization:
Type: Custom::Organization
Properties:
ServiceToken: !GetAtt OrganizationHandler.Arn
OrganizationHandler:
Type: AWS::Serverless::Function
Properties:
Handler: handler.lambda_handler
CodeUri: lambda_codebase/organization
Description: "ADF Lambda Function - Enable AWS Organizations"
Policies:
- Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- "organizations:CreateOrganization"
- "organizations:DeleteOrganization"
- "organizations:DescribeOrganization"
- "organizations:ListRoots"
Resource: "*"
- Effect: Allow
Action: "iam:CreateServiceLinkedRole"
Resource: "arn:aws:iam::*:role/aws-service-role/*"
FunctionName: AwsOrganizationsHandler
Runtime: python3.8
Timeout: 300
DeploymentOrganizationUnit:
Type: Custom::OrganizationUnit
Properties:
ServiceToken: !GetAtt OrganizationUnitHandler.Arn
ParentId: !GetAtt Organization.OrganizationRootId
OrganizationUnitName: deployment
OrganizationUnitHandler:
Type: AWS::Serverless::Function
Properties:
Handler: handler.lambda_handler
CodeUri: lambda_codebase/organization_unit
Description: "ADF Lambda Function - Create Organization Unit"
Policies:
- Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- "organizations:CreateOrganizationalUnit"
- "organizations:DeleteOrganizationalUnit"
- "organizations:ListOrganizationalUnitsForParent"
Resource: "*"
FunctionName: OrganizationUnitHandler
Runtime: python3.8
Timeout: 300
DeploymentAccount:
Type: Custom::Account
DependsOn: Organization
Properties:
ServiceToken: !GetAtt AccountHandler.Arn
AccountName: !Ref DeploymentAccountName
AccountEmailAddress: !Ref DeploymentAccountEmailAddress
CrossAccountAccessRoleName: !Ref CrossAccountAccessRoleName
ExistingAccountId: !Ref DeploymentAccountId
AccountHandler:
Type: AWS::Serverless::Function
Properties:
Handler: handler.lambda_handler
CodeUri: lambda_codebase/account
Description: "ADF Lambda Function - Create Account"
Policies:
- Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- "organizations:CreateAccount"
- "organizations:DescribeCreateAccountStatus"
Resource: "*"
- Effect: Allow
Action: ssm:GetParameter
Resource: !Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/deployment_account_id"
FunctionName: AccountHandler
Runtime: python3.8
Timeout: 300
PipelineCloudWatchEventRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Version: 2012-10-17
Statement:
- Effect: Allow
Principal:
Service:
- events.amazonaws.com
Action: sts:AssumeRole
Path: /
Policies:
- PolicyName: adf-bootstrap-execute-cwe
PolicyDocument:
Version: 2012-10-17
Statement:
- Effect: Allow
Action: codepipeline:StartPipelineExecution
Resource: !Join [ '', [ 'arn:aws:codepipeline:', !Ref 'AWS::Region', ':', !Ref 'AWS::AccountId', ':', !Ref CodePipeline ] ]
PipelineCloudWatchEventRule:
Type: AWS::Events::Rule
Properties:
EventPattern:
source:
- aws.codecommit
detail-type:
- 'CodeCommit Repository State Change'
resources:
- !Join [ '', [ 'arn:aws:codecommit:', !Ref 'AWS::Region', ':', !Ref 'AWS::AccountId', ':', !GetAtt CodeCommitRepository.Name ] ]
detail:
event:
- referenceCreated
- referenceUpdated
referenceType:
- branch
referenceName:
- master
Targets:
- Arn:
!Join [ '', [ 'arn:aws:codepipeline:', !Ref 'AWS::Region', ':', !Ref 'AWS::AccountId', ':', !Ref CodePipeline ] ]
RoleArn: !GetAtt PipelineCloudWatchEventRole.Arn
Id: adf-codepipeline-trigger-bootstrap
Outputs:
ADFVersionNumber:
Value: !FindInMap ['Metadata', 'ADF', 'Version']
Export:
Name: "ADFVersionNumber"
LayerArn:
Description: "The Shared modules Lambda Layer Arn"
Value: !Ref LambdaLayerVersion
Export:
Name: "SharedLayerArn"
CodeCommitHttpURL:
Description: "The CodeCommit HTTP Url"
Value: !GetAtt CodeCommitRepository.CloneUrlHttp
Export:
Name: "BaseTemplatesRepoHttpURL"
CodeCommitSshURL:
Description: "The CodeCommit SSH Url"
Value: !GetAtt CodeCommitRepository.CloneUrlSsh
Export:
Name: "BaseTemplatesRepoSSHURL"