Delete AWS Application Load Balancer | CLI Guide

To delete an Application Load Balancer in AWS using the AWS CLI, you can use the following command:

aws elbv2 delete-load-balancer --load-balancer-arn <load_balancer_arn>

Replace <load_balancer_arn> with the actual ARN (Amazon Resource Name) of the load balancer you want to delete. This command will delete the specified Application Load Balancer.

Abhay Singh

I'm Abhay Singh, an Architect with 9 Years of It experience. AWS Certified Solutions Architect.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *