Hi.
If we’re using drone-autoscaler on aws, and our instances have local instance store volumes, is there any way to configure drone to use that as a workspace for the build?
EBS volumes run out of burst performance credits for us.
The volume itself is present, but not formatted or mounted, so we can’t just update our pipelines to use it.
root@ip-10-110-10-252:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme0n1 259:1 0 55G 0 disk
└─nvme0n1p1 259:2 0 55G 0 part /
nvme1n1 259:0 0 139.7G 0 disk
nvme0n1 in this output is the EBS root volume, and nvme1n1 is the instance store volume we would like to use