From f89f5169786b8e462cdb06c5f08c0c9c6b9ec206 Mon Sep 17 00:00:00 2001 From: Mohamed Asaker Date: Mon, 9 Dec 2024 12:36:21 -0800 Subject: [PATCH] Changed volume size from 5 to 35GB for Windows EC2 tests (#331) *Description of changes:* Windows EC2 tests were failing due to capacity issues. Updated the terraform script to increase the capacity and did a test run and it's now passing: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/12243621218/job/34153583025 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --- terraform/dotnet/ec2/windows/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/dotnet/ec2/windows/main.tf b/terraform/dotnet/ec2/windows/main.tf index 69b72883..fde91eeb 100644 --- a/terraform/dotnet/ec2/windows/main.tf +++ b/terraform/dotnet/ec2/windows/main.tf @@ -76,7 +76,7 @@ resource "aws_instance" "main_service_instance" { get_password_data = true root_block_device { - volume_size = 5 + volume_size = 35 } tags = { @@ -123,7 +123,7 @@ resource "aws_instance" "remote_service_instance" { get_password_data = true root_block_device { - volume_size = 5 + volume_size = 35 } tags = {