From e1733e2711624cf067242520f5370a38b4044d88 Mon Sep 17 00:00:00 2001 From: Mathieu Bruneau Date: Mon, 2 Dec 2024 13:42:55 -0500 Subject: [PATCH] Tweak flow for reinvent (#1190) --- website/docs/introduction/setup/index.md | 17 ++++++++++++++++- website/src/pages/index.js | 5 ++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/website/docs/introduction/setup/index.md b/website/docs/introduction/setup/index.md index 14cc29e21..092a253d3 100644 --- a/website/docs/introduction/setup/index.md +++ b/website/docs/introduction/setup/index.md @@ -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) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 873773136..d7844a7fc 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -18,9 +18,9 @@ function HomepageHeader() {
- Launch Workshop Studio! + Click here to get into the workshop introduction
@@ -38,7 +38,6 @@ export default function Home() {
-
);