Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an easy way to rename an AWS target group for ALB?

I need to rename a target group that my ALB uses. I tried to go to the website to do it but it does not give me the option. I was hoping maybe there is away to do it by command line. I googled but did not find a solution.

like image 461
user3771782 Avatar asked Oct 18 '22 10:10

user3771782


1 Answers

I was also unable to find a command to rename an Application Load Balancer Target Group. The closest was modify-target-group-attributes, but Name is not an attribute of a Target Group.

like image 162
John Rotenstein Avatar answered Oct 21 '22 05:10

John Rotenstein