AWS-Logo_White-Color
1.
Introduction
2.
Preparation
2.1
Architectural overview
2.1.1
Create VPC, subnet, Security Group
2.1.2
Create Target Group, Load Balancer
2.1.3
Create Launch Template
2.1.4
Create Auto Scaling Group
2.1.5
Create IP sets, Web ACLS
2.1.6
Read Metric with CloudWatch
3.
Clean up resources
4.
What is Well-Architecture ?
4.1
Operational excellence pillar
4.1.1
Organization Area
4.1.2
Prepare Area
4.1.3
Operate Area
4.1.4
Evolve Area
4.1.5
Conclusion
4.2
Application security
4.2.1
Security foundations
4.2.2
Identity and access management
4.2.3
Detection
.2.4
Infrastructure protection
4.2.5
Data Protection
4.2.6
Incident response
4.2.7
Organization Area
4.3
Reliability Pillar
4.4
Performance Efficiency Pillar
4.5
Cost Optimization Pillar
4.6
Sustainability Pillar
More
AWS Study Group
English
Tiếng Việt
Clear History
Workshop
Cloud Journey
Last Updated
25-08-2024
Team
Nguyễn Đình Lâm
My First Workshop
> Clean up resources
Clean up resources
We’ll take the following steps to delete the resources we created in this exercise.
Delete Auto Scaling Group
Go to
EC2 service administration console
Scroll down to the bottom and select
Auto Scaling Groups
Select
MyASG
Click
Actions
Click
Delete
In the confirm box, fill in the information to confirm deletion
Delete Load Balancer
Go to
EC2 service administration console
Scroll down and select
Load Balancers
Select
ALB1
Click
Actions
Click
Delete load balancer
In the confirm box, fill in the information to confirm deletion
Delete Launch Template
Go to
EC2 service administration console
Scroll down and select
Launch Templates
Select
MyLT1
Click
Actions
Click
Delete template
In the confirm box, fill in the information to confirm deletion
Delete Target Group
Go to
EC2 service administration console
Scroll down and select
Target Groups
Select
TG1
Click
Actions
Click
Deleter
In the confirm box, fill in the information to confirm deletion
Delete VPC
Access the
VPC service administration interface
Click
Your VPCs
.
Click to select
ASG-ALB-vpc
.
Click
Actions
.
Click
Delete VPC
.
In the confirm box, enter
delete
to confirm, click
Delete
to delete
Lab VPC
and related resources.