Congrats! You’ve reached the end of today’s workshop.
Delete application stack to clean up any loadbalancer services.
kubectl delete -f demo/dev/app.manifests.yaml
kubectl delete -f https://raw.githubusercontent.com/GoogleCloudPlatform/microservices-demo/master/release/kubernetes-manifests.yamlDelete EKS cluster.
eksctl delete cluster --name tigera-workshopDelete EC2 Key Pair.
If you created EC2 key pair, then use commands below to remove it. Otherwise, skip this step.
export KEYPAIR_NAME='<set_keypair_name>'
aws ec2 delete-key-pair --key-name $KEYPAIR_NAMEDelete Cloud9 instance.
Navigate to AWS Console > Services > Cloud9 and remove your workspace environment, e.g. tigera-workshop.
Delete IAM role created for this workshop.
Navigate to AWS Console > Services > IAM and remove your tigera-workshop-admin role.