You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fastpaths content improvements for in-your-account flow
- developer/operator essentials: add base app deploy step so labs work without getting-started
- explore: add link to modular workshop modules
- navigating-labs: restore IDE image at constrained size, clarify Opening the IDE for both event and in-your-account flows
- setup/your-account: constrain stretched images to 600px, add Continue button on using-eksctl, fix pagination to skip terraform stub
- using-terraform: remove pagination links from stub page
Welcome to the EKS Workshop Developer Essentials! This is a collection of labs optimized for developers to learn the features of Amazon EKS most commonly required when deploying workloads.
20
20
21
+
First, let's deploy the sample application to your cluster:
Copy file name to clipboardExpand all lines: website/docs/fastpaths/explore/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ sidebar_position: 80
4
4
pagination_prev: null
5
5
---
6
6
7
-
Congratulations you're done with the learning paths! Don't forget to leave us your feedback through the application! If you have some time left, why not explore additional content in our modular options? Don't forget to run the `prepare-environment` command as the start of each module.
7
+
Congratulations you're done with the learning paths! Don't forget to leave us your feedback through the application!
8
+
9
+
If you have some time left, why not explore additional content in our [modular workshop modules](/docs/introduction)? These cover deeper topics like networking, security, observability, and more. Don't forget to run the `prepare-environment` command at the start of each module.
8
10
9
11
import HomepageModuleLink from "@site/src/components/HomepageModuleLink";
If you're running **in your own account**, find the `IdeUrl` in your CloudFormation stack's Outputs tab — see the [setup guide](/docs/fastpaths/setup/your-account) for details.
Welcome to the EKS Workshop Operator Essentials! This is a collection of labs optimized for operators to learn the features of Amazon EKS most commonly required when operating EKS clusters.
22
22
23
+
First, let's deploy the sample application to your cluster:
The CloudFormation stack will take roughly 5 minutes to deploy, and once completed you can retrieve information required to continue from the **Outputs** tab:
The `IdeUrl` output contains the URL to enter in your browser to access the IDE. The `IdePasswordSecret` contains a link to an AWS Secrets Manager secret that contains a generated password for the IDE.
46
46
47
47
To retrieve the password open the `IdePasswordSecret` URL and click the **Retrieve** button:
The next step is to create an EKS cluster to perform the lab exercises in. Please follow one of the guides below to provision a cluster that meets the requirements for these labs:
Copy file name to clipboardExpand all lines: website/docs/fastpaths/setup/your-account/using-eksctl.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: Using eksctl
3
3
sidebar_position: 20
4
+
pagination_next: fastpaths/navigating-labs
4
5
---
5
6
6
7
This section outlines how to build a cluster for the lab exercises using the [eksctl tool](https://eksctl.io/). This is the easiest way to get started, and is recommended for most learners.
@@ -26,9 +27,17 @@ This process will take approximately 20 minutes to complete.
26
27
27
28
## Next Steps
28
29
29
-
Now that the cluster is ready, head to the [Navigating the labs](/docs/fastpaths/navigating-labs) section or skip ahead to any module in the workshop using the top navigation bar. Once you've completed the workshop, follow the steps below to clean up your environment.
30
+
Now that the cluster is ready, head to the Navigating the labs section to get started.
30
31
31
-
## Cleaning Up (steps once you are done with the Workshop)
32
+
import Link from '@docusaurus/Link';
33
+
34
+
<LinkclassName="button button--primary button--lg"to="/docs/fastpaths/navigating-labs">Continue to Navigating the Labs →</Link>
35
+
36
+
<br/><br/>
37
+
38
+
---
39
+
40
+
## Cleaning Up (after you're done with the entire Workshop)
32
41
33
42
:::tip
34
43
The following demonstrates how to clean up resources once you are done using the EKS cluster. Completing these steps will prevent further charges to your AWS account.
0 commit comments