Skip to content

Commit

Permalink
feat(cloudformation): Add CloudWatch log group for SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Aug 2, 2023
1 parent ea6c7b2 commit 61c3a21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/cloudformation/stack_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,14 @@ Conditions:
CreateLogStashCond: !Not [!Equals [!Ref LogStashDbHost, ""]]

Resources:
# CloudWatch log group for the SSH logs of ECS "container instances" (confusing term for the EC2
# instances that run the container runtime and host ECS OCI containers)
SSHLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: /ecs/container-instance-ssh-logs
RetentionInDays: 7

LoadBalancerStack:
Type: AWS::CloudFormation::Stack
Properties:
Expand Down

0 comments on commit 61c3a21

Please sign in to comment.