forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deleting-aws-install.html.md.erb
30 lines (26 loc) · 1.65 KB
/
deleting-aws-install.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Deleting an AWS Installation from the Console
owner: Ops Manager
---
<strong><%= modified_date %></strong>
When you deploy [Pivotal Cloud Foundry](https://network.pivotal.io/products/pivotal-cf) (PCF) to Amazon Web Services (AWS), you provision a set of resources. This topic describes how to delete the AWS resources associated with a PCF deployment. You can use the AWS console to remove an installation of all components, but retain the objects in your bucket for a future deployment.
1. Log into your AWS Console.
<%= image_tag("images/aws/delete-install-step1.png") %>
1. Navigate to your EC2 dashboard. Select **Instances** from the menu on the left side.
<%= image_tag("images/aws/delete-install-step2.png") %>
1. Terminate all your instances.
<%= image_tag("images/aws/delete-install-step3.png") %>
1. Select **Load Balancers**. Delete all load balancers.
<%= image_tag("images/aws/delete-install-step4.png") %>
1. From the AWS Console, select **RDS**.
<%= image_tag("images/aws/delete-install-step5.png") %>
1. Select **Instances** from the menu on the left side. Delete the RDS instances.
<%= image_tag("images/aws/delete-install-step6.png") %>
1. Select **Create final Snapshot** from the drop-down menu. Click **Delete**.
<%= image_tag("images/aws/delete-install-step7.png") %>
1. From the AWS Console, select **VPC**.
<%= image_tag("images/aws/delete-install-step8.png") %>
1. Select **Your VPCs** from the menu on the left. Delete the VPCs.
<%= image_tag("images/aws/delete-install-step9.png") %>
1. Check the box to acknowledge that you want to delete your default VPC. Click **Yes, Delete**.
<%= image_tag("images/aws/delete-install-step10.png") %>