Dọn dẹp tài nguyên
Dọn dẹp tài nguyên
S3 bucket
- Từ Cloud9, để nhận danh sách các bucker được sử dụng cho công viên giải trí, hãy nhập:
aws s3 ls | grep theme-park
- Xóa từng bucket và nội dung của nó, thay thế your-bucket-name bằng tên từng bucket:
aws s3 rb --force s3://your-bucket-name
- Từ Cloud9, nhập lệnh
aws cloudformation list-stacks | grep theme-park
- Xóa từng stack
aws cloudformation delete-stack --stack-name your-stack-name
Lambda function
- Từ cloud9, nhập lệnh
aws lambda list-functions | grep theme-park
- Xóa từng function
aws lambda delete-function --function-name your-function-name
Code Commit
- Từ cloud9, nhập lệnh
aws codecommit delete-repository --repository-name 'theme-park-frontend'
Amplify Console
- Nhập lệnh
aws amplify list-apps
- Xóa ứng dụng
aws amplify delete-app --app-id 'your-app-id'