Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #91 from communitiesuk/fmd-232-log-retention
Browse files Browse the repository at this point in the history
FMD-232: increase log retention to 90 days
  • Loading branch information
gidsg authored Mar 5, 2024
2 parents 68123cf + 7f8c125 commit 2a825ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions copilot/data-frontend/overrides/cfn.patches.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Delete the task role resource
# - op: remove
# path: /Resources/TaskRole

# Add a service connect alias
# - op: add
# path: /Resources/Service/Properties/ServiceConnectConfiguration/Services/0/ClientAliases/-
# value:
# Port: !Ref TargetPort
# DnsName: yamlpatchiscool

# Replace the task role in the task definition
# - op: replace
# path: /Resources/TaskDefinition/Properties/TaskRoleArn
# value: arn:aws:iam::123456789012:role/MyTaskRole

- op: replace
path: /Resources/LogGroup/Properties/RetentionInDays
value: 90

0 comments on commit 2a825ff

Please sign in to comment.