forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeleting-aws-install.html.md.erb
29 lines (26 loc) · 1.69 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 Pivotal Platform from AWS
owner: Ops Manager
---
<% current_page.data.title = "Deleting " + vars.product_name + " from AWS" %>
When you deploy [<%= vars.product_name %>](https://network.pivotal.io/products/pivotal-cf) to Amazon Web Services (AWS), you provision a set of resources. This topic describes how to delete the AWS resources associated with a <%= vars.product_name %> 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 dropdown. 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") %>