brentley / appmeshworkshop

23 stars 45 forks source link

Cleanup section doesn't remove Amazon EKS cluster #96

Closed alexpulver closed 4 years ago

alexpulver commented 4 years ago

The workshop uses eksctl to create Amazon EKS cluster in Run the bootstrap scripts section. The cleanup of the cluster is missing in "Cleanup" chapter, and should be placed before Delete the baseline template section - otherwise CloudFormation fails to delete the baseline stack due to existing EC2 instances in the VPC.

jlbutler commented 4 years ago

Thanks for the callout! Addressed via PR #99