Skip to content

Commit 74bd163

Browse files
committed
troubleshooting policy
1 parent c854c8d commit 74bd163

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

aws_sra_examples/solutions/guardduty/guardduty_org/templates/sra-guardduty-org-delivery-kms-key.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Conditions:
7070

7171
Resources:
7272
rGuardDutyDeliveryKey:
73+
# temp retain for troubleshooting
74+
DeletionPolicy: Retain
7375
# checkov:skip=CKV_AWS_33:Ensure KMS key policy does not contain wildcard (*) principal
7476
Metadata:
7577
cfn_nag:

aws_sra_examples/solutions/guardduty/guardduty_org/templates/sra-guardduty-org-delivery-s3-bucket.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Resources:
8989
Value: !Ref pSRASolutionName
9090

9191
rGuardDutyDeliveryS3BucketPolicy:
92+
# temp retain for troubleshooting
93+
DeletionPolicy: Retain
9294
Metadata:
9395
cfn_nag:
9496
rules_to_suppress:

0 commit comments

Comments
 (0)