Deleting Application Load Balancers and Target Groups
Hafeez Baig |
16 steps |
36 seconds
Refer to the following guide to learn how to use IAM in the cloud\
<https://scribehow.com/shared/Creating_an_IAM_User_and_User_Group_in_AWS_Management_Console__hWNiiXlcRJKFqYZZEJD-cg>
Refer to this guide to learn how to create an Application Load Balancer<https://scribehow.com/shared/AWS_Elastic_Load_Balancing__Getting_started_with_ALB__EwQ9heoPR7SOessSgfviWA>
1
Sign in to **AWS Management Console** as an **IAM User**
**Pre-requisite** - Ensure you have selected the AWS region closest to your location\
For this guide, we will be using us-east-2 (Ohio) as a preferred choice
2
Type **EC2** in the search bar and click on **EC2** to view the EC2 Dashboard
3
On the EC2 dashboard click on **Load Balancers** from the left bar to view the Load Balancers
4
Select the "**my-application-load-balancer**" load balancer to delete
5
Click on the **Actions** button from the top right of the page to select the **Delete load balancer** option from the Action dropdown
6
Type "**confirm**" and click on **Delete** button to delete the Load balancer
7
The Load balancer has been successfully deleted
8
To delete Auto Scaling Groups, on the same page click on **Auto Scaling Groups** from the left bar
9
Select and checkbox "**my-auto-scaling-group**" Auto Scaling group to delete
10
Click on the **Actions** button from the top right of the page to select the **Delete** option from the Action dropdown
11
Type "**delete**" and click on **Delete** button to delete the Auto Scaling group
12
To delete Target Groups, on the same page click on **Target Groups** from the left bar
13
Select and checkbox "**my-target-group**" Target group to delete
14
Click on the **Actions** button from the top right of the page to select the **Delete** option from the Action dropdown
15
Click on **Yes, delete** button to delete the selected target group
16
The Target group has been successfully deleted
Congratulations on completing the lab and successfully deleting Application Load Balancers and Target Groups! Good job!