diff --git a/drivers/amazon/create.go b/drivers/amazon/create.go index 2193215..4e84859 100644 --- a/drivers/amazon/create.go +++ b/drivers/amazon/create.go @@ -147,12 +147,6 @@ func (p *provider) create(ctx context.Context, opts autoscaler.InstanceCreateOpt }, } - // if p.imdsTokens != "" { - // in.MetadataOptions = &ec2.InstanceMetadataOptionsRequest{ - // HttpTokens: aws.String(p.imdsTokens), - // } - // } - if p.volumeType == "io1" || p.volumeType == "io2" || p.volumeType == "gp3" { for _, blockDeviceMapping := range in.BlockDeviceMappings { if p.volumeIops > 0 {