Cleaning up
Cleaning up the cloud resources we created or deployed is a crucial step when working with vulnerable cloud applications and environments. If we don’t clean up and delete the resources we created right away, we might end up paying for unused cloud resources. In addition to this, these cloud resources may end up being attacked by malicious users as well. At a minimum, we will pay for the time the following resources are running:
- 1 x
ml.t3.medium
SageMaker notebook instance - 1 x
t2.micro
EC2 instance of the Cloud9 environment - 1 x QLDB ledger database
Note that there are other costs we should consider as well—including data transfer fees, storage costs for any persistent data used by the instances, potential charges for additional AWS services utilized in the lab environment (for example, monitoring logs), and any applicable taxes or fees associated with the AWS usage.
Important note
It is important to note that this lab allows for...