Delete AWS Application Load Balancer | CLI Guide

Delete AWS Application Load Balancer | CLI Guide

Autopublished from RSS Original article

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

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.