diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 27d20ede1..42ed80251 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -58,6 +58,12 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} + volumes: + - device_name: /dev/xvda + ebs: + volume_size: 5 + delete_on_termination: true + volume_type: gp3 - name: amazon-2023-x86_64 image: ami-02ff8b1bce28323a8 instance_type: ${INSTANCE_TYPE_X86} diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 2915d8e1b..a5e82e26c 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -58,6 +58,12 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} + volumes: + - device_name: /dev/xvda + ebs: + volume_size: 5 + delete_on_termination: true + volume_type: gp3 - name: amazon-2023-x86_64 image: ami-02ff8b1bce28323a8 instance_type: ${INSTANCE_TYPE_X86} diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index b745a1d4a..b5409e193 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -58,6 +58,12 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} + volumes: + - device_name: /dev/xvda + ebs: + volume_size: 5 + delete_on_termination: true + volume_type: gp3 - name: amazon-2023-x86_64 image: ami-02ff8b1bce28323a8 instance_type: ${INSTANCE_TYPE_X86}