Workshop Clean-up
This is nesccery when you run the workshop on you own AWS envrionment.
Remove EKS Cluster
The easiest way to do this is via the following command:
$ eksctl delete cluster --name logz-io-o11y-workshop --region us-east-1
Please allow several minutes for this task to complete.
Remove Cloud9 Instacne
In the AWS Console.
- Go to Services -> Cloud9
- Select the workspace named “Logz-io-Workshop” from the list and click the “Delete” button on the right.
- Confirm deletion step.
Please allow several minutes for this task to complete.
Remove Cloud9 IAM Role
In the AWS Console.
- Go to Services -> IAM
- Select Roles from the left hand menu
- Search for the role named Logz-io-Workshop-Admin that we created, and select the checkbox next to it.
- Click Delete button on the right, and confirm deletion step.
Please allow several minutes for this task to complete.
Remove workshop VPC
In the AWS Console.
- Go to Services -> VPC
- Select the VPC named “logz-io-workshop” from the list, click the “Action” button on the right and select “Delete VPC”.
- Confirm deletion step.
Please allow several minutes for this task to complete.