Cleaning up
Now that we have completed working on the hands-on solutions of this chapter, it is time we clean up and turn off the resources we will no longer use. At this point in time, we have an EKS cluster running with 5
x m5.xlarge
instances running. We need to terminate these resources to manage the cost.
Note
If we do not turn these off (for a month), how much would it cost? At a minimum (per month), it would cost around USD 700.80 for the running EC2 instances (5 instances x 0.192 USD x 730 hours in a month) plus USD 73
for the EKS cluster (1 Cluster x 0.10 USD per hour x 730 hours per month) assuming that we are running the EKS cluster in the Oregon region (us-west-2
). Note that there will be other additional costs associated with the EBS volumes attached to these instances along with the other resources used in this chapter.
In the next set of steps, we will uninstall and delete the resources in the Cloud9 environment’s Terminal:
- Let’s navigate...