Skip to content

Commit

Permalink
Tweak flow for reinvent (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROunofF authored Dec 2, 2024
1 parent 3bf7b90 commit e1733e2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
17 changes: 16 additions & 1 deletion website/docs/introduction/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,23 @@ title: At an AWS event
sidebar_position: 20
---

You already saw your personal dashboard. From it, there is 3 actions that will be of interest:
By participating in this workshop you will be provided with an AWS account to use to complete the lab material. Connect to the portal by browsing to https://catalog.us-east-1.prod.workshops.aws/join?access-code=ceac-0cdb4b-a9.

You will be prompted to sign in. Select the option **Email One-Time Password(OTP)**.

![Workshop Studio Sign in](./assets/ws-studio-login.webp)

Enter your email address and press **Send passcode**, which will send a one-time passcode to your inbox. When the email arrives you can enter the passcode and log-in.

If you need the access code, you click reuse this link: https://catalog.us-east-1.prod.workshops.aws/join?access-code=ceac-0cdb4b-a9 or copy/paste it *ceac-0cdb4b-a9*. Enter the provided hash in the text box and hit **Next**.

![Event Code](./assets/event-code.webp)

Read and accept the Terms and Conditions and click **Join event** to continue.

![Review and Join](./assets/review-and-join.webp)

You will be presented with your personal dashboard. Select the **Open AWS Console** button to be taken to your AWS account console:
1 - In the **Event Outputs** section. Copy the password from the IdePassword field and use the URL from the **IdeUrl** field and open it in a new browser tab, this will be the main windows you'll use for this workshop :

![Cloud9 Link](./assets/workshop-studio-06.png)
Expand Down
5 changes: 2 additions & 3 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="https://catalog.us-east-1.prod.workshops.aws/join?access-code=ceac-0cdb4b-a9"
to="/docs/introduction"
>
Launch Workshop Studio!
Click here to get into the workshop introduction
</Link>
</div>
</div>
Expand All @@ -38,7 +38,6 @@ export default function Home() {
<HomepageHeader />
<main>
<HomepageFeatures />
<HomepageVideo />
</main>
</Layout>
);
Expand Down

0 comments on commit e1733e2

Please sign in to comment.