Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/prerequisites/eu-west-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Ireland"
chapter: false
disableToc: true
hidden: true
---

Create a Cloud9 Environment: [https://eu-west-1.console.aws.amazon.com/cloud9/home?region=eu-west-1](https://eu-west-1.console.aws.amazon.com/cloud9/home?region=eu-west-1)
8 changes: 8 additions & 0 deletions content/prerequisites/us-east-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Ohio"
chapter: false
disableToc: true
hidden: true
---

Create a Cloud9 Environment: [https://us-east-2.console.aws.amazon.com/cloud9/home?region=us-east-2](https://us-east-2.console.aws.amazon.com/cloud9/home?region=us-east-2)
8 changes: 8 additions & 0 deletions content/prerequisites/us-west-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Oregon"
chapter: false
disableToc: true
hidden: true
---

Create a Cloud9 Environment: [https://us-west-2.console.aws.amazon.com/cloud9/home?region=us-west-2](https://us-west-2.console.aws.amazon.com/cloud9/home?region=us-west-2)
10 changes: 8 additions & 2 deletions content/prerequisites/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ Ad blockers, javascript disablers, and tracking blockers should be disabled for
the cloud9 domain, or connecting to the workspace might be impacted.
{{% /notice %}}

- Create a [Cloud9 Environment](https://us-west-2.console.aws.amazon.com/cloud9/home?region=us-west-2)
- select **Create environment**
### Launch Cloud9 in your closest region:
{{< tabs name="Region" >}}
{{{< tab name="Oregon" include="us-west-2.md" />}}
{{{< tab name="Ohio" include="us-east-2.md" />}}
{{{< tab name="Ireland" include="eu-west-1.md" />}}
{{< /tabs >}}

- Select **Create environment**
- Name it **eksworkshop**, and take all other defaults
- When it comes up, customize the environment by closing the **welcome tab**
and **lower work area**, and opening a new **terminal** tab in the main work area:
Expand Down