Update EC2 tags - just change case

Hi

i have an ec2 with multiple volumes & each vol has tag

the ec2 volumes tag need to keep same just change case , in my case making all lower will help

eg current tag

abc_Prod_root_vol1
abc_Prod_root_vol2

abc_Prod_root_vol3


So make them

abc_prod_root_vol1

abc_prod_root_vol2

abc_prod_root_vol3

looks not easy way with https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_tag_module.html

Any suggestions pls

Thanks
Kiran

I think there is no such thing as renaming tags. You’d have the create new tags with the same values and remove the old tags.