-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlights_off_aws.yaml
857 lines (798 loc) · 31.5 KB
/
lights_off_aws.yaml
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
---
AWSTemplateFormatVersion: "2010-09-09"
Description: |-
Start, reboot, stop and back up AWS resources using schedules in tags
github.com/sqlxpert/lights-off-aws/ GPLv3 Copyright Paul Marcelin
Parameters:
PlaceholderHelp:
Type: String
Default: "https://github.com/sqlxpert/lights-off-aws#quick-start"
LambdaSourceS3BucketNamePrefix:
Type: String
Description: >-
Exclude the region suffix, even though this stack REQUIRES a region
suffix in the S3 bucket name. For example, if you are creating this
stack in the US East (Northern Virginia) region and you set this to
"my-bucket", then the bucket named "my-bucket-us-east-1" must exist,
must have been created in the US East (Northern Virginia) region, and
must contain lights_off_aws.py.zip . These requirements apply in EVERY
region where you create a Lights Off CloudFormation stack. If you are
are creating a CloudFormation StackSet, then the file must also be
readable by every target AWS account, which generally requires that each
bucket have a bucket policy.
Enable:
Type: String
Description: >-
Whether the "Find" AWS Lambda function will run automatically, checking
every 10 minutes for AWS resources with scheduled operations, and whether
the "Do" function will run automatically, executing queued operations.
Default: "true"
AllowedValues:
- "false"
- "true"
CopyTags:
Type: String
Description: >-
Whether to copy tags to backups
Default: "true"
AllowedValues:
- "false"
- "true"
PlaceholderAdvancedParameters:
Type: String
Default: ""
AllowedValues:
- ""
FindLambdaFnMemoryMB:
Type: Number
Description: >-
How many megabytes of memory to allocate to the "Find" AWS Lambda
function. Increase only in case of out-of-memory errors. See
https://docs.aws.amazon.com/lambda/latest/operatorguide/computing-power.html
Default: 128
FindLambdaFnTimeoutSecs:
Type: Number
Description: >-
How many seconds before execution of the "Find" AWS Lambda function
is canceled. Increase only in case of time-out errors. See
https://aws.amazon.com/about-aws/whats-new/2018/10/aws-lambda-supports-functions-that-can-run-up-to-15-minutes/
Default: 60
DoLambdaFnRoleAttachLocalPolicyName:
Type: String
Description: >-
The name of a locally-written "managed" IAM policy to be attached the
function's role. By including "Effect": "Deny" statements, you could,
for example, prevent the function from rebooting or stopping production
resources. Specify only the policy name, not the ARN. If you are
creating a CloudFormation StackSet, then the policy MUST (a) exist in,
and (b) have exactly the same name in, EVERY target AWS account.
Policies are not per-region; there can be only one policy with this
name in each account. See
https://github.com/sqlxpert/lights-off-aws/blob/main/README.md#security-steps-you-can-take
Default: ""
DoLambdaFnReservedConcurrentExecutions:
Type: Number
Description: >-
How many scheduled operations can be done in parallel. See
https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html#configuration-concurrency-reserved
MinValue: 0
Default: 5
DoLambdaFnMemoryMB:
Type: Number
Description: >-
How many megabytes of memory to allocate to the "Do" AWS Lambda
function. Increase only in case of out-of-memory errors.
Default: 128
DoLambdaFnTimeoutSecs:
Type: Number
Description: >-
How many seconds before execution of the "Do" AWS Lambda function is
canceled. Increase only in case of time-out errors.
Default: 30
OperationQueueVisibilityTimeoutSecs:
Type: Number
Description: >-
How many seconds SQS waits for the "Do" AWS Lambda function to accept
and process a message representing one scheduled operation. Must be at
least as large as DoLambdaFnTimeoutSecs . In case of problems, see
https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-queueconfig
Default: 90
SqsKmsKey:
Type: String
Description: >-
If blank, queue messages will not be encrypted. Specify "alias/aws/sqs"
for the AWS-managed SQS service KMS key, which allows for encryption but
not for any key access restrictions or cross-account access. To use a
custom KMS key, specify an ARN with the key ID, not an alias.
Default: ""
QueueMessageBytesMax:
Type: Number
Description: >-
Maximum number of bytes in an operation queue message
MinValue: 1024
Default: 32768 # 32 KiB (worst case when copying 50 long tags)
MaxValue: 262144 # 256 KiB
OperationFailedQueueMessageRetentionPeriodSecs:
Type: Number
Description: >-
How many seconds to keep queue messages for scheduled operations that
failed. For consistency with the log retention period, and if CloudWatch
Logs and SQS allow, set this to LogsRetainDays * 86400 . See
MessageRetentionPeriod in
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SetQueueAttributes.html#API_SetQueueAttributes_RequestParameters
Default: 604800
LogsRetainDays:
Type: Number
Description: >-
How many days to keep CloudWatch logs from the AWS Lambda functions. See
retentionInDays in
http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutRetentionPolicy.html
Default: 7
LogLevel:
Type: String
Description: >-
Threshold for logging the activities of the AWS Lambda functions. See
https://docs.python.org/3/library/logging.html#levels
Default: ERROR
AllowedValues:
- CRITICAL
- ERROR
- WARNING
- INFO
- DEBUG
- NOTSET
CloudWatchLogsKmsKey:
Type: String
Description: >-
If blank, logs will receive default non-KMS CloudWatch Logs encryption.
To use a KMS key, which must be a custom key, specify an ARN with the
key ID, not an alias. You MUST first give CloudWatch Logs access to the
key by editing the key's key policy. See
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/encrypt-log-data-kms.html#cmk-permissions
Default: ""
LambdaFnFileName:
Type: String
Description: >-
Exclude the .py.zip suffixes.
Default: "lights_off_aws"
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
default: Essentials
Parameters:
- PlaceholderHelp
- LambdaSourceS3BucketNamePrefix
- Enable
- CopyTags
- Label:
default: >-
Advanced Parameters...
Parameters:
- PlaceholderAdvancedParameters
- Label:
default: >-
AWS Lambda function to find resources with scheduled operations
Parameters:
- FindLambdaFnMemoryMB
- FindLambdaFnTimeoutSecs
- Label:
default: AWS Lambda function to do scheduled operations
Parameters:
- DoLambdaFnReservedConcurrentExecutions
- DoLambdaFnRoleAttachLocalPolicyName
- DoLambdaFnMemoryMB
- DoLambdaFnTimeoutSecs
- Label:
default: SQS queues for scheduled operations
Parameters:
- OperationQueueVisibilityTimeoutSecs
- SqsKmsKey
- QueueMessageBytesMax
- OperationFailedQueueMessageRetentionPeriodSecs
- Label:
default: Logs
Parameters:
- LogsRetainDays
- LogLevel
- CloudWatchLogsKmsKey
- Label:
default: Miscellaneous
Parameters:
- LambdaFnFileName
ParameterLabels:
PlaceholderHelp:
default: For help with this stack, see
LambdaSourceS3BucketNamePrefix:
default: S3 bucket for AWS Lambda function source code
Enable:
default: Enabled?
CopyTags:
default: Copy tags to backups?
PlaceholderAdvancedParameters:
default: Do not change parameters below this line unless necessary!
FindLambdaFnMemoryMB:
default: Memory
FindLambdaFnTimeoutSecs:
default: Timeout
DoLambdaFnReservedConcurrentExecutions:
default: Parallel operations
DoLambdaFnRoleAttachLocalPolicyName:
default: Attach local policy
DoLambdaFnMemoryMB:
default: Memory
DoLambdaFnTimeoutSecs:
default: Timeout
OperationQueueVisibilityTimeoutSecs:
default: Operation queue message visibility timeout
QueueMessageBytesMax:
default: Operation queue message size limit
SqsKmsKey:
default: KMS encryption key
OperationFailedQueueMessageRetentionPeriodSecs:
default: Failed operation queue message retention period
LogsRetainDays:
default: Log retention period
LogLevel:
default: Log level
CloudWatchLogsKmsKey:
default: KMS encryption key
LambdaFnFileName:
default: AWS Lambda function source code file name
Conditions:
EnableTrue: !Equals [ !Ref Enable, "true" ]
DoLambdaFnRoleAttachLocalPolicyNameBlank:
!Equals [ !Ref DoLambdaFnRoleAttachLocalPolicyName, "" ]
SqsKmsKeyBlank: !Equals [ !Ref SqsKmsKey, "" ]
SqsKmsKeyCustom:
Fn::And:
- !Not [ !Equals [ !Ref SqsKmsKey, "" ] ]
- !Not [ !Equals [ !Ref SqsKmsKey, "alias/aws/sqs" ] ]
CloudWatchLogsKmsKeyBlank: !Equals [ !Ref CloudWatchLogsKmsKey, "" ]
Resources:
OperationFailedQueue:
Type: AWS::SQS::Queue
Properties:
DelaySeconds: 0
KmsMasterKeyId:
Fn::If:
- SqsKmsKeyBlank
- !Ref AWS::NoValue
- !Ref SqsKmsKey
KmsDataKeyReusePeriodSeconds:
Fn::If:
- SqsKmsKeyBlank
- !Ref AWS::NoValue
- 86400 # seconds (24 hours)
MaximumMessageSize: !Ref QueueMessageBytesMax
MessageRetentionPeriod: !Ref OperationFailedQueueMessageRetentionPeriodSecs
ReceiveMessageWaitTimeSeconds: 20 # long polling (lowest cost)
VisibilityTimeout: 0 # seconds; dead message retries don't make sense
OperationQueue:
Type: AWS::SQS::Queue
Properties:
KmsMasterKeyId:
Fn::If:
- SqsKmsKeyBlank
- !Ref AWS::NoValue
- !Ref SqsKmsKey
KmsDataKeyReusePeriodSeconds:
Fn::If:
- SqsKmsKeyBlank
- !Ref AWS::NoValue
- 86400 # seconds (24 hours)
MaximumMessageSize: !Ref QueueMessageBytesMax
MessageRetentionPeriod: 1200 # seconds (20 minutes)
ReceiveMessageWaitTimeSeconds: 20 # long polling (lowest cost)
VisibilityTimeout: !Ref OperationQueueVisibilityTimeoutSecs
RedrivePolicy:
maxReceiveCount: 1
deadLetterTargetArn: !GetAtt OperationFailedQueue.Arn
LambdaFnLogGrpCreatePol:
Type: AWS::IAM::ManagedPolicy
Properties:
Description: >-
Log group: create; run-time fallback in case a Lambda function's
original log group has been deleted; see AWSLambdaBasicExecutionRole
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- logs:CreateLogGroup
Resource: "*"
# In-line policies apply only to their roles, which, in turn, can only be
# assumed by AWS Lambda functions. Separate, "managed" policies could be
# attached to other roles or users, allowing permission escalation.
# Administrator should restrict iam:PassRole to prevent use of these roles
# with arbitrary AWS Lambda functions.
FindLambdaFnRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Principal: { Service: lambda.amazonaws.com }
Action: sts:AssumeRole
ManagedPolicyArns:
- !Ref LambdaFnLogGrpCreatePol # Safe; not in-line to avoid repeating
Policies:
- PolicyName: Ec2Read
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- ec2:DescribeInstances
- ec2:DescribeVolumes
- ec2:DescribeTags
Resource: "*"
- PolicyName: RdsRead
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- rds:DescribeDBInstances
- rds:DescribeDBClusters
Resource: "*"
- Effect: Allow
Action: rds:ListTagsForResource
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:db:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster:*"
- PolicyName: CloudFormationRead
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action: cloudformation:DescribeStacks
Resource: "*"
- Fn::If:
- SqsKmsKeyCustom
- PolicyName: SqsKmsEncrypt
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
# https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-key-management.html#receive-from-encrypted-queue
- kms:GenerateDataKey
Resource: !Ref SqsKmsKey
Condition:
StringEquals: { "kms:ViaService": !Sub "sqs.${AWS::Region}.amazonaws.com" }
- !Ref AWS::NoValue
DoLambdaFnRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Principal: { Service: lambda.amazonaws.com }
Action: sts:AssumeRole
ManagedPolicyArns:
- !Ref LambdaFnLogGrpCreatePol # Safe; not in-line to avoid repeating
- Fn::If:
- DoLambdaFnRoleAttachLocalPolicyNameBlank
- !Ref AWS::NoValue
- !Sub "arn:${AWS::Partition}:iam::${AWS::AccountId}:policy/${DoLambdaFnRoleAttachLocalPolicyName}"
Policies:
- PolicyName: Ec2Write
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action: ec2:StartInstances
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*"
Condition:
StringLike: { "aws:ResourceTag/sched-start": "*" }
- Effect: Allow
Action: ec2:RebootInstances
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*"
Condition:
StringLike: { "aws:ResourceTag/sched-reboot": "*" }
- Effect: Allow
Action: ec2:StopInstances
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*"
Condition:
StringLike: { "aws:ResourceTag/sched-stop": "*" }
- Effect: Allow
Action: ec2:StopInstances
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*"
Condition:
StringLike: { "aws:ResourceTag/sched-hibernate": "*" }
- Sid: DangerCanForceReboot
Effect: Allow
Action: ec2:CreateImage
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*"
Condition:
StringLike: { "aws:ResourceTag/sched-backup": "*" }
- Effect: Allow
Action: ec2:CreateImage
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:instance/*"
Condition:
StringLike: { "aws:ResourceTag/sched-reboot-backup": "*" }
- Effect: Allow
Action: ec2:CreateImage
Resource:
- !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}::image/*"
- !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*"
- Effect: Allow
Action: ec2:CreateSnapshot
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}:${AWS::AccountId}:volume/*"
Condition:
StringLike: { "aws:ResourceTag/sched-backup": "*" }
- Effect: Allow
Action: ec2:CreateSnapshot
Resource: !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*"
- Effect: Allow
Action: ec2:CreateTags
Resource:
- !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}::image/*"
- !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*"
Condition:
StringEquals:
ec2:CreateAction:
- CreateImage
- CreateSnapshot
- Sid: BackupCreatorCannotTagBackupForDeletion
Effect: Deny
Action: ec2:CreateTags
Resource:
- !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}::image/*"
- !Sub "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*"
Condition:
ForAnyValue:StringEquals: { "aws:TagKeys": "sched-delete" }
- Sid: BackupCreatorCannotDeleteBackup
Effect: Deny
Action:
- ec2:DeregisterImage
- ec2:DeleteSnapshot
Resource: "*"
- PolicyName: RdsWrite
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- rds:StartDBInstance
- rds:StartDBCluster
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:db:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster:*"
Condition:
StringLike: { "aws:ResourceTag/sched-start": "*" }
- Effect: Allow
Action:
- rds:RebootDBInstance
- rds:RebootDBCluster
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:db:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster:*"
Condition:
StringLike: { "aws:ResourceTag/sched-reboot": "*" }
- Effect: Allow
Action: rds:RebootDBCluster
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:db:*"
- Effect: Allow
Action:
- rds:RebootDBInstance
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:db:*"
Condition:
StringLike: { "aws:ResourceTag/sched-reboot-failover": "*" }
- Effect: Allow
Action:
- rds:StopDBInstance
- rds:StopDBCluster
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:db:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster:*"
Condition:
StringLike: { "aws:ResourceTag/sched-stop": "*" }
- Effect: Allow
Action:
- rds:CreateDBSnapshot
- rds:CreateDBClusterSnapshot
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:db:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster:*"
Condition:
StringLike: { "aws:ResourceTag/sched-backup": "*" }
- Effect: Allow
Action: rds:CreateDBSnapshot
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:snapshot:*"
- Effect: Allow
Action: rds:CreateDBClusterSnapshot
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster-snapshot:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:snapshot:*"
- Effect: Allow
Action: rds:AddTagsToResource
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster-snapshot:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:snapshot:*"
- Sid: BackupCreatorCannotTagBackupForDeletion
Effect: Deny
Action: rds:AddTagsToResource
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster-snapshot:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:snapshot:*"
Condition:
ForAnyValue:StringLike: { "aws:RequestTag/sched-delete": "*" }
- Sid: BackupCreatorCannotDeleteBackup
Effect: Deny
Action:
- rds:DeleteDBSnapshot
- rds:DeleteDBClusterSnapshot
Resource:
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:snapshot:*"
- !Sub "arn:${AWS::Partition}:rds:${AWS::Region}:${AWS::AccountId}:cluster-snapshot:*"
- PolicyName: CloudFormationWrite
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action: cloudformation:UpdateStack
Resource: !Sub "arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/*"
Condition:
StringLike: { "aws:ResourceTag/sched-set-Enable-false": "*" }
- Effect: Allow
Action: cloudformation:UpdateStack
Resource: !Sub "arn:${AWS::Partition}:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/*"
Condition:
StringLike: { "aws:ResourceTag/sched-set-Enable-true": "*" }
- Fn::If:
- SqsKmsKeyCustom
- PolicyName: SqsKmsDecrypt
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
# https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-key-management.html#receive-from-encrypted-queue
- kms:Decrypt
Resource: !Ref SqsKmsKey
Condition:
StringEquals: { "kms:ViaService": !Sub "sqs.${AWS::Region}.amazonaws.com" }
- !Ref AWS::NoValue
OperationFailedQueuePol:
Type: AWS::SQS::QueuePolicy
Properties:
Queues: [ !Ref OperationFailedQueue ]
PolicyDocument:
Version: "2012-10-17"
Statement:
- Sid: RequireSsl
Effect: Deny
Principal: "*"
Action: sqs:*
Resource: "*"
Condition:
Bool: { aws:SecureTransport: "false" }
- Effect: Allow
Principal: "*"
Action: sqs:GetQueueAttributes
Resource: !GetAtt OperationFailedQueue.Arn
- Sid: DeadLetterSource
Effect: Allow
Principal: "*"
Action: sqs:SendMessage
Resource: !GetAtt OperationFailedQueue.Arn
Condition:
ArnEquals: { aws:SourceArn: !GetAtt OperationQueue.Arn }
- Sid: ExclusiveSource
Effect: Deny
Principal: "*"
Action: sqs:SendMessage
Resource: !GetAtt OperationFailedQueue.Arn
Condition:
ArnNotEquals: { aws:SourceArn: !GetAtt OperationQueue.Arn }
OperationQueuePol:
Type: AWS::SQS::QueuePolicy
Properties:
Queues: [ !Ref OperationQueue ]
PolicyDocument:
Version: "2012-10-17"
Statement:
- Sid: RequireSsl
Effect: Deny
Principal: "*"
Action: sqs:*
Resource: "*"
Condition:
Bool: { aws:SecureTransport: "false" }
- Effect: Allow
Principal: "*"
Action: sqs:GetQueueAttributes
Resource: !GetAtt OperationQueue.Arn
- Sid: Source
Effect: Allow
Principal: "*"
Action: sqs:SendMessage
Resource: !GetAtt OperationQueue.Arn
Condition:
ArnEquals: { aws:PrincipalArn: !GetAtt FindLambdaFnRole.Arn }
- Sid: ExclusiveSource
Effect: Deny
Principal: "*"
Action: sqs:SendMessage
Resource: !GetAtt OperationQueue.Arn
Condition:
ArnNotEquals: { aws:PrincipalArn: !GetAtt FindLambdaFnRole.Arn }
- Sid: Target
Effect: Allow
Principal: "*"
Action:
- sqs:ChangeMessageVisibility
- sqs:ReceiveMessage
- sqs:DeleteMessage
Resource: !GetAtt OperationQueue.Arn
Condition:
ArnEquals: { aws:PrincipalArn: !GetAtt DoLambdaFnRole.Arn }
- Sid: DeadLetterTarget
Effect: Allow
Principal: "*"
Action:
- sqs:ChangeMessageVisibility
- sqs:ReceiveMessage
- sqs:DeleteMessage
Resource: !GetAtt OperationQueue.Arn
Condition:
ArnEquals: { aws:SourceArn: !GetAtt OperationFailedQueue.Arn }
- Sid: ExclusiveTargets
Effect: Deny
Principal: "*"
Action:
- sqs:ChangeMessageVisibility
- sqs:ReceiveMessage
- sqs:DeleteMessage
Resource: !GetAtt OperationQueue.Arn
Condition:
ArnNotEquals:
aws:PrincipalArn:
- !GetAtt DoLambdaFnRole.Arn
aws:SourceArn:
- !GetAtt OperationFailedQueue.Arn
FindLambdaFn:
Type: AWS::Lambda::Function
Properties:
Role: !GetAtt FindLambdaFnRole.Arn
Code:
S3Bucket: !Sub "${LambdaSourceS3BucketNamePrefix}-${AWS::Region}"
S3Key: !Sub "${LambdaFnFileName}.py.zip"
Architectures:
- arm64
Runtime: python3.9
Environment:
Variables:
"QUEUE_URL": !Ref OperationQueue
"QUEUE_MSG_BYTES_MAX": !Ref QueueMessageBytesMax
"LOG_LEVEL": !Ref LogLevel
"COPY_TAGS": !Ref CopyTags
Handler: !Sub "${LambdaFnFileName}.lambda_handler_find"
ReservedConcurrentExecutions: 1 # Only one Find process at a time!
Timeout: !Ref FindLambdaFnTimeoutSecs
MemorySize: !Ref FindLambdaFnMemoryMB
FindLambdaFnLogGrp:
Type: AWS::Logs::LogGroup
Properties:
# Lambda names the log group after the function, so a CloudWatch-assigned
# name won't work. A custom name will, however, interfere with changes.
LogGroupName: !Sub "/aws/lambda/${FindLambdaFn}"
RetentionInDays: !Ref LogsRetainDays
KmsKeyId:
Fn::If:
- CloudWatchLogsKmsKeyBlank
- !Ref AWS::NoValue
- !Ref CloudWatchLogsKmsKey
FindLambdaFnLogWritePol:
Type: AWS::IAM::ManagedPolicy
Properties:
Description: >-
Find Lambda function log streams: create, and put events; based on
AWSLambdaBasicExecutionRole
Roles: [ !Ref FindLambdaFnRole ]
# Policy cannot be in-line, because it depends on an AWS Lambda function
# log group, which in turn depends on the [final name of the] function,
# and function creation depends on a role.
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- logs:CreateLogStream
- logs:PutLogEvents
Resource: !Sub "arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:${FindLambdaFnLogGrp}:log-stream:*"
# !GetAtt LogGroup.Arn ends with :* , complicating conversion to
# log stream ARN.
FindLambdaFnSched:
Type: AWS::Events::Rule
Properties:
Description: >-
Every 10 minutes (do not change!): run Find AWS Lambda function
ScheduleExpression: "cron(01,11,21,31,41,51 * * * ? *)"
State:
Fn::If:
- EnableTrue
- ENABLED
- DISABLED
Targets: [ { Arn: !GetAtt FindLambdaFn.Arn, Id: !Ref FindLambdaFn } ]
FindLambdaFnPerm:
Type: AWS::Lambda::Permission
Properties:
Action: lambda:InvokeFunction
FunctionName: !Ref FindLambdaFn
Principal: events.amazonaws.com
SourceArn: !GetAtt FindLambdaFnSched.Arn
# Administrator should restrict other invocation of this AWS Lambda function
DoLambdaFn:
Type: AWS::Lambda::Function
Properties:
Role: !GetAtt DoLambdaFnRole.Arn
Code:
S3Bucket: !Sub "${LambdaSourceS3BucketNamePrefix}-${AWS::Region}"
S3Key: !Sub "${LambdaFnFileName}.py.zip"
Architectures:
- arm64
Runtime: python3.9
Environment:
Variables:
"LOG_LEVEL": !Ref LogLevel
Handler: !Sub "${LambdaFnFileName}.lambda_handler_do"
ReservedConcurrentExecutions: !Ref DoLambdaFnReservedConcurrentExecutions
Timeout: !Ref DoLambdaFnTimeoutSecs
MemorySize: !Ref DoLambdaFnMemoryMB
DoLambdaFnLogGrp:
Type: AWS::Logs::LogGroup
Properties:
# Lambda names the log group after the function, so a CloudWatch-assigned
# name won't work. A custom name will, however, interfere with changes.
LogGroupName: !Sub "/aws/lambda/${DoLambdaFn}"
RetentionInDays: !Ref LogsRetainDays
KmsKeyId:
Fn::If:
- CloudWatchLogsKmsKeyBlank
- !Ref AWS::NoValue
- !Ref CloudWatchLogsKmsKey
DoLambdaFnLogWritePol:
Type: AWS::IAM::ManagedPolicy
Properties:
Description: >-
Do Lambda function log streams: create, and put events; based on
AWSLambdaBasicExecutionRole
Roles: [ !Ref DoLambdaFnRole ]
# Policy cannot be in-line, because it depends on an AWS Lambda function
# log group, which in turn depends on the [final name of the] function,
# and unction creation depends on a role.
PolicyDocument:
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- logs:CreateLogStream
- logs:PutLogEvents
Resource: !Sub "arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:${DoLambdaFnLogGrp}:log-stream:*"
# !GetAtt LogGroup.Arn ends with :* , complicating conversion to
# log stream ARN.
DoLambdaFnInvokeLambdaPerm:
Type: AWS::Lambda::Permission
DependsOn: OperationQueuePol
Properties:
Action: lambda:InvokeFunction
FunctionName: !Ref DoLambdaFn
Principal: sqs.amazonaws.com
SourceArn: !GetAtt OperationQueue.Arn
# Administrator should restrict other invocation of this AWS Lambda function
DoLambdaFnSqsMapping:
Type: AWS::Lambda::EventSourceMapping
DependsOn: DoLambdaFnInvokeLambdaPerm
Properties:
BatchSize: 1
Enabled: !Ref Enable
EventSourceArn: !GetAtt OperationQueue.Arn
FunctionName: !GetAtt DoLambdaFn.Arn