Skip to content

Commit

Permalink
Merge pull request #682 from jaradtke-aws/jaradtke-aws-2023-10-02-141647
Browse files Browse the repository at this point in the history
Update Page Layout and add Tips about Clean Up
  • Loading branch information
niallthomson authored Oct 9, 2023
2 parents eac2546 + f06d503 commit 7d08dfe
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions website/docs/introduction/setup/your-account/using-eksctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -48,4 +54,4 @@ Next delete the cluster with `eksctl`:

```bash test=false
$ eksctl delete cluster $EKS_CLUSTER_NAME --wait
```
```

0 comments on commit 7d08dfe

Please sign in to comment.