diff --git a/generator/resources/ec2_windows_performance_test_matrix.json b/generator/resources/ec2_windows_performance_test_matrix.json index daa899710..b0360d480 100644 --- a/generator/resources/ec2_windows_performance_test_matrix.json +++ b/generator/resources/ec2_windows_performance_test_matrix.json @@ -19,5 +19,26 @@ "arc": "amd64", "valuesPerMinute": 5000, "family": "windows" + }, + { + "os": "win-2025", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "arc": "amd64", + "valuesPerMinute": 100, + "family": "windows" + }, + { + "os": "win-2025", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "arc": "amd64", + "valuesPerMinute": 1000, + "family": "windows" + }, + { + "os": "win-2025", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "arc": "amd64", + "valuesPerMinute": 5000, + "family": "windows" } ] \ No newline at end of file diff --git a/generator/resources/ec2_windows_stress_test_matrix.json b/generator/resources/ec2_windows_stress_test_matrix.json index effa360e0..293be285c 100644 --- a/generator/resources/ec2_windows_stress_test_matrix.json +++ b/generator/resources/ec2_windows_stress_test_matrix.json @@ -26,5 +26,33 @@ "arc": "amd64", "valuesPerMinute": 50000, "family": "windows" + }, + { + "os": "win-2025", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "arc": "amd64", + "valuesPerMinute": 1000, + "family": "windows" + }, + { + "os": "win-2025", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "arc": "amd64", + "valuesPerMinute": 5000, + "family": "windows" + }, + { + "os": "win-2025", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "arc": "amd64", + "valuesPerMinute": 10000, + "family": "windows" + }, + { + "os": "win-2025", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "arc": "amd64", + "valuesPerMinute": 50000, + "family": "windows" } ] \ No newline at end of file diff --git a/generator/resources/ec2_windows_test_matrix.json b/generator/resources/ec2_windows_test_matrix.json index d0874d62c..f8cec8eac 100644 --- a/generator/resources/ec2_windows_test_matrix.json +++ b/generator/resources/ec2_windows_test_matrix.json @@ -28,5 +28,17 @@ "instanceType":"t3a.medium", "ami": "cloudwatch-agent-integration-test-win-2022*", "useSSM": true + }, + { + "os": "win-2025", + "instanceType":"t3a.medium", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "useSSM": false + }, + { + "os": "win-2025", + "instanceType":"t3a.medium", + "ami": "cloudwatch-agent-integration-test-win-2025*", + "useSSM": true } ] \ No newline at end of file