Skip to content

Commit 739c63b

Browse files
authored
amp workload teardown (#113)
1 parent 0b20234 commit 739c63b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/workloads/managed-prometheus.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,17 @@ Open the CloudWatch console and click `Alarms` > `All Alarms` to review the serv
9696
In us-east-1 region an alarm is created for billing. This alarm utilizes anomaly detection to detect anomalies in the Estimated Charges billing metric.
9797

9898
<img width="1346" alt="image" src="https://user-images.githubusercontent.com/97046295/197042518-a98d69df-8f53-4a4a-afb8-f424d91da56f.png">
99+
100+
## Destroy resources
101+
102+
If you leave this stack running, you will continue to incur charges. To remove all resources
103+
created by Terraform, [refresh your Grafana API key](#5-grafana-api-key) and run the command below.
104+
105+
!!! warning
106+
Be careful, this command will remove everything created by Terraform. If you wish
107+
to keep your Amazon Managed Grafana Dashboards or CloudWatch Alarms. Remove them
108+
from your terraform state before running the destroy command.
109+
110+
```bash
111+
terraform destroy
112+
```

0 commit comments

Comments
 (0)