-
Notifications
You must be signed in to change notification settings - Fork 4
/
master.yml
748 lines (743 loc) · 28.9 KB
/
master.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
# Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may
# not use this file except in compliance with the License. A copy of the
# License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is distributed
# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
AWSTemplateFormatVersion: 2010-09-09
Description: Template which creates a CodeCommit repository and CodePipeline pipeline that deploys Cloud Custodian polcies
Parameters:
CloudCustodianVersion:
Type: String
Default: '0.8.46.1'
CloudCustodianORGVersion:
Description: Provide the version of c7nOrg to use with your pipeline.
Type: String
Default: '0.5.7'
MailerVersion:
Type: String
Default: '0.5.8'
OrganizationID:
Type: String
SQSCustodianQueueName:
Type: String
Default: CustodianSQSMailer
Description: Provide a name for the Custodian SQS Queue
SNSTopicApprovalsDisplayName:
Type: String
Default: CustodianSNSApprovals
Description: Enter a descriptive name for the SNS Topic for Deployment Approvals
SNSTopicApprovalsTopicName:
Type: String
Default: CustodianSNSApprovals
Description: Enter an SNS Topic Name for Approvals
SNSTopicAlertDisplayName:
Type: String
Default: CustodianAlerts
Description: Enter a descriptive name for the SNS Alerts Topic
SNSTopicAlertTopicName:
Type: String
Default: CustodianAlerts
Description: Enter a Topic Name for the SNS Alert Topic
EmailMasterContact:
Type: String
Default: CustodianAlerts
Description: Enter an email to receive most of the communications (this will be whitelisted on SES)
Resources:
EventBusPolicy:
Type: AWS::Events::EventBusPolicy
Properties:
Action: events:PutEvents
Principal: "*"
StatementId: OrganizationAccounts
Condition:
Type: "StringEquals"
Key: "aws:PrincipalOrgID"
Value: !Ref OrganizationID
SQSMailer:
Type: AWS::SQS::Queue
Properties:
QueueName: !Ref SQSCustodianQueueName
SQSQueuePolicy:
Type: AWS::SQS::QueuePolicy
Properties:
PolicyDocument: !Sub |
{
"Version": "2012-10-17",
"Id": "AllowSendMessage",
"Statement": [
{
"Sid": "SID_AllowSendMessage",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "SQS:SendMessage",
"Resource": "${SQSMailer.Arn}",
"Condition": {
"StringEquals": {
"aws:PrincipalOrgID": "${OrganizationID}"
}
}
}
]
}
Queues:
- !Ref SQSCustodianQueueName
SNSApprovalsTopic:
Type: AWS::SNS::Topic
Properties:
DisplayName: !Ref SNSTopicApprovalsDisplayName
TopicName: !Ref SNSTopicApprovalsTopicName
SNSAlertsTopic:
Type: AWS::SNS::Topic
Properties:
DisplayName: !Ref SNSTopicAlertDisplayName
TopicName: !Ref SNSTopicAlertTopicName
CloudCustodianAdminRole:
DependsOn:
- CloudCustodianDeploymentPipelineRole
Type: 'AWS::IAM::Role'
Properties:
AssumeRolePolicyDocument:
Version: 2012-10-17
Statement:
- Action: sts:AssumeRole
Effect: Allow
Principal:
Service: lambda.amazonaws.com
- Effect: "Allow"
Principal:
AWS: !Join
- ''
- - 'arn:'
- !Ref 'AWS::Partition'
- ':iam::'
- !Ref 'AWS::AccountId'
- ':root'
Action:
- "sts:AssumeRole"
- Effect: "Allow"
Principal:
AWS: !Join
- ''
- - !GetAtt CloudCustodianDeploymentPipelineRole.Arn
Action:
- "sts:AssumeRole"
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AdministratorAccess
RoleName: CloudCustodianAdminRole
CloudCustodianMailerRole:
Type: 'AWS::IAM::Role'
Properties:
AssumeRolePolicyDocument:
Version: 2012-10-17
Statement:
- Action: sts:AssumeRole
Effect: Allow
Principal:
Service: lambda.amazonaws.com
- Effect: "Allow"
Principal:
AWS: !Join
- ''
- - 'arn:'
- !Ref 'AWS::Partition'
- ':iam::'
- !Ref 'AWS::AccountId'
- ':root'
Action:
- "sts:AssumeRole"
ManagedPolicyArns:
- arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole
RoleName: CloudCustodianMailerRole
CloudCustodianMailerRolePolicie:
Type: "AWS::IAM::Policy"
Properties:
PolicyName: "MailerRolePolicy"
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: "Allow"
Action:
- sqs:DeleteMessage
- sqs:GetQueueUrl
- sqs:ListDeadLetterSourceQueues
- sqs:ChangeMessageVisibility
- sns:Publish
- sqs:DeleteMessageBatch
- sqs:SendMessageBatch
- sqs:ReceiveMessage
- sqs:SendMessage
- sqs:GetQueueAttributes
- sqs:ListQueueTags
- sqs:ChangeMessageVisibilityBatch
Resource: !GetAtt SQSMailer.Arn
- Effect: "Allow"
Action:
- ses:SendEmail
- ses:SendRawEmail
Resource: "*"
Roles:
-
Ref: "CloudCustodianMailerRole"
CloudCustodianDeploymentPipelineRole:
Type: 'AWS::IAM::Role'
Properties:
RoleName: CloudCustodianDeploymentPipelineRole
AssumeRolePolicyDocument:
Statement:
- Action: 'sts:AssumeRole'
Effect: Allow
Principal:
Service: codepipeline.amazonaws.com
Version: 2012-10-17
CloudCustodianDeploymentPipelineRolePolicy:
Type: 'AWS::IAM::Policy'
Properties:
PolicyDocument:
Statement:
- Action:
- 'codecommit:CancelUploadArchive'
- 'codecommit:GetBranch'
- 'codecommit:GetCommit'
- 'codecommit:GetUploadArchiveStatus'
- 'codecommit:UploadArchive'
Effect: Allow
Resource: !Sub 'arn:${AWS::Partition}:codecommit:${AWS::Region}:${AWS::AccountId}:${CloudCustodianPoliciesRepo.Name}'
- Action:
- 'sns:Publish'
Effect: Allow
Resource: !Ref SNSApprovalsTopic
- Action:
- 's3:PutObject'
Effect: Allow
Resource:
- !Sub '${ArtifactsBucket.Arn}'
- !Sub '${ArtifactsBucket.Arn}/*'
- Action:
- 'codebuild:BatchGetBuilds'
- 'codebuild:StartBuild'
- 'codebuild:StopBuild'
Effect: Allow
Resource:
- !Sub '${CloudCustodianPolicyValidationProject.Arn}'
- !Sub '${CloudCustodianPolicyCleanupDryRunProject.Arn}'
- !Sub '${CloudCustodianPolicyCleanupProject.Arn}'
- !Sub '${CloudCustodianPolicyDeploymentDryRunProject.Arn}'
- !Sub '${CloudCustodianPolicyDeploymentProject.Arn}'
- !Sub '${CloudCustodianPolicyDeploymentOrgProject.Arn}'
- Action:
- 'lambda:GetFunction'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:cloud-custodian-mailer'
Version: 2012-10-17
PolicyName: CloudCustodianDeploymentPipelineRolePolicy
Roles:
- !Ref CloudCustodianDeploymentPipelineRole
CloudCustodianDeploymentPipeline:
Type: 'AWS::CodePipeline::Pipeline'
Properties:
Name: CloudCustodianDeploymentPipeline
RoleArn: !Sub '${CloudCustodianDeploymentPipelineRole.Arn}'
Stages:
- Name: Source
Actions:
- Name: RetrievePoliciesAction
ActionTypeId:
Category: Source
Owner: AWS
Version: 1
Provider: CodeCommit
Configuration:
RepositoryName: !Sub '${CloudCustodianPoliciesRepo.Name}'
BranchName: master
InputArtifacts: []
RunOrder: 1
OutputArtifacts:
- Name: source
- Name: PolicyValidationStage
Actions:
- Name: PolicyValidationAction
ActionTypeId:
Category: Test
Owner: AWS
Provider: CodeBuild
Version: '1'
Configuration:
ProjectName: !Ref CloudCustodianPolicyValidationProject
InputArtifacts:
- Name: source
OutputArtifacts: []
RunOrder: 1
- Name: PolicyValidationApprovalAction
ActionTypeId:
Category: Approval
Owner: AWS
Provider: Manual
Version: '1'
InputArtifacts: []
OutputArtifacts: []
Configuration:
NotificationArn: !Ref SNSApprovalsTopic
RunOrder: 2
- Name: PolicyCleanupStage
Actions:
- Name: PolicyCleanupDryRunAction
ActionTypeId:
Category: Test
Owner: AWS
Provider: CodeBuild
Version: '1'
Configuration:
ProjectName: !Ref CloudCustodianPolicyCleanupDryRunProject
InputArtifacts:
- Name: source
OutputArtifacts: []
RunOrder: 1
- Name: PolicyCleanupDryRunApprovalAction
ActionTypeId:
Category: Approval
Owner: AWS
Provider: Manual
Version: '1'
InputArtifacts: []
OutputArtifacts: []
Configuration:
NotificationArn: !Ref SNSApprovalsTopic
RunOrder: 2
- Name: PolicyCleanupAction
ActionTypeId:
Category: Test
Owner: AWS
Provider: CodeBuild
Version: '1'
Configuration:
ProjectName: !Ref CloudCustodianPolicyCleanupProject
InputArtifacts:
- Name: source
OutputArtifacts: []
RunOrder: 3
- Name: PolicyDeploymentStage
Actions:
- Name: PolicyDeploymentDryRunAction
ActionTypeId:
Category: Test
Owner: AWS
Provider: CodeBuild
Version: '1'
Configuration:
ProjectName: !Ref CloudCustodianPolicyDeploymentDryRunProject
InputArtifacts:
- Name: source
OutputArtifacts: []
RunOrder: 1
- Name: ApproveDryRun
ActionTypeId:
Category: Approval
Owner: AWS
Provider: Manual
Version: '1'
InputArtifacts: []
OutputArtifacts: []
Configuration:
NotificationArn: !Ref SNSApprovalsTopic
RunOrder: 2
- Name: c7nDeploy
ActionTypeId:
Category: Test
Owner: AWS
Provider: CodeBuild
Version: '1'
Configuration:
ProjectName: !Ref CloudCustodianPolicyDeploymentProject
InputArtifacts:
- Name: source
OutputArtifacts: []
RunOrder: 3
- Name: c7n-org_Deploy
ActionTypeId:
Category: Test
Owner: AWS
Provider: CodeBuild
Version: '1'
Configuration:
ProjectName: !Ref CloudCustodianPolicyDeploymentOrgProject
InputArtifacts:
- Name: source
OutputArtifacts: []
RunOrder: 3
ArtifactStore:
Location: !Ref ArtifactsBucket
Type: S3
RestartExecutionOnUpdate: true
DependsOn:
- CloudCustodianDeploymentPipelineRole
- CloudCustodianDeploymentPipelineRolePolicy
CloudCustodianPoliciesRepo:
Type: 'AWS::CodeCommit::Repository'
Properties:
RepositoryName: CloudCustodianPolicies
ArtifactsBucket:
Type: 'AWS::S3::Bucket'
DeletionPolicy: Retain
CloudCustodianPolicyValidationProjectRole:
Type: 'AWS::IAM::Role'
Properties:
AssumeRolePolicyDocument:
Statement:
- Action: 'sts:AssumeRole'
Effect: Allow
Principal:
Service: codebuild.amazonaws.com
Version: 2012-10-17
RoleName: CloudCustodianPolicyValidationProjectRole
CloudCustodianPolicyValidationProjectRolePolicy:
Type: 'AWS::IAM::Policy'
Properties:
PolicyDocument:
Statement:
- Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyValidationProject}'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyValidationProject}:*'
- Action: 's3:GetObject'
Effect: Allow
Resource: !Sub '${ArtifactsBucket.Arn}/*'
- Action:
- 'lambda:GetFunction'
- 'lambda:CreateFunction'
- 'lambda:UpdateFunctionCode'
- 'lambda:UpdateFunctionConfiguration'
- 'lambda:AddPermission'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:cloud-custodian-mailer'
- Action:
- 'iam:PassRole'
Effect: Allow
Resource:
- !GetAtt CloudCustodianAdminRole.Arn
- !GetAtt CloudCustodianMailerRole.Arn
- Action:
- 'events:DescribeRule'
- 'events:PutRule'
- 'events:ListTargetsByRule'
- 'events:PutTargets'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:rule/cloud-custodian-mailer'
Version: 2012-10-17
PolicyName: CloudCustodianPolicyValidationProjectRolePolicy
Roles:
- !Ref CloudCustodianPolicyValidationProjectRole
CloudCustodianPolicyCleanupProjectRole:
Type: 'AWS::IAM::Role'
Properties:
AssumeRolePolicyDocument:
Statement:
- Action: 'sts:AssumeRole'
Effect: Allow
Principal:
Service: codebuild.amazonaws.com
Version: 2012-10-17
RoleName: CloudCustodianPolicyCleanupProjectRole
CloudCustodianPolicyCleanupProjectRolePolicy:
Type: 'AWS::IAM::Policy'
Properties:
PolicyDocument:
Statement:
- Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupDryRunProject}'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupDryRunProject}:*'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupProject}'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyCleanupProject}:*'
- Action: 's3:GetObject'
Effect: Allow
Resource: !Sub '${ArtifactsBucket.Arn}/*'
- Action: 'sts:AssumeRole'
Effect: Allow
Resource: !Sub 'arn:${AWS::Partition}:iam::${AWS::AccountId}:role/CloudCustodianAdminRole'
Version: 2012-10-17
PolicyName: CloudCustodianPolicyCleanupProjectRolePolicy
Roles:
- !Ref CloudCustodianPolicyCleanupProjectRole
CloudCustodianPolicyDeploymentProjectRole:
Type: 'AWS::IAM::Role'
Properties:
AssumeRolePolicyDocument:
Statement:
- Action: 'sts:AssumeRole'
Effect: Allow
Principal:
Service: codebuild.amazonaws.com
Version: 2012-10-17
RoleName: CloudCustodianPolicyDeploymentProjectRole
CloudCustodianPolicyDeploymentProjectRolePolicy:
Type: 'AWS::IAM::Policy'
Properties:
PolicyDocument:
Statement:
- Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogGroups'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentDryRunProject}'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentDryRunProject}:*'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentProject}'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentProject}:*'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentOrgProject}'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/codebuild/${CloudCustodianPolicyDeploymentOrgProject}:*'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/cloud-custodian/policies'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/cloud-custodian/policies:*'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:*:log-stream'
- !Sub 'arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:*:log-stream:*'
- Action: 's3:GetObject'
Effect: Allow
Resource: !Sub '${ArtifactsBucket.Arn}/*'
- Action: 'sts:AssumeRole'
Effect: Allow
Resource: !Sub 'arn:${AWS::Partition}:iam::${AWS::AccountId}:role/CloudCustodianAdminRole'
- Action:
- 'lambda:GetFunction'
- 'lambda:CreateFunction'
- 'lambda:UpdateFunctionCode'
- 'lambda:AddPermission'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:cloud-custodian-mailer'
- Action:
- 'iam:PassRole'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:iam::${AWS::AccountId}:role/CloudCustodianAdminRole'
- Action:
- 'events:DescribeRule'
- 'events:PutRule'
- 'events:ListTargetsByRule'
- 'events:PutTargets'
Effect: Allow
Resource:
- !Sub 'arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:rule/cloud-custodian-mailer'
Version: 2012-10-17
PolicyName: CloudCustodianPolicyDeploymentProjectRolePolicy
Roles:
- !Ref CloudCustodianPolicyDeploymentProjectRole
CloudCustodianPolicyValidationProject:
Type: 'AWS::CodeBuild::Project'
Properties:
Artifacts:
Type: NO_ARTIFACTS
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:2.0
PrivilegedMode: false
Type: LINUX_CONTAINER
Name: CloudCustodianPolicyValidationProject
ServiceRole: !Sub ${CloudCustodianPolicyValidationProjectRole.Arn}
Source:
BuildSpec: !Sub |
version: '0.2'
phases:
install:
runtime-versions:
python: 3.7
commands:
- pip install c7n==${CloudCustodianVersion}
- pip install c7n-mailer==${MailerVersion}
build:
commands:
- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda
- custodian validate policies/*
Type: NO_SOURCE
CloudCustodianPolicyCleanupDryRunProject:
Type: 'AWS::CodeBuild::Project'
Properties:
Artifacts:
Type: NO_ARTIFACTS
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:2.0
PrivilegedMode: false
Type: LINUX_CONTAINER
Name: CloudCustodianPolicyCleanupDryRunProject
ServiceRole: !Sub '${CloudCustodianPolicyCleanupProjectRole.Arn}'
Source:
BuildSpec: !Sub |
version: '0.2'
phases:
install:
runtime-versions:
python: 3.7
commands:
- if [ -d "old_policies" ]; then pip install c7n==${CloudCustodianVersion}; fi
- if [ -d "old_policies" ]; then pip install c7n-mailer==${MailerVersion}; fi
build:
commands:
- if [ -d "old_policies" ]; then curl -LO https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/${CloudCustodianVersion}/tools/ops/mugc.py; fi
- if [ -d "old_policies" ]; then python mugc.py --dryrun --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole -c old_policies/*; fi
artifacts:
base-directory: output
files: '**/*'
Type: NO_SOURCE
CloudCustodianPolicyCleanupProject:
Type: 'AWS::CodeBuild::Project'
Properties:
Artifacts:
Type: NO_ARTIFACTS
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:2.0
PrivilegedMode: false
Type: LINUX_CONTAINER
Name: CloudCustodianPolicyCleanupProject
ServiceRole: !Sub '${CloudCustodianPolicyCleanupProjectRole.Arn}'
Source:
BuildSpec: !Sub |
version: '0.2'
phases:
install:
runtime-versions:
python: 3.7
commands:
- if [ -d "old_policies" ]; then pip install c7n==${CloudCustodianVersion}; fi
- if [ -d "old_policies" ]; then pip install c7n-mailer==${MailerVersion}; fi
build:
commands:
- if [ -d "old_policies" ]; then curl -LO https://raw.githubusercontent.com/cloud-custodian/cloud-custodian/${CloudCustodianVersion}/tools/ops/mugc.py; fi
- if [ -d "old_policies" ]; then python mugc.py --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole -c old_policies/*; fi
artifacts:
base-directory: output
files: '**/*'
Type: NO_SOURCE
CloudCustodianPolicyDeploymentDryRunProject:
Type: 'AWS::CodeBuild::Project'
Properties:
Artifacts:
Type: NO_ARTIFACTS
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:2.0
PrivilegedMode: false
Type: LINUX_CONTAINER
Name: CloudCustodianPolicyDeploymentDryRunProject
ServiceRole: !Sub '${CloudCustodianPolicyDeploymentProjectRole.Arn}'
Source:
BuildSpec: !Sub |
version: '0.2'
phases:
install:
runtime-versions:
python: 3.7
commands:
- pip install c7n==${CloudCustodianVersion}
- pip install c7n-mailer==${MailerVersion}
- pip install c7n-org==${CloudCustodianORGVersion}
build:
commands:
- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda
- custodian run --dryrun --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole --output-dir output/logs policies/* -m aws -l /cloud-custodian/policies
- if [ -f "c7n-org-policies/organization-policies.yml" ]; then c7n-org run --dryrun -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/organization-policies.yml --region us-east-1 --region ca-central-1 --verbose; fi
- if [ ! -f "c7n-org-policies/organization-policies.yml" ]; then echo "INFO! The organization-policies.yml does not exist skipping."; fi
artifacts:
base-directory: output
files: '**/*'
Type: NO_SOURCE
CloudCustodianPolicyDeploymentProject:
Type: 'AWS::CodeBuild::Project'
Properties:
Artifacts:
Type: NO_ARTIFACTS
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:2.0
PrivilegedMode: false
Type: LINUX_CONTAINER
Name: CloudCustodianPolicyDeploymentProject
ServiceRole: !Sub '${CloudCustodianPolicyDeploymentProjectRole.Arn}'
Source:
BuildSpec: !Sub |
version: '0.2'
phases:
install:
runtime-versions:
python: 3.7
commands:
- pip install c7n==${CloudCustodianVersion}
- pip install c7n-mailer==${MailerVersion}
build:
commands:
- c7n-mailer --config c7n_mailer_config/mailer.yml --templates c7n_mailer_config/templates/ --update-lambda
- custodian run --assume arn:aws:iam::${AWS::AccountId}:role/CloudCustodianAdminRole --output-dir output/logs policies/* -m aws -l /cloud-custodian/policies
artifacts:
base-directory: output
files: '**/*'
Type: NO_SOURCE
CloudCustodianPolicyDeploymentOrgProject:
Type: 'AWS::CodeBuild::Project'
Properties:
Artifacts:
Type: NO_ARTIFACTS
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/standard:2.0
PrivilegedMode: false
Type: LINUX_CONTAINER
Name: CloudCustodianOrgPolicyDeploymentProject
ServiceRole: !Sub '${CloudCustodianPolicyDeploymentProjectRole.Arn}'
Source:
BuildSpec: !Sub |
version: '0.2'
phases:
install:
runtime-versions:
python: 3.7
commands:
- if [ -f "c7n-org-policies/organization-policies.yml" ]; then pip install c7n==${CloudCustodianVersion}; fi
- if [ -f "c7n-org-policies/organization-policies.yml" ]; then pip install c7n-mailer==${MailerVersion}; fi
- if [ -f "c7n-org-policies/organization-policies.yml" ]; then pip install c7n-org==${CloudCustodianORGVersion}; fi
build:
commands:
- if [ -f "c7n-org-policies/organization-policies.yml" ]; then c7n-org run -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/organization-policies.yml --region us-east-1 --region ca-central-1 --verbose; fi
- if [ -f "c7n-org-policies/organization-policies.yml" ]; then c7n-org report -c c7n-org-policies/accounts.yml -s output -u c7n-org-policies/organization-policies.yml --region us-east-1 --region ca-central-1; fi
- if [ ! -f "c7n-org-policies/organization-policies.yml" ]; then echo "The organization-policies.yml does not exist, recommended removing this action from the pipeline."; fi
artifacts:
base-directory: output
files: '**/*'
Type: NO_SOURCE
Outputs:
AprovalsTopicARN:
Description: ARN of the Approvals SNS Topic
Value:
Ref: SNSApprovalsTopic
AlertsTopicARN:
Description: ARN of the Alerts SNS Topic
Value:
Ref: SNSAlertsTopic
SQSMailer:
Description: URL of the SQS queue to be used in c7n_mailer_config/mailer.yml
Value:
Ref: SQSMailer
CustodianMailerRole:
Description: ARN of the CustodianMailerRole
Value:
!Ref CloudCustodianMailerRole