From 3a596ef74d221acc75d1cdf4fc1a47ae89c8de3b Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 Date: Mon, 17 Jun 2024 23:59:54 +0530 Subject: [PATCH] fix: [CI-12899]: Added tag support for EBS volume --- drivers/amazon/create.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/amazon/create.go b/drivers/amazon/create.go index a6be16e..89d3f43 100644 --- a/drivers/amazon/create.go +++ b/drivers/amazon/create.go @@ -122,6 +122,10 @@ func (p *provider) create(ctx context.Context, opts autoscaler.InstanceCreateOpt ResourceType: aws.String("instance"), Tags: convertTags(tags), }, + { + ResourceType: aws.String("volume"), + Tags: convertTags(tags), + }, }, BlockDeviceMappings: []*ec2.BlockDeviceMapping{ {