From f06d503133df98787c0e4c987619b15803a07f15 Mon Sep 17 00:00:00 2001 From: jaradtke-aws Date: Mon, 2 Oct 2023 14:18:40 -0400 Subject: [PATCH] Update Page Layout and add Tips about Clean Up --- .../introduction/setup/your-account/using-eksctl.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/website/docs/introduction/setup/your-account/using-eksctl.md b/website/docs/introduction/setup/your-account/using-eksctl.md index 182b4ad53..c3d30ccc1 100644 --- a/website/docs/introduction/setup/your-account/using-eksctl.md +++ b/website/docs/introduction/setup/your-account/using-eksctl.md @@ -32,11 +32,17 @@ This generally takes 20 minutes. Once the cluster is created run this command to $ use-cluster $EKS_CLUSTER_NAME ``` +## Next Steps + Now that the cluster is ready, head to the [Getting Started](/docs/introduction/getting-started) module or skip ahead to any module in the workshop with the top navigation bar. Once you're completed with the workshop, follow the steps below to clean-up your environment. -## Cleaning Up +## Cleaning Up (steps once you are done with the Workshop) + +:::tip +The following demonstrates how you will later clean up resources once you are done using the EKS Cluster you created in previous steps to complete the modules. +::: -Before deleting the Cloud9 environment we need to clean up the cluster that we set up above. +Before deleting the Cloud9 environment we need to clean up the cluster that we set up in previous steps. First use `delete-environment` to ensure that the sample application and any left-over lab infrastructure is removed: @@ -48,4 +54,4 @@ Next delete the cluster with `eksctl`: ```bash test=false $ eksctl delete cluster $EKS_CLUSTER_NAME --wait -``` \ No newline at end of file +```