We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe72f8 commit 666ab07Copy full SHA for 666ab07
cloud-formation/ecs.yaml
@@ -74,6 +74,9 @@ Resources:
74
Image: !Ref TaskImage
75
LogConfiguration:
76
LogDriver: awslogs
77
+ Options:
78
+ awslogs-region: us-west-1
79
+ awslogs-group: !Ref LogGroup
80
Cpu: .25 vCPU
81
ExecutionRoleArn: !Ref ExecutionRole
82
Family: GoCapture
@@ -104,3 +107,7 @@ Resources:
104
107
Properties:
105
108
RouteTableId: !Ref PublicRouteTable
106
109
SubnetId: !Ref PublicSubnet
110
+ LogGroup:
111
+ Type: AWS::Logs::LogGroup
112
+ Properties:
113
+ LogGroupName: GoCaptureLogs
0 commit comments