File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
agent-uninstall-clean-all Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ platforms:
5858 instance_type: ${INSTANCE_TYPE_X86}
5959 region: ${REGION}
6060 vpc_subnet_id: ${VPC_SUBNET_ID}
61+ volumes:
62+ - device_name: /dev/xvda
63+ ebs:
64+ volume_size: 5
65+ delete_on_termination: true
66+ volume_type: gp3
6167 - name: amazon-2023-x86_64
6268 image: ami-0d4d826d70d17642f
6369 instance_type: ${INSTANCE_TYPE_X86}
Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ platforms:
5858 instance_type: ${INSTANCE_TYPE_X86}
5959 region: ${REGION}
6060 vpc_subnet_id: ${VPC_SUBNET_ID}
61+ volumes:
62+ - device_name: /dev/xvda
63+ ebs:
64+ volume_size: 5
65+ delete_on_termination: true
66+ volume_type: gp3
6167 - name: amazon-2023-x86_64
6268 image: ami-0d4d826d70d17642f
6369 instance_type: ${INSTANCE_TYPE_X86}
Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ platforms:
5858 instance_type: ${INSTANCE_TYPE_X86}
5959 region: ${REGION}
6060 vpc_subnet_id: ${VPC_SUBNET_ID}
61+ volumes:
62+ - device_name: /dev/xvda
63+ ebs:
64+ volume_size: 5
65+ delete_on_termination: true
66+ volume_type: gp3
6167 - name: amazon-2023-x86_64
6268 image: ami-0d4d826d70d17642f
6369 instance_type: ${INSTANCE_TYPE_X86}
You can’t perform that action at this time.
0 commit comments