Skip to content

Commit c08f4a8

Browse files
committed
feat(infra): FTRS-20321 Corrected cloudwatch agent config on performance EC2
1 parent 93bfeb4 commit c08f4a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pipeline-performance-test-stop.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
options:
1616
- dev
1717
- test
18+
- int
19+
- ref
1820
stop-ec2-instance:
1921
description: "Whether to stop the EC2 instance running the performance test"
2022
required: false

tests/performance/amazon-cloudwatch-agent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"file_path": "/home/ssm-user/performance_run.log",
88
"log_group_class": "STANDARD",
99
"log_stream_name": "LOG_STREAM_NAME",
10-
"log_group_name": "/aws/ec2/ftrs-dos-ENVIRONMENT-account_wide-performance-ec2-logs"
10+
"log_group_name": "/aws/ec2/ftrs-dos-ENVIRONMENT-account-wide-performance-ec2-logs"
1111
}
1212
]
1313
}

0 commit comments

Comments
 (0)